Click to See Complete Forum and Search --> : How to Cancel the internet Transfer Controls activity half way through.


October 5th, 1999, 12:54 AM
How to Cancel the internet Transfer Controls activity half way through.

AndyK
October 5th, 1999, 01:18 AM
Not exactly sure what you mean, but if you are talking about Microsoft Internet Control, then just use WebBrowser1.Stop

November 11th, 1999, 01:03 AM
Thanks MR.AndyK

It is actually something like this

Inet1.executre url, "DIR"

now the process starts and it may take several seconds. How to stop it half way?

dj4
November 26th, 1999, 05:05 AM
This code not working good, but working :-/

Inet1.Cancel
Do
Inet1.Cancel
DoEvents
Loop While Inet1.StillExecuting

- Dj4