1

This is the situation, I have configured a dial up server and i want to play a sound or pop up message when a daipup connection is made to my computer from a specific location. and it could be done with configuration file or some script to run some exe.please give me some ideas

Elias Haileselassie
  • 1,385
  • 1
  • 18
  • 26

1 Answers1

0

http://technet.microsoft.com/en-us/library/cc787690%28WS.10%29.aspx seems to be the Microsoft doc about it, but it's fairly tech and not that useful - although it mentions some tools you can use with it.

You can also check out the DotRas project on CodePlex.com, it has access to the entire Dial Up API, in C#...

http://www.codeplex.com/DotRas

Or take a look at

How do I work with dial-up (RAS) connections in Windows using C#/.NET?

for some code examples for a starting point in using the associated libraries.

Community
  • 1
  • 1
Mark Mayo
  • 12,230
  • 12
  • 54
  • 85