Click here to Skip to main content
16,008,010 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: SSTAB in VB6.0 Pin
Dave Kreskowiak18-Apr-07 3:26
mveDave Kreskowiak18-Apr-07 3:26 
Questionhow to debug? Pin
Amit Sk Sharma17-Apr-07 20:56
Amit Sk Sharma17-Apr-07 20:56 
AnswerRe: how to debug? Pin
Christian Graus17-Apr-07 21:51
protectorChristian Graus17-Apr-07 21:51 
GeneralRe: how to debug? Pin
Amit Sk Sharma17-Apr-07 23:03
Amit Sk Sharma17-Apr-07 23:03 
QuestionINET CONTROL Pin
virendra_00717-Apr-07 20:29
virendra_00717-Apr-07 20:29 
AnswerRe: INET CONTROL Pin
Dave Kreskowiak18-Apr-07 3:22
mveDave Kreskowiak18-Apr-07 3:22 
GeneralRe: INET CONTROL Pin
virendra_00719-Apr-07 2:08
virendra_00719-Apr-07 2:08 
GeneralRe: INET CONTROL Pin
Dave Kreskowiak20-Apr-07 1:48
mveDave Kreskowiak20-Apr-07 1:48 
You might want to try a packet sniffer on that machine when the problem occurs. See if there is any kind of a response when your app makes the request, or if the request if even made.

If this was VB.NET, I'd say don't use the INet control, use the HttpWebRequest classes.

There is no reset on the INet control. You'd have to kill it off by setting it's instance to Nothing, then create a new one. But, that's no guarantee that it'll take care of the problem either. There are no problems with the INet control like this that I can find. If you get a Timeout error, the best course of action isn't to fail immediately. You have to wait a bit, then retry the request. Do that a few times before you call it dead.

You have to find out what the root cause of the problem is before you can implement a fix and call it "solved". Find out what's really causing the timeout? More often than not, you'll find it's because the web request didn't complete and is still pending a download somewhere.


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


AnswerRe: INET CONTROL Pin
_Richard Faulkner20-Apr-07 7:52
_Richard Faulkner20-Apr-07 7:52 
QuestionIntegrating the necessary .NET components Pin
re infecta17-Apr-07 19:51
re infecta17-Apr-07 19:51 
AnswerRe: Integrating the necessary .NET components Pin
Christian Graus17-Apr-07 20:34
protectorChristian Graus17-Apr-07 20:34 
QuestionImplementing "I seek u" from VB.Net Pin
akhudlani17-Apr-07 18:24
akhudlani17-Apr-07 18:24 
AnswerRe: Implementing "I seek u" from VB.Net Pin
Christian Graus17-Apr-07 20:32
protectorChristian Graus17-Apr-07 20:32 
AnswerRe: Implementing "I seek u" from VB.Net Pin
Dave Kreskowiak18-Apr-07 3:17
mveDave Kreskowiak18-Apr-07 3:17 
QuestionKeyboard lock Pin
Luu Van Tru17-Apr-07 15:36
Luu Van Tru17-Apr-07 15:36 
AnswerRe: Keyboard lock Pin
MatrixCoder17-Apr-07 16:27
MatrixCoder17-Apr-07 16:27 
Questionhow to call/ name file slected Pin
danskustomairbrushing17-Apr-07 14:05
danskustomairbrushing17-Apr-07 14:05 
AnswerRe: how to call/ name file slected Pin
Thomas Stockwell17-Apr-07 14:31
professionalThomas Stockwell17-Apr-07 14:31 
QuestionLink List in VB.Net Pin
nighthawk992317-Apr-07 10:35
nighthawk992317-Apr-07 10:35 
AnswerRe: Link List in VB.Net Pin
Tarakeshwar Reddy17-Apr-07 10:46
professionalTarakeshwar Reddy17-Apr-07 10:46 
QuestionRecord sound using vb.net and vb both Pin
ciacia17-Apr-07 9:47
ciacia17-Apr-07 9:47 
AnswerRe: Record sound using vb.net and vb both Pin
jim_taylor17-Apr-07 10:17
jim_taylor17-Apr-07 10:17 
QuestionHow to collect a print stream Pin
jim_taylor17-Apr-07 9:39
jim_taylor17-Apr-07 9:39 
AnswerRe: How to collect a print stream Pin
Dave Kreskowiak18-Apr-07 3:16
mveDave Kreskowiak18-Apr-07 3:16 
QuestionSetting mailto Pin
TAK7817-Apr-07 9:02
TAK7817-Apr-07 9:02 

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.