Hey.. i used msinet in vb 6.0.. but now im using visual studio 2008 (visual basic.net)
and.. how can i use inet in vb.net 08?
thanks
Printable View
Hey.. i used msinet in vb 6.0.. but now im using visual studio 2008 (visual basic.net)
and.. how can i use inet in vb.net 08?
thanks
there are vb.net replacements. what exactly do you want it to do?
If you're after building FTP client then INet is no longer available.
Have a look at this sample directly from MSDN: FTP Client Technology Sample. It was built for VB 2005 but it's pretty much the same.
No, its not for FTP its for signing up on my website
thanks
The .NET Framework has all sorts of specialised classes for all sorts of specialised tasks. If you describe clearly what you want to do then we can provide the most relevant advice on how to achieve it. You will most likely want to use a WebClient or an HttpWebRequest/HttpWebResponse pair. They both allow you to specify credentials for sites that require you to login.