As Qt UI controls aren't backed by native controls I can't just send a BN_CLICKED throught SendMessage(). So how do I click on button on a Qt application? I prefer to do it in C# but C and/or C++ solutions are welcome well.
I'm looking for equivalent of this done in win32 API:
SendMessage(btnHandle, BN_CLICKED, 0, IntPtr.Zero);