clevername47 Posted November 15, 2010 Posted November 15, 2010 Does anyone know how I can get at the text of some standard VB6 label controls? The window info tool does not see their text. Thanks!
James Posted November 15, 2010 Posted November 15, 2010 Hey clevername47, Try using ControlGetText James Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
clevername47 Posted November 17, 2010 Author Posted November 17, 2010 Already did. That's why I said "the window info tool does not see their text" - the standard methods don't work here.
James Posted November 17, 2010 Posted November 17, 2010 Already did. That's why I said "the window info tool does not see their text" - the standard methods don't work here.I see, sorry I missed that.I'm currently writing some VB6 code for work and I'm able to see the text on buttons, yet nothing else.It seems looks like the word Thunder is appended to the beginning of the class and AutoIt Window Info tool doesn't know how to read it.James Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
clevername47 Posted November 17, 2010 Author Posted November 17, 2010 (edited) I'm currently writing some VB6 code for work I'm sorry I'm able to see the text on buttons, yet nothing else.It seems looks like the word Thunder is appended to the beginning of the class and AutoIt Window Info tool doesn't know how to read it.Yep, this is the same thing I'm seeing. Any ideas? Edited November 17, 2010 by clevername47
James Posted November 17, 2010 Posted November 17, 2010 I'm sorry Yep, this is the same thing I'm seeing. Any ideas?Thank you I think this occurs because VB6 uses old-school controls unless you apply a custom manifest for the XP ones.James Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
clevername47 Posted November 17, 2010 Author Posted November 17, 2010 Thank you I think this occurs because VB6 uses old-school controls unless you apply a custom manifest for the XP ones.JamesI'm not familiar enough with VB to know how to do that, but I can't make any changes to the VB application anyway.
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