CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Guest

    How to Cancel the internet Transfer Controls activity half way through.

    How to Cancel the internet Transfer Controls activity half way through.




  2. #2
    Join Date
    Aug 1999
    Location
    US, Florida
    Posts
    817

    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


  3. #3
    Guest

    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?



  4. #4
    Join Date
    May 1999
    Posts
    27

    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
  •  





Click Here to Expand Forum to Full Width

Featured