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

    Question Modified! How can i know that the dialup connection has made



    How can i track that a user is connected to the internet now.

    Like icq98 when a user connects to the internet it automatically starts or

    wakeup to track the incomming message for the user.


    Do i've to check the status of modem, if yes how can i check this.


    Thanks,

    Zain

  2. #2
    Join Date
    Apr 1999
    Posts
    4

    Re: Question Modified! How can i know that the dialup connection has made



    Use RasEnumConnections(....) API, if it returned

    a connection handle, then someone is online.


    Abdulrahman.

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