Discussion:
Detect text under mouse pointer
(too old to reply)
MilanB
2006-01-03 15:55:03 UTC
Permalink
Hello

How can be detected (read) text under mouse cursor on document level.
I need this feature work under IE toolbar.

Thanks
Scherbina Vladimir
2006-01-04 09:28:33 UTC
Permalink
You should subscribe for OnMouseMove event (IIRC) in your BHO, and then
having coordinates of mouse enumerate elements which are in the range of
these coordinates, after that get text of those elements.

--
Vladimir
Post by MilanB
Hello
How can be detected (read) text under mouse cursor on document level.
I need this feature work under IE toolbar.
Thanks
MilanB
2006-01-04 10:02:03 UTC
Permalink
Thank you.
You helped me!
Post by Scherbina Vladimir
You should subscribe for OnMouseMove event (IIRC) in your BHO, and then
having coordinates of mouse enumerate elements which are in the range of
these coordinates, after that get text of those elements.
--
Vladimir
Post by MilanB
Hello
How can be detected (read) text under mouse cursor on document level.
I need this feature work under IE toolbar.
Thanks
Continue reading on narkive:
Loading...