Click here to Skip to main content
15,923,168 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Safe premature shutdown of application Pin
Iain Clarke, Warrior Programmer18-Sep-08 8:00
Iain Clarke, Warrior Programmer18-Sep-08 8:00 
GeneralRe: Safe premature shutdown of application Pin
frqftgbdafr18-Sep-08 8:45
frqftgbdafr18-Sep-08 8:45 
QuestionRe: Safe premature shutdown of application Pin
Mark Salsbery18-Sep-08 8:50
Mark Salsbery18-Sep-08 8:50 
AnswerRe: Safe premature shutdown of application Pin
frqftgbdafr18-Sep-08 9:41
frqftgbdafr18-Sep-08 9:41 
GeneralRe: Safe premature shutdown of application Pin
Mark Salsbery18-Sep-08 10:03
Mark Salsbery18-Sep-08 10:03 
GeneralRe: Safe premature shutdown of application Pin
Bram van Kampen18-Sep-08 14:36
Bram van Kampen18-Sep-08 14:36 
GeneralRe: Safe premature shutdown of application Pin
Mark Salsbery19-Sep-08 6:51
Mark Salsbery19-Sep-08 6:51 
QuestionUsing a Toolbar with Property Sheets Pin
si_6918-Sep-08 6:31
si_6918-Sep-08 6:31 
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
QuestionAppearance of ActiveX Control at Design-time Pin
hhh18-Sep-08 5:46
hhh18-Sep-08 5:46 
Questionpublic struct in a class Pin
Cengine18-Sep-08 5:38
Cengine18-Sep-08 5:38 
AnswerRe: public struct in a class Pin
toxcct18-Sep-08 5:52
toxcct18-Sep-08 5:52 
GeneralRe: public struct in a class Pin
Cengine18-Sep-08 5:58
Cengine18-Sep-08 5:58 
GeneralRe: public struct in a class Pin
toxcct18-Sep-08 6:02
toxcct18-Sep-08 6:02 
GeneralRe: public struct in a class Pin
Cengine18-Sep-08 6:06
Cengine18-Sep-08 6:06 
AnswerRe: public struct in a class Pin
Matthew Faithfull18-Sep-08 6:12
Matthew Faithfull18-Sep-08 6:12 
QuestionBitBlt does not work in print preview Pin
theCPkid18-Sep-08 5:29
theCPkid18-Sep-08 5:29 
AnswerRe: BitBlt does not work in print preview Pin
Mark Salsbery18-Sep-08 5:49
Mark Salsbery18-Sep-08 5:49 
GeneralRe: BitBlt does not work in print preview Pin
theCPkid18-Sep-08 5:54
theCPkid18-Sep-08 5:54 
QuestionRe: BitBlt does not work in print preview Pin
Mark Salsbery18-Sep-08 5:57
Mark Salsbery18-Sep-08 5:57 
AnswerRe: BitBlt does not work in print preview Pin
theCPkid18-Sep-08 6:03
theCPkid18-Sep-08 6:03 
GeneralRe: BitBlt does not work in print preview Pin
Mark Salsbery18-Sep-08 6:34
Mark Salsbery18-Sep-08 6:34 
GeneralRe: BitBlt does not work in print preview [modified] Pin
theCPkid18-Sep-08 7:01
theCPkid18-Sep-08 7:01 
GeneralRe: BitBlt does not work in print preview Pin
Mark Salsbery18-Sep-08 7:25
Mark Salsbery18-Sep-08 7:25 
GeneralRe: BitBlt does not work in print preview Pin
theCPkid18-Sep-08 22:44
theCPkid18-Sep-08 22:44 
GeneralRe: BitBlt does not work in print preview Pin
Mark Salsbery19-Sep-08 5:17
Mark Salsbery19-Sep-08 5:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.