04-28-2018, 01:30 PM
I am wondering about the smartest way to simulate with the software a left click on a dialog control. Any advice is much appreciated.
Simulate left click on a dialog control
|
04-28-2018, 01:30 PM
I am wondering about the smartest way to simulate with the software a left click on a dialog control. Any advice is much appreciated.
04-28-2018, 02:05 PM
04-28-2018, 03:28 PM
Thank you for your advice. I will certainly change what I am using at present :
SendMessage c WM_LBUTTONDOWN 1 0 0.02 SendMessage c WM_LBUTTONUP 0 0 Best regards!
04-28-2018, 05:08 PM
BM_CLICK may fail if the window is not active. Normally i try first qm button functions first (but+ ect). Works in many windows and window doesn't need to be active. If those dont work then i usually try WM_LBUTTONDOWN and up combo . There are many possibilities .
|
« Next Oldest | Next Newest »
|