News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Getting Text Under Mouse

Started by Nonameo, August 30, 2005, 09:00:32 PM

Previous topic - Next topic

Nonameo

Hi Guys.

Does anyone know what Api calls i would need to use to get the text under the cursor (like Radasm when you hover over a variable, then shows it in the Info Tool box at the top).

I would much appreciate a nudge in the right direction.

Thanks

-Nonameo-

Darrel

Hi Nonameo,

Take a look at GetCursorPos, WindowFromPoint, and ChildWindowFromPoint.

Hope this helps,

Darrel

P1

Maybe you should have posted in the RadAsm forum, seeing he has the code already.  But don't to be surprize, if you find out it's specific to the RAD environment.

Regards,  P1  :8)

ramguru

Take a look...I wrote some code :)

[attachment deleted by admin]