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.
Printable View
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.
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