Click here to Skip to main content
15,917,321 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Adding event to controls at runtime Pin
Hamid_RT20-Mar-06 0:39
Hamid_RT20-Mar-06 0:39 
GeneralRe: Adding event to controls at runtime Pin
maharaja pandian20-Mar-06 0:57
maharaja pandian20-Mar-06 0:57 
GeneralRe: Adding event to controls at runtime Pin
Hamid_RT20-Mar-06 1:29
Hamid_RT20-Mar-06 1:29 
GeneralRe: Adding event to controls at runtime Pin
maharaja pandian20-Mar-06 1:33
maharaja pandian20-Mar-06 1:33 
QuestionComboBox - More than one Column Pin
RadioOpa19-Mar-06 23:35
RadioOpa19-Mar-06 23:35 
AnswerRe: ComboBox - More than one row ? Pin
Nibu babu thomas19-Mar-06 23:44
Nibu babu thomas19-Mar-06 23:44 
GeneralRe: ComboBox - More than one row ? Pin
RadioOpa20-Mar-06 0:12
RadioOpa20-Mar-06 0:12 
GeneralRe: ComboBox - More than one column ? Pin
Nibu babu thomas20-Mar-06 0:18
Nibu babu thomas20-Mar-06 0:18 
RadioOpa wrote:
I seen this in ACCESS in a different shape:

1 Fred
2 Harry
3 Paul
4 Thomas


It is easy to display strings like this...

When you add an item make sure you get the index to the item and then use
CString's Format function.
CString str;
str.Format("%02d Fred", nIndex);
m_cmb.AddString(str);//this should do it.


Well to create multicolumn list box use LBS_MULTICOLUMN.


Nibu thomas
Software Developer

GeneralRe: ComboBox - More than one column ? Pin
RadioOpa20-Mar-06 1:12
RadioOpa20-Mar-06 1:12 
GeneralRe: ComboBox - More than one column ? Pin
Nibu babu thomas20-Mar-06 1:16
Nibu babu thomas20-Mar-06 1:16 
AnswerRe: ComboBox - More than one row ? Pin
Hamid_RT20-Mar-06 1:16
Hamid_RT20-Mar-06 1:16 
QuestionMFC Program.. Pin
Siva Sankar Koyi19-Mar-06 23:28
Siva Sankar Koyi19-Mar-06 23:28 
AnswerRe: MFC Program.. Pin
Maximilien20-Mar-06 1:26
Maximilien20-Mar-06 1:26 
AnswerRe: MFC Program.. Pin
Eytukan20-Mar-06 3:41
Eytukan20-Mar-06 3:41 
QuestionDCOM Multiple Client in VC++ Pin
Anita Sheladiya19-Mar-06 23:27
Anita Sheladiya19-Mar-06 23:27 
QuestionProcess Info Pin
Subramaniam s.V.19-Mar-06 22:51
Subramaniam s.V.19-Mar-06 22:51 
AnswerRe: Process Info Pin
Monty219-Mar-06 23:02
Monty219-Mar-06 23:02 
AnswerRe: Process Info Pin
Naveen19-Mar-06 23:13
Naveen19-Mar-06 23:13 
AnswerRe: Process Info Pin
Hamid_RT20-Mar-06 0:55
Hamid_RT20-Mar-06 0:55 
AnswerRe: Process Info Pin
Ștefan-Mihai MOGA21-Mar-06 1:04
professionalȘtefan-Mihai MOGA21-Mar-06 1:04 
QuestionCombobox ctlcolor issue Pin
Nishad S19-Mar-06 22:39
Nishad S19-Mar-06 22:39 
AnswerRe: Combobox ctlcolor issue Pin
Nibu babu thomas19-Mar-06 22:46
Nibu babu thomas19-Mar-06 22:46 
GeneralRe: Combobox ctlcolor issue Pin
Nishad S19-Mar-06 23:13
Nishad S19-Mar-06 23:13 
GeneralRe: Combobox ctlcolor issue Pin
Nibu babu thomas19-Mar-06 23:21
Nibu babu thomas19-Mar-06 23:21 
AnswerRe: Combobox ctlcolor issue Pin
Hamid_RT20-Mar-06 0:28
Hamid_RT20-Mar-06 0:28 

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.