Search found 2 matches

by DirtyDevo
Thu Oct 11, 2007 3:29 pm
Forum: Technical / Scripting
Topic: Getting the text of a visible tooltip
Replies: 2
Views: 4052

Well, I thought about that, but I think it would be too slow. I'd actually be moving the mouse along a series of objects and grabbing the text from each one and I'd need it to be pretty fast.

Thanks for the idea though!!!!
by DirtyDevo
Thu Oct 11, 2007 2:36 pm
Forum: Technical / Scripting
Topic: Getting the text of a visible tooltip
Replies: 2
Views: 4052

Getting the text of a visible tooltip

Does anyone know of a way (VBScript or otherwise) to get the text of the currently visible tooltip? I found a bit of VBScript code to copy text from a text area to the clipboard: strCopy=BasicTextArea.Value document.parentWindow.clipboardData.SetData "text", strCopy The problem is I don't know how t...
Sign up to our newsletter for free automation tips, tricks & discounts