Check if button is disabled in an external application?

K

kru

Hi All,

Was hoping to get some input on how I might be able to check if a
button is disabled or not in a 3rd party application?

I'm trying to capture the session state of an external program and
that is revealed by whether the buttons are disabled.

Any assistance would be much appreciated, thanks!

- Kru
 
H

Herfried K. Wagner [MVP]

kru said:
Was hoping to get some input on how I might be able to check if a
button is disabled or not in a 3rd party application?

P/invoke: 'FindWindow', 'FindWindowEx', 'IsWindowEnabled'.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top