Click here to Skip to main content
15,906,463 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: application to run on explorer Pin
ThatsAlok16-Jul-07 0:39
ThatsAlok16-Jul-07 0:39 
GeneralRe: application to run on explorer Pin
Hamid_RT16-Jul-07 6:11
Hamid_RT16-Jul-07 6:11 
Questionembed ms word with MFC and insert image Pin
saravananr_mca15-Jul-07 19:00
saravananr_mca15-Jul-07 19:00 
Questionhow to add a text dynamically in combo box? Pin
vikramkarthik15-Jul-07 18:45
vikramkarthik15-Jul-07 18:45 
AnswerRe: how to add a text dynamically in combo box? Pin
sheshidar15-Jul-07 18:58
sheshidar15-Jul-07 18:58 
GeneralRe: how to add a text dynamically in combo box? Pin
vikramkarthik15-Jul-07 21:30
vikramkarthik15-Jul-07 21:30 
AnswerRe: how to add a text dynamically in combo box? Pin
Hamid_RT15-Jul-07 19:28
Hamid_RT15-Jul-07 19:28 
AnswerRe: how to add a text dynamically in combo box? Pin
David Crow16-Jul-07 4:09
David Crow16-Jul-07 4:09 
vikramkarthik wrote:
i tried with TRACE command...


Why in the world would you think that TRACE() would be used for updating a combobox?

Since you are using MFC, use ClassWizard (Ctrl+W) to assign a CComboBox member variable to the control. When you are ready to update the control, use CComboBox::AddString() or CComboBox::InsertString().


"A good athlete is the result of a good and worthy opponent." - David Crow

"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne


QuestionKill focus of a dialog. Pin
harsha u15-Jul-07 18:08
harsha u15-Jul-07 18:08 
AnswerRe: Kill focus of a dialog. Pin
Hamid_RT15-Jul-07 19:32
Hamid_RT15-Jul-07 19:32 
GeneralRe: Kill focus of a dialog. Pin
harsha u15-Jul-07 20:33
harsha u15-Jul-07 20:33 
AnswerRe: Kill focus of a dialog. Pin
#realJSOP16-Jul-07 2:11
professional#realJSOP16-Jul-07 2:11 
GeneralRe: Kill focus of a dialog. Pin
harsha u16-Jul-07 2:15
harsha u16-Jul-07 2:15 
AnswerRe: Kill focus of a dialog. Pin
David Crow16-Jul-07 4:12
David Crow16-Jul-07 4:12 
QuestionHow to develop Multilanguage software in MFC Pin
flyox15-Jul-07 17:42
flyox15-Jul-07 17:42 
AnswerRe: How to develop Multilanguage software in MFC Pin
Hamid_RT15-Jul-07 19:52
Hamid_RT15-Jul-07 19:52 
QuestionHow to write Arabic directly in VC6.0 ? Pin
Peter, Chan15-Jul-07 16:50
Peter, Chan15-Jul-07 16:50 
AnswerRe: How to write Arabic directly in VC6.0 ? Pin
Michael Dunn15-Jul-07 17:35
sitebuilderMichael Dunn15-Jul-07 17:35 
QuestionHelp: Converting an EXE to Microsoft Visual C++ source Pin
JonnyRockets15-Jul-07 16:49
JonnyRockets15-Jul-07 16:49 
AnswerRe: Help: Converting an EXE to Microsoft Visual C++ source Pin
Michael Dunn15-Jul-07 17:37
sitebuilderMichael Dunn15-Jul-07 17:37 
QuestionRe: Help: Converting an EXE to Microsoft Visual C++ source Pin
Hamid_RT15-Jul-07 19:54
Hamid_RT15-Jul-07 19:54 
AnswerRe: Help: Converting an EXE to Microsoft Visual C++ source Pin
dharani15-Jul-07 23:37
dharani15-Jul-07 23:37 
GeneralRe: Help: Converting an EXE to Microsoft Visual C++ source Pin
ThatsAlok16-Jul-07 0:30
ThatsAlok16-Jul-07 0:30 
GeneralRe: Help: Converting an EXE to Microsoft Visual C++ source Pin
dharani16-Jul-07 1:08
dharani16-Jul-07 1:08 
GeneralRe: Help: Converting an EXE to Microsoft Visual C++ source Pin
David Crow16-Jul-07 4:24
David Crow16-Jul-07 4:24 

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.