Winsock and VB.NET

I'm a second year college student and i have to create a project. I want to create a network chat server and client in vb but I have to do it using .NET, i printed the tutorial for a server and client but this was in vb6 and mentions enabling the winsock command, this does not look available in vb.net so can anyone tell me how it is done using vb.net

thanks for all your help
Correllion

Comments

  • : I'm a second year college student and i have to create a project. I want to create a network chat server and client in vb but I have to do it using .NET, i printed the tutorial for a server and client but this was in vb6 and mentions enabling the winsock command, this does not look available in vb.net so can anyone tell me how it is done using vb.net
    :
    : thanks for all your help
    : Correllion
    :

    Try investigating some of the classes under the System.Net namespace. There should be objects for working with protocols and Sockets.



  • Thank you for that iwilldOit

    Correllion
    :
    :

  • Did you look at the great chat sample on the SDK? It sure helped me on my project!

    If you installed the sdk in the default location the app will be:
    c:Program FilesMicrosoft visual Studio .NetFrameworkSDKSamplesApplicationsWintalkvb

    How this helps.
    Craig
  • Thanks for that Craig it's a big help
    Cheers
    Correllion
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories