Re: sendgadgetcommand
Posted: Sat Oct 15, 2011 4:16 pm
You can only use the interface by the receiver. There is no standard way for all applications.t57042 wrote:What if the receiver is not a PB program?
http://www.purebasic.com
https://www.purebasic.fr/english/
You can only use the interface by the receiver. There is no standard way for all applications.t57042 wrote:What if the receiver is not a PB program?
This is a nice instructive example!netmaestro wrote:This sample sends buttonclicks that are happening in a way visible to the user. To send "silent" clicks, remove the delay from SendVisibleClick or simpy send the #BM_CLICK message.
Code: Select all
calc = FindWindow_("CalcFrame", 0)
Code: Select all
calc = FindWindow_("SciCalc", 0)