|
-
Jun 26th, 2000, 01:43 PM
#1
Thread Starter
Addicted Member
Hiyas,
I am having a slight problem with the internet trasnfer control, I am trying to cancel the internet transfer control from downloading a url when a button is clicked, I use the Inet1.Canel even, and it stops alright, but when I go to use the inet control again, it gives me an error about still executing.
what am I doing wrong?
thanx.
-
Jul 9th, 2000, 01:36 AM
#2
This is late, but try:
Code:
On Error Resume Next
If Inet1.StillExcuting = True Then
Inet1.Cancel
End If
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
|