CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jul 1999
    Location
    Israel
    Posts
    1,793

    How to write app like icq that knows when connetion was made????

    HI.

    like the title say.. how can i do it??
    many thanks.
    kishk91


    [email protected]
    http://www.path.co.il
    ICQ: 13610258

  2. #2
    Join Date
    May 1999
    Location
    Mora,Sweden
    Posts
    38

    Re: How to write app like icq that knows when connetion was made????

    Hello!

    You need a server that you connect to and then the server knows who's online and .....

    There is a good article here on CodeGuru! Select Network and then
    Adding Active Friends Lists to your Programs - Christian Carrillo (1999/07/31)


    // Anders


    ---
    Thought I could organise freedom
    how Scandinavian of me

  3. #3
    Guest

    Re: How to write app like icq that knows when connetion was made????

    Do you mean like ICQ or like NetDetect? I'm thinking you mean like NetDetect.



  4. #4
    Join Date
    Dec 1999
    Posts
    8

    Re: How to write app like icq that knows when connetion was made????

    Yes, Anders Eriksson right.

    You must use a server, to which your client will connect, a then look, who is online now.
    Also, your client may have a server part (ICQ is example), so client1 will look to standart central server for getting info about client2 (find service), then he will get client2 IP (client2 with connecting to c/server will give him his IP), and then client1 will directly connect to client2 with his IP.

    But you will have problems, which have ICQ - problems with connection through PROXYes.


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