Results 1 to 7 of 7

Thread: Visual basic LAN chat

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2010
    Posts
    3

    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

  2. #2
    PowerPoster dilettante's Avatar
    Join Date
    Feb 2006
    Posts
    24,487

    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.

  3. #3
    Junior Member 8086's Avatar
    Join Date
    Feb 2010
    Location
    tehran , IRAN
    Posts
    23

    Re: Visual basic LAN chat

    you sohuld use winsock control.
    thanks

  4. #4

    Thread Starter
    New Member
    Join Date
    Mar 2010
    Posts
    3

    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

  5. #5
    PowerPoster dilettante's Avatar
    Join Date
    Feb 2006
    Posts
    24,487

    Re: Visual basic LAN chat

    Search for "chat" here.

  6. #6
    Banned
    Join Date
    Mar 2010
    Posts
    2

    Re: Visual basic LAN chat

    Quote Originally Posted by dilettante View Post
    Search for "chat" here.
    Seems that you forgot to insert link.

  7. #7

    Thread Starter
    New Member
    Join Date
    Mar 2010
    Posts
    3

    Re: Visual basic LAN chat

    Quote Originally Posted by luciana07 View Post
    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
  •  



Click Here to Expand Forum to Full Width