nkullah Posted January 19, 2006 Posted January 19, 2006 (edited) I want to get text from this window, but if I use the WindowGetText I get the input from every single input box in the window. I am wondering how to I get the text by using ControlGetText or some other command, since the Control isn't showing the text except under the 'Visible Window Text' part. Thanks. edit: Sorry for having the pic as a .bmp instead of .jpg, it was the only thing I could do with the computer I was using. Edited May 20, 2006 by Jon
seandisanti Posted January 20, 2006 Posted January 20, 2006 I want to get text from this window, but if I use the WindowGetText I get the input from every single input box in the window. I am wondering how to I get the text by using ControlGetText or some other command, since the Control isn't showing the text except under the 'Visible Window Text' part. Thanks. edit: Sorry for having the pic as a .bmp instead of .jpg, it was the only thing I could do with the computer I was using.Sorry nobody got back to you with an answer, but it looks like you about had it already, right down to the function name. ControlGetText ( "MEPAS", "", 28);would grab the text from the selected control
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