0
Reply

Handling Win32 Events In My Application

xironix

xironix

May 16 2005 10:50 AM
2.2k
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