dial up internet... Properties???

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I set my properties to disconnect or knock me off of the internet
when a call comes into my phone line?
 
Hi LMills,

you can write a application that handles incomming calls and then
disconnects
you from the Internet or disables your modem/ethernet adapater. This is not
difficult to write with win32 api and c or c++ if you are a experienced
programmer.

Take a closer look at this:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnanchor/html/ntwrkmgmt.asp
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnanchor/html/routremtaccserv.asp

....and networking and protocols on windows systems in common. All can be
found in MSDN!

Best Regards

Kerem Gümrükcü
 
Back
Top