jinyue115 0 Posted August 14, 2010 According to something wrong with my application 's Control ID and Advanced Class , i want to know is there got a function that able to click a button using its handle ? Please advice , thank you . Thanks for your reading . Share this post Link to post Share on other sites
FlyinRiz 0 Posted August 14, 2010 What exactly are you trying to do? Share this post Link to post Share on other sites
JohnOne 1,603 Posted August 14, 2010 I'm going to go out on a limb, and say the OP is trying to click a button via its handle. Have you tried ControlClick? AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Share this post Link to post Share on other sites
FlyinRiz 0 Posted August 14, 2010 I'm going to go out on a limb, and say the OP is trying to click a button via its handle.Have you tried ControlClick?Smartass Anyway, I meant the more general purpose of his script. I'm pretty sure the ControlClick only works with controlID of the button not the HWnd. And quit picking on me, it's too late for that. -Aaron Share this post Link to post Share on other sites
JohnOne 1,603 Posted August 14, 2010 I wernt sure myself but i've just tried it, and you can ControlClick using the buttons handle. So the answer is ControlClick. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Share this post Link to post Share on other sites
FlyinRiz 0 Posted August 14, 2010 I wernt sure myself but i've just tried it, and you can ControlClick using the buttons handle.So the answer is ControlClick.Good to know! I learned something today Now I can slack off the rest of the day Share this post Link to post Share on other sites