Click here to Skip to main content
15,890,690 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Please help ! Pin
David Crow28-Nov-06 2:35
David Crow28-Nov-06 2:35 
Questionwin 32 C++ code performance optimization Pin
samchepe27-Nov-06 23:50
samchepe27-Nov-06 23:50 
AnswerRe: win 32 C++ code performance optimization Pin
XtremDev28-Nov-06 0:19
XtremDev28-Nov-06 0:19 
AnswerRe: win 32 C++ code performance optimization Pin
David Crow28-Nov-06 2:37
David Crow28-Nov-06 2:37 
GeneralRe: win 32 C++ code performance optimization Pin
zoid ! 28-Nov-06 5:03
zoid ! 28-Nov-06 5:03 
Questionproblem in playing m2p files Pin
Raja Bose C Leo27-Nov-06 23:42
Raja Bose C Leo27-Nov-06 23:42 
QuestionCComboBox Pin
harsha_123427-Nov-06 23:02
harsha_123427-Nov-06 23:02 
AnswerRe: CComboBox Pin
Rajesh R Subramanian27-Nov-06 23:10
professionalRajesh R Subramanian27-Nov-06 23:10 
harsha_1234 wrote:
m_wndCombo.SetWindowText("Default");


Drop is not only for the user. Its for you too. If it is drop list, then you could only select what is available. Therefore you need to add a string before you could display it.

Try this:
<br />
m_wndCombo.AddString("Default Value");<br />


harsha_1234 wrote:
m_wndCombo.SetWindowText("Default");


Use the CComboBox::SetCurSel() function to set the selection.

Nobody can give you wiser advice than yourself. - Cicero

AnswerRe: CComboBox [modified] Pin
Nibu babu thomas27-Nov-06 23:12
Nibu babu thomas27-Nov-06 23:12 
GeneralRe: CComboBox Pin
Rajesh R Subramanian27-Nov-06 23:17
professionalRajesh R Subramanian27-Nov-06 23:17 
GeneralRe: CComboBox Pin
Nibu babu thomas27-Nov-06 23:21
Nibu babu thomas27-Nov-06 23:21 
GeneralRe: CComboBox Pin
Rajesh R Subramanian27-Nov-06 23:23
professionalRajesh R Subramanian27-Nov-06 23:23 
GeneralRe: CComboBox Pin
Nibu babu thomas27-Nov-06 23:26
Nibu babu thomas27-Nov-06 23:26 
GeneralRe: CComboBox Pin
Rajesh R Subramanian27-Nov-06 23:28
professionalRajesh R Subramanian27-Nov-06 23:28 
AnswerRe: CComboBox Pin
Mila02527-Nov-06 23:15
Mila02527-Nov-06 23:15 
GeneralRe: CComboBox Pin
harsha_123427-Nov-06 23:21
harsha_123427-Nov-06 23:21 
GeneralRe: CComboBox Pin
Rajesh R Subramanian27-Nov-06 23:31
professionalRajesh R Subramanian27-Nov-06 23:31 
AnswerRe: CComboBox Pin
Mila02527-Nov-06 23:45
Mila02527-Nov-06 23:45 
AnswerRe: CComboBox Pin
David Crow28-Nov-06 2:43
David Crow28-Nov-06 2:43 
QuestionIssue with modal dialogs Pin
srinivasan_sundaram27-Nov-06 22:52
srinivasan_sundaram27-Nov-06 22:52 
AnswerRe: Issue with modal dialogs Pin
David Crow28-Nov-06 2:48
David Crow28-Nov-06 2:48 
QuestionShaded Colors to GUI Pin
kiranin27-Nov-06 22:44
kiranin27-Nov-06 22:44 
AnswerRe: Shaded Colors to GUI Pin
Rajesh R Subramanian27-Nov-06 23:04
professionalRajesh R Subramanian27-Nov-06 23:04 
GeneralRe: Shaded Colors to GUI [modified] Pin
kiranin27-Nov-06 23:57
kiranin27-Nov-06 23:57 
GeneralRe: Shaded Colors to GUI Pin
toxcct28-Nov-06 0:07
toxcct28-Nov-06 0:07 

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.