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

    Client to Client Chat

    Man, I have so many progys started! Well anyways I know someone has posted a question about this subject and no one said anything. I know for certain one of you good programmers know how to do a client to client chat program. Any suggestions?

    Thanks,
    Nathan Strandberg
    P.S. The program I am working on will be freeware like the AOL IM or icq.


  2. #2
    Join Date
    Apr 1999
    Posts
    9

    Re: Client to Client Chat

    Hi Nathan,

    To communicate one client to other there is a conept called ConnectionPoints
    Same chat kind of program I tried.
    In MSDN samples you can find CONNECT sample which describes these well.

    Best of luck

    -Satya


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