C# .NET - Online Presence in window forms
Asked By Austine on 17-Nov-11 11:58 AM
Hi , Please is there a way to code online presence in C# window forms to show when somebody is online ,busy,away etc .
I really need help on how to do just that in C# window forms.
Please help
Kirtan Patel replied to Austine on 17-Nov-11 12:20 PM
You can set up global hooks for the mouse and keyboard - WH_KEYBOARD_LL and WH_MOUSE_LL - which will allow you to monitor user activity - as long as your user is not, say, watching a film and not touching mouse or keyboard..