All,
I have a dialog bar that is created thus...
void CMainFrame::OnCreate()
{
if(!m_wndDlgBar.Create(this,IDD,CBRS_LEFT,IDD)
.
.
.;
}
The MainFrame is created from MyApp::InitInstance()
what I need to know is when can I set the button states
(i.e. Grayed - SetWindow(false)) I need some kind of event
or is there a method I can override ? Thanks in advance.
Marcus
I have a dialog bar that is created thus...
void CMainFrame::OnCreate()
{
if(!m_wndDlgBar.Create(this,IDD,CBRS_LEFT,IDD)
.
.
.;
}
The MainFrame is created from MyApp::InitInstance()
what I need to know is when can I set the button states
(i.e. Grayed - SetWindow(false)) I need some kind of event
or is there a method I can override ? Thanks in advance.
Marcus