clevername47 0 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! Share this post Link to post Share on other sites
James 377 Posted November 15, 2010 Hey clevername47, Try using ControlGetText James Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ Share this post Link to post Share on other sites
clevername47 0 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. Share this post Link to post Share on other sites
James 377 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 Share this post Link to post Share on other sites
clevername47 0 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 Share this post Link to post Share on other sites
James 377 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 Share this post Link to post Share on other sites
clevername47 0 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. Share this post Link to post Share on other sites