Hi everybody, can somebody explain me how the msinet.ocx activeX works plzz? Thanks
Att: Danish, cornac de Búrium
Printable View
Hi everybody, can somebody explain me how the msinet.ocx activeX works plzz? Thanks
Att: Danish, cornac de Búrium
Welcome to Forums, Danish! :wave:
Full name for that control is Microsoft Internet Transfer Control so if you go to Components then that's how it is listed.
Also here is some general info (a quote from MSDN):
If you have MSDN installed then paste this control onto your form and hit F1 - there is plenty of sample code.Quote:
Microsoft Internet Transfer Control
The Internet Transfer control provides implementation of two of the most widely used protocols on the Internet, HyperText Transfer Protocol (HTTP) and File Transfer Protocol (FTP).
Using the HTTP protocol, you can connect to World Wide Web servers to retrieve HTML documents. With the FTP protocol, you can log on to FTP servers to download and upload files. The UserName and Password properties allow you to log on to private servers that require authentication. Otherwise, you can connect to public FTP servers and download files. Common FTP commands, such as CD and GET, are supported through the Execute method.
Also, here are some results from searching forums for INet control (it may expire after some time):
http://www.vbforums.com/search.php?searchid=542823
Thxxx its very helfull ;)
Great! :wave: