Hello there,
i have a problem with the GetUserEvent function in my multithreading application.
The UI is executed by the main thread, which calls some measurement routines. These routines run in another thread to have the possibility to have a quick reaction of the panels in the UI. In the measurement routines a function is called, which checks if there is an user event in the UI with GetUserEvent. The problem is, that the GetUserEvent function hangs with no reaction by clicking on everything on the desired panel.
My apprehension is, that one thread can not call GetUserEvent for checking user events in another threads panels.
Is that correct?
Greetings from Germany,
Lars