I want to test the activity on the com ports/ SP2 etc
C#
1
Posts
1
Posters
3
Views
1
Watching
-
Hi I have build a desktop timer. The timer must stop after 5 minutes if there were no activity from the user. I can't check for the mouse or keyboard, because there is to many programs simulating mouse movements and keyboard usages. I want to test the activity on the com ports/ SP2 etc. If any buddy can help me with some code / idea it would be appreciated. If have tried System.ServiceProcess.ServiceController but I can only retrieve the drivers name / description and not the type of port it is connect on :) HELP!! Thanks Regardt