Handling Win32 Events In My Application
Hello Every Body
How can I handle a system event that is not exposed by the SystemEvents class using c# in a windows application ? I read somthing about InvokeOnEventsThread method in MSDN :
public static void InvokeOnEventsThread(Delegate method);
But I don't undrestand how I can use it.Please Help Me.
Thanx