Re: Tooltips and Dialog Bars
You don't need to do anything special - just make sure to set the CBRS_TOOLTIPS after you create the dialog bar e.g.
pMyDialogBar->SetBarStyle(pMyDialogBar->GetBarStyle() | CBRS_TOOLTIPS);
Josh
Re: Tooltips and Dialog Bars
i don't believe it! here i am stuffing around with TTN_NEEDTEXT handlers and the solution is just to modify the window style! its always the case isn't it - you never see the obvious solution till someone else points it out to you.
thanks Josh