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
:
: 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.
Correllion
:
:
If you installed the sdk in the default location the app will be:
c:Program FilesMicrosoft visual Studio .NetFrameworkSDKSamplesApplicationsWintalkvb
How this helps.
Craig
Cheers
Correllion