|
-
Nov 15th, 2002, 11:56 AM
#1
Thread Starter
Lively Member
"Winsock"?
First off...I program VB.NET in ASP.NET.
I would like to perform a custom server query from my webpage. The site is a gaming related site and I would like to scan a server for players etc.
I know there are components for this but I would like to make my own.
I was thinking a.la. Winsock in good old ASP/VB.
So to summerize: I want to make a VB DLL for my website (using the vbc.exe compiler) that is capable of connecting to a custom IP ort and exchange data like the Winsock control i VB6.
How do I do this?
Machine Language: You try to shoot yourself in
the foot only to discover you must first reinvent the
gun, gunpowder, the bullet, and your foot.
-
Nov 15th, 2002, 12:17 PM
#2
Thread Starter
Lively Member
I read something about the tcpClient but I don't quite get it! Is this what I need??
Machine Language: You try to shoot yourself in
the foot only to discover you must first reinvent the
gun, gunpowder, the bullet, and your foot.
-
Nov 15th, 2002, 12:28 PM
#3
yes. You need to look up some info on System.Net.Sockets
planet source code has plenty of examples and pre-made classes in the .NET section
-
Nov 21st, 2002, 09:45 AM
#4
Thread Starter
Lively Member
Thanks
I figured it out 
Although I had to use UDP instead of TCP for my task...
See the result here: www.battlemaniacs.net/games/hl/query
Machine Language: You try to shoot yourself in
the foot only to discover you must first reinvent the
gun, gunpowder, the bullet, and your foot.
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
|