|
-
Mar 26th, 2010, 11:58 PM
#1
Thread Starter
New Member
Visual basic LAN chat
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
-
Mar 28th, 2010, 02:59 PM
#2
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.
-
Apr 3rd, 2010, 11:13 AM
#3
Junior Member
Re: Visual basic LAN chat
you sohuld use winsock control.
thanks
-
Apr 3rd, 2010, 01:41 PM
#4
Thread Starter
New Member
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
-
Apr 3rd, 2010, 04:44 PM
#5
Re: Visual basic LAN chat
-
Apr 8th, 2010, 04:01 AM
#6
Banned
Re: Visual basic LAN chat
 Originally Posted by dilettante
Search for "chat" here.
Seems that you forgot to insert link.
-
Apr 8th, 2010, 06:33 AM
#7
Thread Starter
New Member
Re: Visual basic LAN chat
 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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|