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,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top