Paul Burns
May 26th, 1999, 09:31 PM
how do i enable tooltips for a dialog bar? i have tried calling EnableToolTips(TRUE) just after creation but the TTN_NEEDTEXT handler is never called.
Note i do not want to have to deal with a CToolTipCtrl - i have done this before with dialogs and form view's just using EnableToolTip and TTN_NEEDTEXT handler with no problems, so it must be possible to do the same with a CDialogBar (?)
Note i do not want to have to deal with a CToolTipCtrl - i have done this before with dialogs and form view's just using EnableToolTip and TTN_NEEDTEXT handler with no problems, so it must be possible to do the same with a CDialogBar (?)