Dialog Bars and Buttons
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Dear All, I hope anyone can help me out with this seeming simple problem. I've implemented a dialog bar with buttons on them which I would like to disable them from time to time. I've used
m_wndDlgBar.GetDlgItem(IDC_BUTTON1)->EnableWindow(FALSE);
and it wouldn't work. I even disabled it with the resource editor. Thanks very much for your precious time. Regards CT