-
How come when i use the "inet control" at work, I can't download any files. I can get to the internet if I declare something as "internetexplorer".
What is the difference between "inet control" and "internetexplorer"? Why does one let me access the internet but not the other.
-
look at inet1.username
"Changing this property will have no effect until the next OpenURL or Execute method is called."
-
Both should let you access the internet. They are both internet controls. MSInet is Inet..(ftp, view source-webpages, and a lot more) which is not very reliable. InternetExplorer is ShDocVw.Dll (Internet Explorer > Webbrowser) which is very reliable for you needs.
And then there is Winsock which is also very reliable.
Check the Inet protocals though and make sure it's on the one that suits your code.