|
-
October 5th, 1999, 12:54 AM
#1
How to Cancel the internet Transfer Controls activity half way through.
How to Cancel the internet Transfer Controls activity half way through.
-
October 5th, 1999, 01:18 AM
#2
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
-
November 11th, 1999, 02:03 AM
#3
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?
-
November 26th, 1999, 06:05 AM
#4
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|