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

C / C++ / MFC

 
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 
AnswerRe: CComboBox [modified] Pin
Nibu babu thomas27-Nov-06 23:12
Nibu babu thomas27-Nov-06 23:12 
harsha_1234 wrote:
i tried with changing it's type to drop list by that way it becomes only selectable but i can not set the default values in that combo box


Use SetCurSel to set currently selected item. You cannot use SetWindowText for this purpose. You can set the initial index of the combo box in OnInitDialog.


Nibu thomas
A Developer

Programming tips[^]  My site[^]

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 
QuestionChange the default layout of child windows Pin
fahmoun27-Nov-06 22:13
fahmoun27-Nov-06 22:13 

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.