Click here to Skip to main content
15,905,682 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCOM CreateInstance method Pin
George_George6-Feb-08 19:19
George_George6-Feb-08 19:19 
QuestionRe: COM CreateInstance method Pin
CPallini6-Feb-08 20:54
mveCPallini6-Feb-08 20:54 
GeneralRe: COM CreateInstance method Pin
George_George7-Feb-08 3:25
George_George7-Feb-08 3:25 
QuestionRe: COM CreateInstance method Pin
CPallini7-Feb-08 3:52
mveCPallini7-Feb-08 3:52 
GeneralRe: COM CreateInstance method Pin
George_George7-Feb-08 4:06
George_George7-Feb-08 4:06 
GeneralProblem in execution Pin
mosali satish6-Feb-08 18:33
mosali satish6-Feb-08 18:33 
GeneralRe: Problem in execution Pin
Cedric Moonen6-Feb-08 20:14
Cedric Moonen6-Feb-08 20:14 
GeneralRe: Problem in execution Pin
Iain Clarke, Warrior Programmer6-Feb-08 23:12
Iain Clarke, Warrior Programmer6-Feb-08 23:12 
In addition to Cedric's answer...

Have you tried adding them one by one?

Is the dialog able to create, or is it failing? If it fails in debug mode, then single step through and see where it fails.

If it fails on dialog creation, then you can set a no-fail-create style for the dialog in the dialog editor. That may help you narrow down the fault.

Are you using custom classes for the control's you're adding, and have you registered that class before you create the dialog?

For all we know, you've got a bug in the code handling those controls - the only way to find out is to debug your application.

Iain.

Iain Clarke appearing in spite of being begged not to by CPallini.

QuestionRe: Problem in execution Pin
David Crow7-Feb-08 2:50
David Crow7-Feb-08 2:50 
GeneralSetScrollSizes Pin
Still learning how to code6-Feb-08 12:09
Still learning how to code6-Feb-08 12:09 
GeneralRe: SetScrollSizes Pin
Mark Salsbery6-Feb-08 12:50
Mark Salsbery6-Feb-08 12:50 
GeneralRe: SetScrollSizes Pin
Still learning how to code6-Feb-08 22:51
Still learning how to code6-Feb-08 22:51 
GeneralRe: SetScrollSizes Pin
Mark Salsbery7-Feb-08 5:36
Mark Salsbery7-Feb-08 5:36 
QuestionCDialog : Message After the dialog is created and displayed? Pin
Maximilien6-Feb-08 10:00
Maximilien6-Feb-08 10:00 
AnswerRe: CDialog : Message After the dialog is created and displayed? Pin
Mark Salsbery6-Feb-08 10:10
Mark Salsbery6-Feb-08 10:10 
General[Solved] Re: CDialog : Message After the dialog is created and displayed? Pin
Maximilien6-Feb-08 10:14
Maximilien6-Feb-08 10:14 
GeneralRe: [Solved] Re: CDialog : Message After the dialog is created and displayed? Pin
Mark Salsbery6-Feb-08 10:16
Mark Salsbery6-Feb-08 10:16 
AnswerRe: CDialog : Message After the dialog is created and displayed? Pin
Dave Calkins6-Feb-08 10:26
Dave Calkins6-Feb-08 10:26 
GeneralPassing multiple parameters to a thread Pin
jonsey298476-Feb-08 9:55
jonsey298476-Feb-08 9:55 
GeneralRe: Passing multiple parameters to a thread Pin
Mark Salsbery6-Feb-08 10:13
Mark Salsbery6-Feb-08 10:13 
GeneralRe: Passing multiple parameters to a thread Pin
jonsey298476-Feb-08 12:07
jonsey298476-Feb-08 12:07 
GeneralRe: Passing multiple parameters to a thread Pin
Mark Salsbery6-Feb-08 12:30
Mark Salsbery6-Feb-08 12:30 
GeneralRe: Passing multiple parameters to a thread Pin
Cedric Moonen6-Feb-08 20:18
Cedric Moonen6-Feb-08 20:18 
GeneralRe: Passing multiple parameters to a thread Pin
CPallini6-Feb-08 21:00
mveCPallini6-Feb-08 21:00 
GeneralRe: Passing multiple parameters to a thread Pin
Mark Salsbery7-Feb-08 5:31
Mark Salsbery7-Feb-08 5:31 

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.