PDA

View Full Version : PostMessage



sonuani
13th March 2008, 12:51
hi,
Is there a function or replacement for WinAPI PostMessage()??
How to do that ?

wysota
13th March 2008, 15:36
Why not use PostMessage()?

jacek
14th March 2008, 12:22
Is there a function or replacement for WinAPI PostMessage()??
To post Qt events within Qt application, you can use QCoreApplication::postEvent(), but of course it's not a direct replacement.