0
Answer

Handling Win32 Events In My Application

Guest User

Guest User

19y
2.8k
1
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