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

C / C++ / MFC

 
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 
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 
Hi,


Use
int SetCurSel(
int nSelect
);

or if you already have to selecting by text from list

SelectString(
int nStartAfter,
LPCTSTR lpszString
);


-----------
Mila

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 
QuestionHow to invert bitmap in .bmp file thro 180 degree Pin
Neo Andreson27-Nov-06 22:04
Neo Andreson27-Nov-06 22:04 
AnswerRe: How to invert bitmap in .bmp file thro 180 degree Pin
Rajesh R Subramanian27-Nov-06 23:05
professionalRajesh R Subramanian27-Nov-06 23:05 
GeneralRe: How to invert bitmap in .bmp file thro 180 degree Pin
Neo Andreson28-Nov-06 1:44
Neo Andreson28-Nov-06 1:44 
QuestionCan this code be better? Peer code review. Pin
Stick^27-Nov-06 22:02
Stick^27-Nov-06 22:02 
AnswerRe: Can this code be better? Peer code review. [modified] Pin
Viorel.27-Nov-06 23:10
Viorel.27-Nov-06 23:10 
GeneralRe: Can this code be better? Peer code review. Pin
Stick^28-Nov-06 2:19
Stick^28-Nov-06 2:19 

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.