Click here to Skip to main content
15,921,774 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Please Help!! File Transfer!!! Pin
Christian Graus29-Oct-02 18:24
protectorChristian Graus29-Oct-02 18:24 
GeneralRe: Please Help!! File Transfer!!! Pin
Pett30-Oct-02 1:28
Pett30-Oct-02 1:28 
Questionactive window hwnd? Pin
imran_rafique29-Oct-02 15:38
imran_rafique29-Oct-02 15:38 
AnswerRe: active window hwnd? Pin
Christian Graus29-Oct-02 15:55
protectorChristian Graus29-Oct-02 15:55 
GeneralRe: active window hwnd? Pin
imran_rafique29-Oct-02 16:11
imran_rafique29-Oct-02 16:11 
GeneralCompiling questions Pin
00zero29-Oct-02 15:14
00zero29-Oct-02 15:14 
GeneralRe: Compiling questions Pin
Christian Graus29-Oct-02 15:22
protectorChristian Graus29-Oct-02 15:22 
GeneralAdding a Toolbar Pin
Anonymous29-Oct-02 14:08
Anonymous29-Oct-02 14:08 
GeneralRe: Adding a Toolbar Pin
Christian Graus29-Oct-02 15:23
protectorChristian Graus29-Oct-02 15:23 
GeneralIM Client Pin
WSK29-Oct-02 14:00
WSK29-Oct-02 14:00 
GeneralRe: IM Client Pin
Paul Ingles29-Oct-02 14:26
Paul Ingles29-Oct-02 14:26 
GeneralSDI Question Pin
Cerb29-Oct-02 13:54
Cerb29-Oct-02 13:54 
GeneralRe: SDI Question Pin
Maximilien29-Oct-02 15:02
Maximilien29-Oct-02 15:02 
GeneralRe: SDI Question Pin
Anatari29-Oct-02 17:33
Anatari29-Oct-02 17:33 
QuestionQuestion, How to fill modal dialog combo box at runtime? Pin
work_to_live29-Oct-02 13:25
work_to_live29-Oct-02 13:25 
AnswerRe: Question, How to fill modal dialog combo box at runtime? Pin
Chris Losinger29-Oct-02 13:41
professionalChris Losinger29-Oct-02 13:41 
GeneralRe: Question, How to fill modal dialog combo box at runtime? Pin
work_to_live29-Oct-02 13:54
work_to_live29-Oct-02 13:54 
That's where I'm at, but I can't figure out how to add the strings to the combo box resource created with the dialog editor. I created an array of CStrings that I load after instantiating the dialog box class, but before executing the DoModal function. In OnInitDialog I'm trying to move the CStrings into the combo box, but for an hour now, I'm not having any success.

I suppose I could create the combo box and position it in the dialog in OnInitDialog, but it sure seems like there should be a easier way to do this, using the layout created in the Dialog Editor.

A little more help please! Smile | :)

Thanks.
GeneralRe: Question, How to fill modal dialog combo box at runtime? Pin
Chris Losinger29-Oct-02 13:58
professionalChris Losinger29-Oct-02 13:58 
GeneralRe: Question, How to fill modal dialog combo box at runtime? Pin
work_to_live29-Oct-02 14:06
work_to_live29-Oct-02 14:06 
GeneralRe: Question, How to fill modal dialog combo box at runtime? Pin
Chris Losinger29-Oct-02 14:33
professionalChris Losinger29-Oct-02 14:33 
GeneralRe: Question, How to fill modal dialog combo box at runtime? Pin
work_to_live29-Oct-02 16:10
work_to_live29-Oct-02 16:10 
GeneralRe: Question, How to fill modal dialog combo box at runtime? Pin
Chris Losinger29-Oct-02 16:13
professionalChris Losinger29-Oct-02 16:13 
GeneralRe: Question, How to fill modal dialog combo box at runtime? Pin
work_to_live29-Oct-02 16:26
work_to_live29-Oct-02 16:26 
GeneralRe: Question, How to fill modal dialog combo box at runtime? Pin
Chris Losinger29-Oct-02 16:30
professionalChris Losinger29-Oct-02 16:30 
GeneralRe: Question, How to fill modal dialog combo box at runtime? Pin
work_to_live29-Oct-02 16:48
work_to_live29-Oct-02 16:48 

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.