Buttons with alternative message
C / C++ / MFC
5
Posts
3
Posters
0
Views
1
Watching
-
Hi! Could I show an alternative message when I move the mouse over a button in my Visual C++ application (in a little floating yellow window)? How could I do it? Thank you in advance :) I have no idea :doh:
-
Interesting. Try deriving a class from CButton and handle the mouse move message. If it is within the button control's rectangle, then show the message. Kuphryn
-
Do you know how could I show a message in this way? I don't have idea about this. Thank you!
-