|
-
Oct 15th, 2004, 07:08 PM
#1
Thread Starter
Hyperactive Member
Where to Learn Winsock
Plz, can anyone show me where to get materials on learning and using winsock
Nobody is smarter than all of us!
-
Oct 16th, 2004, 12:07 PM
#2
Frenzied Member
If you want to use the .NET socket classes. MSDN has some great resources. They have sample code, explanations etc. Anyhow, this is how I got my start with .NET sockets, and it was a good enough start building a commercial application, which we've now sold several times over.
For simplicity, I'd recommend starting with snchronous sockets:
Using a Synchronous Client Socket
Synchronous Client Socket Example
From there, follow the links to the server counterparts, and also the asynchronous conterparts if you decide to go that far.
-
Oct 17th, 2004, 06:39 AM
#3
Thread Starter
Hyperactive Member
Originally posted by Mike Hildner
If you want to use the .NET socket classes. MSDN has some great resources. They have sample code, explanations etc. Anyhow, this is how I got my start with .NET sockets, and it was a good enough start building a commercial application, which we've now sold several times over.
For simplicity, I'd recommend starting with snchronous sockets:
Using a Synchronous Client Socket
Synchronous Client Socket Example
From there, follow the links to the server counterparts, and also the asynchronous conterparts if you decide to go that far.
Thanx man 4 this
but i only know VB6!
Nobody is smarter than all of us!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|