Click here to Skip to main content
15,919,778 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questiondynamically(randomly) changing images with a given time interval? Pin
sivaram praveen25-Oct-07 8:05
sivaram praveen25-Oct-07 8:05 
AnswerRe: dynamically(randomly) changing images with a given time interval? Pin
Dave Kreskowiak25-Oct-07 8:16
mveDave Kreskowiak25-Oct-07 8:16 
AnswerRe: dynamically(randomly) changing images with a given time interval? Pin
pmarfleet25-Oct-07 9:55
pmarfleet25-Oct-07 9:55 
AnswerRe: dynamically(randomly) changing images with a given time interval? Pin
SHatchard25-Oct-07 21:18
SHatchard25-Oct-07 21:18 
QuestionDBNull and Crystal Reports Pin
digicd125-Oct-07 6:47
digicd125-Oct-07 6:47 
AnswerRe: DBNull and Crystal Reports Pin
Dave Kreskowiak25-Oct-07 7:19
mveDave Kreskowiak25-Oct-07 7:19 
QuestionOperation has Timed Out ! Pin
AliAmjad25-Oct-07 4:16
AliAmjad25-Oct-07 4:16 
AnswerRe: Operation has Timed Out ! Pin
Dave Kreskowiak25-Oct-07 4:52
mveDave Kreskowiak25-Oct-07 4:52 
You cannot download any number of web pages you want at the same time. IE usually only allows 4 downloads to be going at once. Microsoft's implementation of TCP/IP on XP SP2 also only allows a limited number of connection attempts per second to occur. Any more than, I think, 10/second and the connection attempts fail.

Why?? It's there to limit the proliferation of viruses and reduce the impact of "denial of service" attacks.

Your queue should be popping off URLs to your threads at a throttled rate to stay under these limits.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


GeneralRe: Operation has Timed Out ! Pin
AliAmjad25-Oct-07 4:58
AliAmjad25-Oct-07 4:58 
GeneralRe: Operation has Timed Out ! Pin
Dave Kreskowiak25-Oct-07 5:17
mveDave Kreskowiak25-Oct-07 5:17 
GeneralRe: Operation has Timed Out ! Pin
AliAmjad25-Oct-07 5:22
AliAmjad25-Oct-07 5:22 
QuestionUsing VB .NET to Generate An E-mail Automatically Pin
Johnny Mar25-Oct-07 4:09
Johnny Mar25-Oct-07 4:09 
AnswerRe: Using VB .NET to Generate An E-mail Automatically Pin
Dave Kreskowiak25-Oct-07 4:43
mveDave Kreskowiak25-Oct-07 4:43 
QuestionAccess database size is increasing Pin
dimuthuvbnet25-Oct-07 3:22
dimuthuvbnet25-Oct-07 3:22 
AnswerRe: Access database size is increasing Pin
Tom Deketelaere25-Oct-07 3:30
professionalTom Deketelaere25-Oct-07 3:30 
AnswerRe: Access database size is increasing Pin
Dave Kreskowiak25-Oct-07 4:02
mveDave Kreskowiak25-Oct-07 4:02 
QuestionBinding Navigator Binding Problem Pin
SekharOne25-Oct-07 2:40
SekharOne25-Oct-07 2:40 
AnswerRe: Binding Navigator Binding Problem Pin
Dave Kreskowiak25-Oct-07 4:36
mveDave Kreskowiak25-Oct-07 4:36 
GeneralRe: Binding Navigator Binding Problem Pin
SekharOne25-Oct-07 18:30
SekharOne25-Oct-07 18:30 
GeneralRe: Binding Navigator Binding Problem Pin
Dave Kreskowiak26-Oct-07 2:12
mveDave Kreskowiak26-Oct-07 2:12 
QuestionUDL Files in Vb.net Pin
Saftaj25-Oct-07 0:29
Saftaj25-Oct-07 0:29 
AnswerRe: UDL Files in Vb.net Pin
Dave Kreskowiak25-Oct-07 3:40
mveDave Kreskowiak25-Oct-07 3:40 
GeneralRe: UDL Files in Vb.net Pin
Saftaj25-Oct-07 22:02
Saftaj25-Oct-07 22:02 
GeneralRe: UDL Files in Vb.net Pin
Dave Kreskowiak26-Oct-07 2:33
mveDave Kreskowiak26-Oct-07 2:33 
QuestionHow to create Properties Dynamically in Property grid Pin
Anuradha61225-Oct-07 0:15
Anuradha61225-Oct-07 0:15 

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.