CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2002
    Posts
    13

    Winsock in VB .Net

    I've been looking all over trying to figure out how to get winsock to work in my vb .net program, any input is appreciated. Basically what I'm doing is making a program like Trillian. I'm doing it just to learn, but having a hard time figuring it out. I know with VB6, I just added the control and then used Winsock1.Connect ..yada. Like I said, any input will probably help.

  2. #2
    Join Date
    Jun 2001
    Location
    MO, USA
    Posts
    2,868
    You should be able to do just the same... Project.... Add Reference... COM tab...

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

Featured