Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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!

  • 3 weeks later...
Posted
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!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...