-
When I select text by double click or drag mouse on any running program's documents
( such as Internet Explorer's .htm , MS Word's .doc or Nodpad's .txt )
I want to take a tooltip appear on the document, also tooltip's text is select text.
Have anyone some idea for me?.
-
I'm not 100% on this, but I think you need to manually create the tooltip window using CreateWindow or CreateWindowEx API. Then you would have to use a loop in a timer or something to see if the mouse was double-clicked or dragged.
There's an example of how to create ToolTip windows here
Also, you would need to get the window's handle using GetForegroundWindow.
I hope this helps you in some way or another,
Me
-
Do you mean tooltips in Internet Explorer?
http://www.domaindlx.com/e_morcillo/...cod/shlext.asp
(Look at InfoTips)
Check out this site, it's kinda cool, it's now made for .vbp files, but you can easily change this.
Be sure to install the .inf tho!