Hello, i have worked with APIs before though i am not good at them. I know how to write in a textbox on another program...
But how do i click a specific button?
Printable View
Hello, i have worked with APIs before though i am not good at them. I know how to write in a textbox on another program...
But how do i click a specific button?
This is exactly my question, altough this type of question is frowned upon. Btw can you post the code to write to a textbox an another program?
Sure, i think there is already that code in the codebank though. I will either supply a link if i cna find it or i may post it here...
Here is a link to one i just found now.... It's part of someone else's question.
http://www.vbforums.com/showpost.php...14&postcount=8
Use the SendMessage API function and send a BM_CLICK message:
http://msdn.microsoft.com/en-us/libr...85(VS.85).aspx