Results 1 to 5 of 5

Thread: [2008] Inet in 2008 ?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Dec 2007
    Posts
    23

    [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

  2. #2
    eXtreme Programmer .paul.'s Avatar
    Join Date
    May 2007
    Location
    Chelmsford UK
    Posts
    26,423

    Re: [2008] Inet in 2008 ?

    there are vb.net replacements. what exactly do you want it to do?

  3. #3

  4. #4

    Thread Starter
    Junior Member
    Join Date
    Dec 2007
    Posts
    23

    Re: [2008] Inet in 2008 ?

    No, its not for FTP its for signing up on my website

    thanks

  5. #5
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width