CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 1999
    Posts
    306

    How do I chat between 2 PCs using phone line?

    I would like to build a chat program with VB for text chat between 2 PCs through phone line. What stuff do I need to do this?


  2. #2
    Join Date
    Mar 1999
    Location
    Nepal
    Posts
    540

    Re: How do I chat between 2 PCs using phone line?

    The WinSock Control.
    Go to Project | Components and add the WinSock control.
    See the MSDN for more information. "Using the WinSock Control" is an especially good article for beginners on the WInSock control.



  3. #3
    Join Date
    Apr 1999
    Posts
    306

    Re: How do I chat between 2 PCs using phone line?

    You mean that I can still use Winsock to chat between 2 PCs through direct dial? I'm not using the internet.


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

Featured