-
Arg, I've wanted to know the answer to these since I started VB (which was not long ago :):
How the ***** do you display the IE link/hand cursor, and not that crappy one in the common/graphics/cursors folder?!??!?!?
How do server, ping programs like Gamespy work!? How do you scan for servers of a specified type? I've heard several explinations... also, can this be done with VB?!
Any hints to the answers would be great.
-
TO get the ie cursor, the only thing i can think of is to use the ie control on a form, and make a web page to show in it.
For the server program, if you know the servers ip, you can use the winsock control, and transfer info that way