Manik Posted April 21, 2008 Posted April 21, 2008 Hello People, I'm a newbie to this forum, pardon me if I miss out on some details. I need help reading text from a devexpress quantumgrid. I can access the control and click on it with ControlClick. The AutoIT window info shows nothing in the text column for this control. It'd be great if someone can point me in the right direction. Thanks Manik
evilertoaster Posted April 21, 2008 Posted April 21, 2008 The autoit control and window functions work best (and are designed for) native controls and windows (to the OS). If you can't read the text from this control, you can tru using keystrokes to copy it to the clipboard and access it from there.
Manik Posted April 22, 2008 Author Posted April 22, 2008 Hi EvilToaster, Thanks for the reply. I'm doing the copy to clipboard and ClipGet to parse through the grid right now. I was looking to see if there was a more efficient option. Thanks Manik.
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