C
Carl
Hi,
I have a thread (not the main) in my app that draws GUI. It's a STA-thread,
and it seems OK. Though I would like to process its message queue, like
Application.DoEvents (for the main thread). It should have a message queue
since it draws GUI. How do I "do a DoEvents" for a specific thread?
regards
Carl
I have a thread (not the main) in my app that draws GUI. It's a STA-thread,
and it seems OK. Though I would like to process its message queue, like
Application.DoEvents (for the main thread). It should have a message queue
since it draws GUI. How do I "do a DoEvents" for a specific thread?
regards
Carl