clevername47 Posted January 4, 2006 Posted January 4, 2006 Normally I would just use the ClassNameNN method of accessing controls and be done with it, but the ClassNameNN's for the program I'm using are dynamic as well. Is there a way I can get the control ID of a control under a specific point with DLL calls? There's got to be a way to do this, because AU3Info can do it.
seandisanti Posted January 4, 2006 Posted January 4, 2006 Normally I would just use the ClassNameNN method of accessing controls and be done with it, but the ClassNameNN's for the program I'm using are dynamic as well. Is there a way I can get the control ID of a control under a specific point with DLL calls? There's got to be a way to do this, because AU3Info can do it.i believe LXP wrote somethign a while back ControlGetHandleByPos() that may help you out...
clevername47 Posted January 4, 2006 Author Posted January 4, 2006 Thanks..that's exactly what I needed.Link to thread: http://www.autoitscript.com/forum/index.php?showtopic=14323
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now