Getting Notified Regarding Internet Connections
I have been looking for some time how to get notified when the user connects to Internet just as MSN or Yahoo Messenger starts the login procedure, as soon as the user connects to Internet. At CodeGuru and other discussion forums, the way people suggested was more of a work-around like pinging a server or IP address after some time interval.
There is a Win32 API, RasConnectionNotification, that I guess applications such as MSN and Yahoo Messenger use to get notified. To use this API, we first need to create an Event Object, using CreateEvent; then we pass the EvenObject created by CreateEvent to RasConnectionNotification (to be signaled by System when Ras Connection is made), and then we wait for the Ras Connection Event to happen using the Wait Function WaitForSingleObject.
Downloads
Download demo project - 4 KbDownload source - 33 Kb

Comments
Re: CABEL MODEM
Posted by Legacy on 02/20/2003 12:00amOriginally posted by: Usman
I never tried it (dont have access to it :( ). But if it uses the RAS32 API then it should work.
ReplyRegards,
Usman.
How can i blcock dial-up connections where phonenumbers begin with
Posted by Legacy on 02/14/2003 12:00amOriginally posted by: Andreas
hi folks,
ReplyHow can i blcock dial-up connections where phonenumbers begins with i.e zero
or block dial ups by specified phonenumbers
(reading out of a file or listbox )
Andreas
Re: If Already Connected
Posted by Legacy on 01/04/2003 12:00amOriginally posted by: long_double
As it was prevoiusly noted you won't get notified this way about already established connection to the Internet. You can retrieve the connected state of the local system using "InternetGetConnectedState(Ex)". It will show you whether the established connection you have is a Dial-Up connection or LAN and whether a client uses a Proxy server or not.
Cheers.
ReplyWin95 ...
Posted by Legacy on 08/14/2002 12:00amOriginally posted by: rb
You should be aware, that DUN 1.3 must be installed on Win95 machines in order to use function RasConnectionNotification().
rb
Reply
Only for Dial-Up Connections ?
Posted by Legacy on 08/13/2002 12:00amOriginally posted by: sunil
I would like to know whether the notification from RAS is only for dial-up connection? In my opinion in Intranet/ office environment we are always connected.
ReplyHow can I block Internet Access Programatically ?
Posted by Legacy on 08/12/2002 12:00amOriginally posted by: Yusak Setiawan
How can I block Internet Access Programatically in Win9x or NT/2K
Thanks
Reply