Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
.NET help
Name: CJ Date: September 27, 2002 at 11:03:40 Pacific OS: Win 2k CPU/Ram: 1.3G
Comment:
Hello, Im trying to learn VB.NET I use VB 6 for most of my low end stuff currently and am trying to take the step to .NET Can anyone tell me what replaces the Winsock control from VB6 and how to use whatever it is on .NET Any help would be appreciated. Thank you in advance
Name: tru Date: September 27, 2002 at 11:37:57 Pacific
Reply:
I haven't used it in the .NET version yet but I think that the class is TcpClient. Look that up in the help index and it will probably point you to all the different classes you need to know.
0
Response Number 2
Name: tru Date: September 27, 2002 at 11:42:39 Pacific
Reply:
TcpListener I think is the other one(for server).
0
Response Number 3
Name: CJ Date: September 27, 2002 at 15:59:28 Pacific
Reply:
Thank you. But how do i use it. Ive looked through the index and it gives me some code but none of it works. When i declare TcpClient as new TcpClient it doesnt work.
0
Response Number 4
Name: tru Date: September 27, 2002 at 17:30:38 Pacific
Reply:
You may have to declare it as System.Net.Sockets.TcpClient()
Summary: Dear Friends, I want to connect asp.net to SQL Server...so Please help me with the procedure and also suggest how to use Page_Load routine with syntax. Thanx in advance... Henry ...
Summary: I have this project to do in my VB.net class The project is write a vb.net program that makes reservations for a hotel storing the reservations in a Orcale 8 database Database schema Table Guests(...