Link to home
Start Free TrialLog in
Avatar of tonelm54
tonelm54

asked on

text field access

A long time ago I found a sample code which when run gives a list of all programs running, in a sub catergory it allowed you to see any labels or text boxs and their values.

I know it heavily uses APIs, but dont know which ones.

The reason why I ask is I need to see a result of a program and record how it got there,  record at particular times what the value is, I cannot re-write the program, and I cannot script it ither.

Anyone know of where I can get the code from?

Tony
ASKER CERTIFIED SOLUTION
Avatar of ironwill96
ironwill96

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi tony i'm just going off memory on this one but some of the api's that its going to use are:

EnumChildWindows
EnumDesktopWindows
FindWindowEx
FindWindow
GetWindowText
GetWindowProcessID

And a few others

Avatar of veeru_friend
veeru_friend

All API Guide will helps you.

You can download it from below link

http://www.mentalis.org/agnet/apiguide.shtml

It consists of lot of example for each and every API.

go through the all examples of API's in API guide that mensioned by BrianGEFF719