Re: Visual basic LAN chat
Try a few searches here. The topic has been pretty much done to death in the VB6 forum, and I'd imagine the VB.Net forum as well. The CodeBank is probably littered with many examples too.
For LAN chat you have two basic options: TCP/IP and Windows Networking. Probably 99.9% of the examples and discussions will be about TCP/IP and that might be the way to go.
The raw communication is one topic, but a chat application brings up more: P2P vs. server-based, discovery (how does a client or peer find the server other peers), user interface issues, features (whisper/private channels, file transfers, text only or webcam images, etc.).
I'd suggest starting with a simple text-only server-centric approach. Plenty of examples of that here, and some discussion. Not much in the way of tutorials though.
Re: Visual basic LAN chat
you sohuld use winsock control.
thanks
Re: Visual basic LAN chat
I was wanting to use winsock so if you can lead me to someplace that will teach me how that would be great
Re: Visual basic LAN chat
Re: Visual basic LAN chat
Quote:
Originally Posted by
dilettante
Search for "chat" here.
Seems that you forgot to insert link.
Re: Visual basic LAN chat
Quote:
Originally Posted by
luciana07
Seems that you forgot to insert link.
I think he was talking about searching here in this site. Just my guess lol