Click to See Complete Forum and Search --> : Visual basic LAN chat
Jooder492
Mar 26th, 2010, 11:58 PM
I am currently programming a LAN chat program for my senior project in high school. I am using visual basic 2008 to program in and I was wondering if anyone had any tutorials or sujestions that would help me along. I'm not totally new to this but I am new when it comes to sending stuff over the network. If anyone has any sujestions that would be great. Thanks
dilettante
Mar 28th, 2010, 02:59 PM
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.
8086
Apr 3rd, 2010, 11:13 AM
you sohuld use winsock control.
thanks
Jooder492
Apr 3rd, 2010, 01:41 PM
I was wanting to use winsock so if you can lead me to someplace that will teach me how that would be great
dilettante
Apr 3rd, 2010, 04:44 PM
Search for "chat" here.
luciana07
Apr 8th, 2010, 04:01 AM
Search for "chat" here.
Seems that you forgot to insert link.
Jooder492
Apr 8th, 2010, 06:33 AM
Seems that you forgot to insert link.
I think he was talking about searching here in this site. Just my guess lol
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.