Ram Posted March 27, 2007 Share Posted March 27, 2007 (edited) Hi, I want get values and compare them but these values are like a tooltip. I have a column in an application. When I mouse over the column heading I get a tooltip with different values. Now I would like collect those values and assign it to a varriable so that it would be easy for me to compare. Getting the value from the tooltip is a problem. Attached picture for your reference. Can we get the tooltip value? Is this possible? Thanks! Edited March 27, 2007 by Ram Link to comment Share on other sites More sharing options...
Richard Robertson Posted March 27, 2007 Share Posted March 27, 2007 I have never seen anything that indicates the ability to read tooltips. You may be able to catch the text if it contains a label (static text field). I don't know how tooltips work. I would assume they are inaccessibly windows but I've learned not to assume things when it comes to Microsoft. Link to comment Share on other sites More sharing options...
PaulIA Posted March 27, 2007 Share Posted March 27, 2007 I have never seen anything that indicates the ability to read tooltips. You may be able to catch the text if it contains a label (static text field). I don't know how tooltips work. I would assume they are inaccessibly windows but I've learned not to assume things when it comes to Microsoft.You probably need to take a look at Auto3Lib then It has a ToolTip module that allows you to read the ToolTips from external processes. Auto3Lib: A library of over 1200 functions for AutoIt Link to comment Share on other sites More sharing options...
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