Spy++ can capture Tooltip messages. HOW???

J

Johnny

I have tried every Windows API that I can think of to get the Tooltip
message that pops up from the tooltips_class32 window class but without
success. I know it can be done because SPY++ can retrieve them when they
are visible.

Does anyone know how SPY++ does it or how it can be done?

Thanks
 
D

David Lowndes

I have tried every Windows API that I can think of to get the Tooltip
message that pops up from the tooltips_class32 window class but without
success. I know it can be done because SPY++ can retrieve them when they
are visible.

Just a guess - have you tried using WM_GETTEXT?

Dave
 
J

Johnny

I believe WM_GETTEXT is the message that GetWindowText uses but I tried it
in a SendMessage and it doesn't work either.
Thanks for the suggestions.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top