Link to home
Start Free TrialLog in
Avatar of rrashedi
rrashedi

asked on

CSliderCtrl tooltip


I have derived CSliderNew from CSliderCtrl that can handle both integer and decimal numbers. I would like to know how to replace the CSliderCtrl's tooltip for decimal numbers? Is there a way to intercept the tooltip event and change its text string?
Avatar of ShaunWilde
ShaunWilde

you can get the tooltipctrl using GetToolTips from there you may be able to change the tip text
ASKER CERTIFIED SOLUTION
Avatar of migel
migel

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial