VC++的MFC定義的用戶界面,如何去掉工具欄上的手柄,防止用戶將工具欄用鼠標拉出來?
在你的frame代碼中找到
// TODO: Delete these three lines if you don't want the toolbar to
// be dockable
m_wndToolBar.EnableDocking(CBRS_ALIGN_ANY);
EnableDocking(CBRS_ALIGN_ANY);
DockControlBar(&m_wndToolBar);
注釋掉它們