Push Button Properies-Icon prompt?
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
Hi: if I have defined a push button as an Icon is there any way to show an info prompt when I put the mouse over this button? Thanks.
-
Hi: if I have defined a push button as an Icon is there any way to show an info prompt when I put the mouse over this button? Thanks.
-
Hi, This Codeproject article explain the customized button with Tooltips. http://www.thecodeproject.com/buttonctrl/CustomBitmapButtonDemo.asp[^] Regards, Selvam
Thank you, I also have found a good article: http://www.codeproject.com/buttonctrl/tooltipressourcebutton.asp