G Guest Apr 9, 2006 #1 How can I set my properties to disconnect or knock me off of the internet when a call comes into my phone line?
How can I set my properties to disconnect or knock me off of the internet when a call comes into my phone line?
K Kerem Gümrükcü Apr 9, 2006 #2 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ü
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ü