|
-
Nov 27th, 2007, 08:06 AM
#1
Re: Winsock in VB.NET
Welcome to the forums. 
You can not use a VB6 control in VB.NET
Here is an alternative.
-
Nov 27th, 2007, 10:22 AM
#2
Re: Winsock in VB.NET
Altough the class that Hack showed will work, I would actually recommend learning how TCP connectivity in .Net works rather than using pre-made components.
The two main classes you will use are System.Net.Sockets.TcpListener and System.Net.Sockets.TcpClient, the first one provides the server functionallity, listening to a specified port. The second one provides the client functionally, that is connecting to a remote IP.
Heres a good thread to read through.
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
|