like when someone type "hi gimme ur pass or i will report you"how do i make it when they click send the chatlogs come to me im makeing a game _________________
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
Posted: Tue Oct 09, 2007 5:53 pm Post subject:
xDemonRobbiex wrote:
ok lol
like when someone type "hi gimme ur pass or i will report you"how do i make it when they click send the chatlogs come to me im makeing a game
You would need either Winsock or your own custom internet relay control. Winsock can be used one of two ways. Via the OCX thats standard with Visual Basic 5+6, or via API. I suggest you go with the API method to prevent issues with missing files when others use your program. (Although they will still need the dll but Windows XP and up comes, standard, with the Winsock dlls.)
I suggest you take a look at www.winsockvb.com for some examples on how to communicate between a client and server with Winsock.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum