Start a program upon establishing an internet connection

  • Thread starter Thread starter J
  • Start date Start date
J

J

I would like to automatically start a program any time a dialup internet
connection is established. Any ideas?
 
Maybe you can have some type of Windows Service which continually pools for
an inet connection and when it finds one, then it could start your process.
Have never done this before so you would need to research things like
determining when a connection is available, but this might get you started.
 
Hi,

Take a look at the RAS API , especially to the RasConnectionNotification ,
it may give you a starting point

Cheers,
 
Back
Top