‘CdialogBar’?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
HI Is there any way to use or accommodate ‘CdialogBar’ with ‘Cdilalog ‘ ?How? I tried to do this but an error at runtime occurred ,my code like below : BOOL CmyDlg::OnInitDialog() { . . . . . m_DialogBar.Create(this, IDD_DLGBAR, WS_VISIBLE|WS_CHILD|CBRS_LEFT, 1); m_DialogBar.EnableDocking(CBRS_ALIGN_LEFT); } Thank you ,,, AHMAD ALWASHALI