Fabian_Russ Posted October 22, 2009 Posted October 22, 2009 Is it possible to get properties off of objects in an external app? I need to click a button on an external program and I also need to get the name of that button, I've tried and tried and I don't see a good way of accomplishing this. I've played with SendKeys and I fail pretty badly with that. I'm trying to make a program that will automatically install programs for me by doing things like checking the Agree checkbox and pressing the Ok button. All help/comments would be appreciated! Thanks! Quote
Administrators PlausiblyDamp Posted October 22, 2009 Administrators Posted October 22, 2009 You would probably be better using the windows API to simulate activity via SendMessage, PostMessage etc, it isn't going to be trivial though. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Fabian_Russ Posted November 9, 2009 Author Posted November 9, 2009 You would probably be better using the windows API to simulate activity via SendMessage, PostMessage etc, it isn't going to be trivial though. Thank you for answering, you have lead me into the right direction :D! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.