Results 1 to 2 of 2

Thread: Inet1.Cancel

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Apr 2000
    Posts
    215
    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.



  2. #2
    Guest
    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
  •  



Click Here to Expand Forum to Full Width