Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
Posted: Tue Dec 25, 2007 3:08 pm Post subject:
"clicking 0 in some application"
Do you mean click a button in another application? You can use FindWindow and FindWindowEx to obtain the handle to the button of the window then use mouse_event to click on it via the rect of the button. You can find examples of the API here:
The mouse event example shows you how to auto click on a menu which shows how to get the rect of an object which you will need to do when obtaining the info of the button. _________________
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum