Click here to Skip to main content
15,897,371 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionModifying the window list and/or Ctrl+Tab behaviour in an MDI app Pin
Paul Vickery18-Feb-09 4:28
professionalPaul Vickery18-Feb-09 4:28 
AnswerRe: Modifying the window list and/or Ctrl+Tab behaviour in an MDI app Pin
led mike18-Feb-09 4:40
led mike18-Feb-09 4:40 
Questionmultiple dll Pin
pedefetoll18-Feb-09 3:08
pedefetoll18-Feb-09 3:08 
AnswerRe: multiple dll Pin
CPallini18-Feb-09 3:17
mveCPallini18-Feb-09 3:17 
AnswerRe: multiple dll Pin
Iain Clarke, Warrior Programmer18-Feb-09 3:51
Iain Clarke, Warrior Programmer18-Feb-09 3:51 
GeneralRe: multiple dll Pin
led mike18-Feb-09 4:30
led mike18-Feb-09 4:30 
QuestionCComboBox Pin
durban218-Feb-09 2:32
durban218-Feb-09 2:32 
AnswerRe: CComboBox Pin
krmed18-Feb-09 2:45
krmed18-Feb-09 2:45 
At the time you try to AddString, you have not yet created the dialog, so the ComboBox doesn't exist yet.

After you create the instance with new, you need to call Create to actually create the windows.

Hope that helps.

Karl - WK5M
PP-ASEL-IA (N43CS)
PGP Key: 0xDB02E193
PGP Key Fingerprint: 8F06 5A2E 2735 892B 821C 871A 0411 94EA DB02 E193

AnswerRe: CComboBox Pin
_AnsHUMAN_ 18-Feb-09 2:46
_AnsHUMAN_ 18-Feb-09 2:46 
AnswerRe: CComboBox Pin
David Crow18-Feb-09 3:05
David Crow18-Feb-09 3:05 
QuestionPassing a string Pin
brucewayn18-Feb-09 2:31
brucewayn18-Feb-09 2:31 
AnswerRe: Passing a string Pin
Cedric Moonen18-Feb-09 2:38
Cedric Moonen18-Feb-09 2:38 
GeneralRe: Passing a string Pin
CPallini18-Feb-09 22:06
mveCPallini18-Feb-09 22:06 
GeneralRe: Passing a string Pin
Cedric Moonen18-Feb-09 22:49
Cedric Moonen18-Feb-09 22:49 
GeneralRe: Passing a string Pin
CPallini18-Feb-09 23:12
mveCPallini18-Feb-09 23:12 
AnswerRe: Passing a string Pin
eraccn18-Feb-09 3:00
eraccn18-Feb-09 3:00 
QuestionOnSize() function help Pin
Deepu Antony18-Feb-09 1:28
Deepu Antony18-Feb-09 1:28 
AnswerRe: OnSize() function help Pin
Arman S.18-Feb-09 1:52
Arman S.18-Feb-09 1:52 
GeneralRe: OnSize() function help Pin
Deepu Antony18-Feb-09 2:22
Deepu Antony18-Feb-09 2:22 
QuestionSetting for removing a file path from Liner->Command Line in VS2005 Pin
pandit8418-Feb-09 1:24
pandit8418-Feb-09 1:24 
QuestionThread Pin
Davitor18-Feb-09 1:15
Davitor18-Feb-09 1:15 
AnswerRe: Thread Pin
Chandrasekharan P18-Feb-09 1:22
Chandrasekharan P18-Feb-09 1:22 
GeneralRe: Thread Pin
Davitor18-Feb-09 1:38
Davitor18-Feb-09 1:38 
GeneralRe: Thread Pin
Cedric Moonen18-Feb-09 1:47
Cedric Moonen18-Feb-09 1:47 
AnswerRe: Thread Pin
Cedric Moonen18-Feb-09 1:37
Cedric Moonen18-Feb-09 1:37 

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.