Using a Toolbar with Property Sheets
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi I am using some propety pages in wizard mode, on one of my pages i am using a toolbar The first time you use the wizard it all works fine if you run the wizard again, the toolbar fails to load correctly The toolbar appears to be there, but there are no images shown on any of the buttons I am creating the toolbar in the oninitdialog() of the property page using if(!m_toolBar2.Create(this) || !m_toolBar2.LoadToolBar(IDR_TOOLBAR2)) AfxMessageBox("Failed"); Can anyone help at all ? thanks Simon