Click here to Skip to main content
15,896,118 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: PersiaDevelopers.com Pin
Dave Kreskowiak24-Mar-09 4:06
mveDave Kreskowiak24-Mar-09 4:06 
AnswerRe: PersiaDevelopers.com Pin
0x3c024-Mar-09 6:02
0x3c024-Mar-09 6:02 
QuestionHelp needed with Smart device application developed with VB.NET. Pin
bheeem23-Mar-09 20:46
bheeem23-Mar-09 20:46 
AnswerRe: Help needed with Smart device application developed with VB.NET. Pin
Eddy Vluggen23-Mar-09 22:24
professionalEddy Vluggen23-Mar-09 22:24 
GeneralRe: Help needed with Smart device application developed with VB.NET. Pin
bheeem23-Mar-09 22:58
bheeem23-Mar-09 22:58 
GeneralRe: Help needed with Smart device application developed with VB.NET. Pin
Eddy Vluggen23-Mar-09 23:28
professionalEddy Vluggen23-Mar-09 23:28 
Questionunable to find a version of the run time to run this application, VB.NET Pin
krishnaveer23-Mar-09 19:51
krishnaveer23-Mar-09 19:51 
Questionplz helps me urgent............... Pin
josephsaliba23-Mar-09 12:41
josephsaliba23-Mar-09 12:41 
my project is about DSL download organiser to limit the download and upload of a pc connected throught a server to the internet, i use the c++ code, and buffers to save data as bytes in it and test if the size < limit or = but i dont know how i can know if a pc download or upload, and how i can copy the data (downloaded) from the internet explorer to the buffer, to test if the size is ok or not.
so what is the function to know if the pc use the internet to download or upload.
what is the function to add the data downloaded to the buffer as bytes.
10x
the code:
if(download) ??????????
{
void downloadlimit( )
{ AnsiString IP;
For(int i=0; i<nbofpc;i++);>
Switch (IP)
{Case ‘10.15.1.157’: buffer[limitbypc] = fputs(data); ?????? how i can copy the data as bytes to the buffer
(If(sizeof(data)) == sizeof(buffer)
WriteString (“you can’t download more”); break;
Case ’10.15.1.158’: buffer[limitbypc] = fputs(data); break;?????????
If(sizeof(data)) == sizeof(buffer)
WriteString (“you can’t download more”); break;
……………
Case’10.15.1.164’: ……….; break;

}
}
Return 0;}}


if(upload) ??????????
{
void uploadlimit( )
{ AnsiString IP;
For(int i=0; i< nbofpc; i++)
Switch (IP)
{Case ‘10.15.1.157’: buffer[limitbypc] = fputs(data); If(sizeof(data)) == sizeof(buffer)
WriteString (“you can’t upload more”); break;
Case ’10.15.1.158’: buffer[limitbypc] = fputs(data); break;?????????
If(sizeof(data)) == sizeof(buffer)
WriteString (“you can’t upload more”); break;
……………
Case’10.15.1.164’: ……….; break;

}
}
Return 0;}}
plz helps me
10x joseph
AnswerRe: plz helps me urgent............... Pin
Luc Pattyn23-Mar-09 16:06
sitebuilderLuc Pattyn23-Mar-09 16:06 
QuestionProgrammatically Submitting Forms and Screen-Scrapping Pin
kkadir23-Mar-09 10:04
kkadir23-Mar-09 10:04 
QuestionDoes .NET Framework have a Software Licensing manager ? Pin
theory200623-Mar-09 8:02
theory200623-Mar-09 8:02 
AnswerRe: Does .NET Framework have a Software Licensing manager ? Pin
Simon P Stevens24-Mar-09 0:19
Simon P Stevens24-Mar-09 0:19 
QuestionWindows CE application and i am using opennetcf. Please help Pin
bheeem22-Mar-09 21:02
bheeem22-Mar-09 21:02 
AnswerRe: Windows CE application and i am using opennetcf. Please help Pin
Eddy Vluggen22-Mar-09 23:05
professionalEddy Vluggen22-Mar-09 23:05 
GeneralRe: Windows CE application and i am using opennetcf. Please help Pin
bheeem22-Mar-09 23:10
bheeem22-Mar-09 23:10 
GeneralRe: Windows CE application and i am using opennetcf. Please help Pin
Eddy Vluggen22-Mar-09 23:43
professionalEddy Vluggen22-Mar-09 23:43 
GeneralRe: Windows CE application and i am using opennetcf. Please help Pin
bheeem23-Mar-09 2:33
bheeem23-Mar-09 2:33 
GeneralRe: Windows CE application and i am using opennetcf. Please help Pin
Eddy Vluggen23-Mar-09 3:05
professionalEddy Vluggen23-Mar-09 3:05 
GeneralRe: Windows CE application and i am using opennetcf. Please help Pin
bheeem23-Mar-09 20:29
bheeem23-Mar-09 20:29 
GeneralRe: Windows CE application and i am using opennetcf. Please help Pin
Eddy Vluggen23-Mar-09 21:47
professionalEddy Vluggen23-Mar-09 21:47 
AnswerRe: Windows CE application and i am using opennetcf. Please help Pin
Alan N23-Mar-09 6:46
Alan N23-Mar-09 6:46 
GeneralRe: Windows CE application and i am using opennetcf. Please help Pin
bheeem23-Mar-09 20:25
bheeem23-Mar-09 20:25 
Questionnavigating through a dataSet loaded via XML Pin
birdofprey0022-Mar-09 12:11
birdofprey0022-Mar-09 12:11 
AnswerRe: navigating through a dataSet loaded via XML Pin
led mike23-Mar-09 7:43
led mike23-Mar-09 7:43 
QuestionUsing Repeater control not giving desired result Pin
priyanshu9021-Mar-09 23:14
priyanshu9021-Mar-09 23:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.