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

Thread: internet

  1. #1
    Join Date
    Sep 1999
    Location
    Bangalore - India
    Posts
    1

    internet

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

    How to get Date, Time and Size of a remote file using internet control at a time.

    How to disconnect internet connection through VB.


  2. #2
    Join Date
    May 1999
    Posts
    27

    Re: internet

    How to Cancel ?

    Inet1.Cancel
    Do
    Inet1.Cancel
    DoEvents
    Loop While Inet1.StillExecuting


    How to get Size ?

    Inet1.Execute , "SIZE FileName"
    Do
    DoEvents
    Loop While Inet1.StillExecuting


    How to disconnect internet connection through VB ?

    http://www.vb-world.net/internet/tip21.html

    - 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