CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    Internet Connection - Urgent!!

    Hi. How can my program tell if the computer is connected to the Internet? For example, the program sits in the background and if the user connects to the Net, it pops up a message asking if the user would like to see news or whatever.

    Thanks,
    BG jr.


  2. #2
    Join Date
    Apr 1999
    Posts
    40

    Re: Internet Connection - Urgent!!

    Look at InternetGetConnectedState(). This works for a dial up connection.

    Lorn "ljp" Potter
    Trolltech Qtopia Community Liaison
    irc.freenode.net #qtopia, #qt

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