|
-
Sep 14th, 2001, 06:58 PM
#1
Thread Starter
Junior Member
API to load a raw socket?
Hi all,
I'm writing a program which I would like to be able to use ICMP protocol to send a message to the server version of the program. I know that in Windows XP and a few other versions raw sockets are supported, but how would I go about loading a socket that is of the "raw" type in VB6? I know there's an API function to load winsock, but I'm not sure if it works the same for raw sockets...
-
Sep 15th, 2001, 12:49 AM
#2
Why?
First question is why do you need to use the raw sockets of 2k/XP and second is if you find out how I would also like to know.
-
Sep 15th, 2001, 12:59 AM
#3
Thread Starter
Junior Member
Well, like I said, I'd like to be able to experiment with other protocols that Winsock doesn't support normally... Anyone care to share? Or if you'd rather, you could email me...... thx
-
May 15th, 2002, 05:29 AM
#4
Hyperactive Member
"Experience is something you don't get until just after you need it."
-
May 15th, 2002, 11:45 AM
#5
Hyperactive Member
Can't be done via VB. At least I've never found any code that does, and believe me, I've looked.
If you look into C or C++ however, its a bit easier...
-
May 15th, 2002, 07:54 PM
#6
Thread Starter
Junior Member
Actually, anything that can be done with an API in C/++ can absolutely be done in VB.
I've been doing a little more research in the vb winsock api, and i think i'll figure it out soon enough...
-
May 15th, 2002, 07:57 PM
#7
Hyperactive Member
Please, let me know if you do...
"Experience is something you don't get until just after you need it."
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
|