|
-
Dec 30th, 2007, 09:30 AM
#1
Thread Starter
Junior Member
[2008] Inet in 2008 ?
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
-
Dec 30th, 2007, 11:47 AM
#2
Re: [2008] Inet in 2008 ?
there are vb.net replacements. what exactly do you want it to do?
- Coding Examples:
- Features:
- Online Games:
- Compiled Games:
-
Dec 30th, 2007, 11:57 AM
#3
Re: [2008] Inet in 2008 ?
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.
-
Dec 30th, 2007, 06:37 PM
#4
Thread Starter
Junior Member
Re: [2008] Inet in 2008 ?
No, its not for FTP its for signing up on my website
thanks
-
Dec 30th, 2007, 06:54 PM
#5
Re: [2008] Inet in 2008 ?
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|