How to Cancel the internet Transfer Controls activity half way through.
How to Cancel the internet Transfer Controls activity half way through.
Re: How to Cancel the internet Transfer Controls activity half way through.
Not exactly sure what you mean, but if you are talking about Microsoft Internet Control, then just use WebBrowser1.Stop
Re: How to Cancel the internet Transfer Controls activity half way through.
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?
Re: How to Cancel the internet Transfer Controls activity half way through.
This code not working good, but working :-/
Inet1.Cancel
Do
Inet1.Cancel
DoEvents
Loop While Inet1.StillExecuting
- Dj4