
Changing Floating Toolbar Caption Runtime...
Hi Harvey,
try this:
// SetWindowText doesnt work
// qpads is the toolbar
qpads.title("new toolbar title");
ShowControlBar(&qpads,FALSE,FALSE);
DockControlBar(&qpads,AFX_IDW_DOCKBAR_TOP);
FloatControlBar(&qpads,pt,CBRS_ALIGN_TOP);
ShowControlBar(&qpads,TRUE,TRUE);
Greetings, Andreas