PDA

Click to See Complete Forum and Search --> : [RESOLVED] Help me start plz


Zapper
Apr 17th, 2007, 01:25 AM
- im programming a chess program(unfinished) using visual basic ( in visual studio 2005)
- i want to connect to each other somehow, thru the internet
- ive read that winsock is used in C(/++)

any ideas or suggestions of 'what i can use' and where i can learn 'it' ?

Thanks vmuch:o

gnk_on_vb
May 5th, 2007, 04:14 AM
Hi Zapper,

You can use winsock in vb.
winsock in vb uses same api as that of the c(/++).

You can start studding winsock by use of MSDN and also very good quality help is present on internet. you just need to googled and you will get all your queries solved in vb winsock programming.

Paul M
May 5th, 2007, 09:01 PM
Since your using Vb.Net according to your first note. I would suggest using .Net Sockets not Vb6.0 sockets in Vb.Net.