LAN Chat program Simple Tutorial Visual Basic Network
Uploader Comments (kirgy9)
Top Comments
-
Thumbs Up if 8:10 scared the crap out of of you if you had the speakers up.
-
@cageddestroyer Yes.. omg
All Comments (346)
-
How well would this code work being done in VB 2010?
-
how can i use this in our school's lan connection?
-
Dude ... Record in HD ... Coudlnt see anything
-
I made the message box say "YOU HAVE RECEIVED YOUR DATA DOUCHEBAG"
-
Does anyone know how I can get my finished product to work on another computer without VB installed? It works fine on my computer but cannot get it to work on the computer I want communicate with....
-
@Archfullerton Try Winsock1.
-
Can you have it so that you can see (in another textbox) who you are chatting with? I have a sketchy idea about it :/
-
@kirgy9 Can you upload a tutorial about how to create a WAN chat?
-
Where can i get "Component" on Visual Ultimate 2010 ?
how to find out the remote host
dbzntct 11 months ago
@dbzntct technically this is a peer-to-peer (P2P) program. However, one method of finding other clients would be to send a packet to the IP 255.255.255.255. This sends the data packet to ALL IP on the local network. You could send the local IP in this packet, and get all others to respond to that address (or the global address) with their own IP. You could put the responses into an array of IPs, and put the code into a function to allow updates of connected users. Hope that helps.
kirgy9 11 months ago
Awesome - just what I needed! Thanks!!!
MrPLEASEsubscribe2me 11 months ago
@MrPLEASEsubscribe2me I'm glad that helped you :] that's my aim.
kirgy9 11 months ago
Very Simple just the way I love it. Now... is there anyway you could do a WAN Chat Program? maybe just as simple?
UserIsAnFBIAgent 1 year ago
@UserIsAnFBIAgent I'm in the process of making a tutorial for just that. Its a little more complicated but all will be explained in the video. Hit subscribe to get a notification of the video when it's published. It should be up in a couple of weeks.
kirgy9 11 months ago