Click here to Skip to main content
15,892,199 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: PROBLEM WITH MATRIX OPENGL Pin
LunaticFringe23-Feb-10 18:55
LunaticFringe23-Feb-10 18:55 
GeneralRe: PROBLEM WITH MATRIX OPENGL Pin
Tim Craig23-Feb-10 22:11
Tim Craig23-Feb-10 22:11 
GeneralRe: PROBLEM WITH MATRIX OPENGL Pin
LunaticFringe24-Feb-10 7:30
LunaticFringe24-Feb-10 7:30 
AnswerRe: PROBLEM WITH MATRIX OPENGL Pin
Cedric Moonen23-Feb-10 20:40
Cedric Moonen23-Feb-10 20:40 
Questionmultiple run Pin
zakria8123-Feb-10 13:46
zakria8123-Feb-10 13:46 
AnswerRe: multiple run Pin
Avi Berger23-Feb-10 14:16
Avi Berger23-Feb-10 14:16 
GeneralRe: multiple run Pin
Richard Andrew x6423-Feb-10 14:47
professionalRichard Andrew x6423-Feb-10 14:47 
QuestionHow to disable auto sorting for CComboBox Pin
TechAvtar23-Feb-10 4:08
TechAvtar23-Feb-10 4:08 
Hi I have a CComboBox, I am populating items into that.
But when i run the code, the inserted items are getting sorted in the combo box.
But I want to keep the order of *inertion* in the display. How to do this?
Thanks
JC

CComboBox* comboComSelection;
comboComSelection = ((CComboBox*)GetDlgItem (IDC_COM_COMBO));
comboComSelection->ResetContent();
comboComSelection->AddString (_T ("COM1"));
comboComSelection->AddString (_T ("COM2"));
comboComSelection->AddString (_T ("COM10"));
( I need COM1, COM2, COM10 in the order, when combo box appears)
AnswerRe: How to disable auto sorting for CComboBox Pin
TechAvtar23-Feb-10 4:11
TechAvtar23-Feb-10 4:11 
AnswerRe: How to disable auto sorting for CComboBox Pin
David Crow23-Feb-10 4:11
David Crow23-Feb-10 4:11 
QuestionHow to dispatch message to ole control in windowless richedit? Pin
xp52423-Feb-10 1:47
xp52423-Feb-10 1:47 
QuestionObtaining the style of a CComboBox drop down list Pin
maycockt23-Feb-10 0:53
maycockt23-Feb-10 0:53 
AnswerRe: Obtaining the style of a CComboBox drop down list Pin
«_Superman_»23-Feb-10 1:11
professional«_Superman_»23-Feb-10 1:11 
AnswerRe: Obtaining the style of a CComboBox drop down list Pin
David Crow23-Feb-10 2:34
David Crow23-Feb-10 2:34 
Questionconvet CString to float with Comma separator "," Pin
MrKBA22-Feb-10 23:14
MrKBA22-Feb-10 23:14 
AnswerRe: convet CString to float with Comma separator "," Pin
KingsGambit22-Feb-10 23:22
KingsGambit22-Feb-10 23:22 
GeneralRe: convet CString to float with Comma separator "," Pin
MrKBA23-Feb-10 0:29
MrKBA23-Feb-10 0:29 
GeneralRe: convet CString to float with Comma separator "," Pin
KingsGambit23-Feb-10 0:31
KingsGambit23-Feb-10 0:31 
QuestionRTP timestamp problem or other Pin
CrazyDogg22-Feb-10 22:42
CrazyDogg22-Feb-10 22:42 
QuestionHow to hide MFC dialog to tray icon in the bottomright Toolbar Pin
akira3222-Feb-10 19:15
akira3222-Feb-10 19:15 
AnswerRe: How to hide MFC dialog to tray icon in the bottomright Toolbar Pin
«_Superman_»22-Feb-10 19:28
professional«_Superman_»22-Feb-10 19:28 
QuestionDll Linking problem Pin
Paulraj G22-Feb-10 18:03
Paulraj G22-Feb-10 18:03 
AnswerRe: Dll Linking problem Pin
KingsGambit22-Feb-10 20:52
KingsGambit22-Feb-10 20:52 
QuestionC++ Pin
Pankaj D.Dubey22-Feb-10 17:41
Pankaj D.Dubey22-Feb-10 17:41 
AnswerRe: C++ Pin
KingsGambit22-Feb-10 18:00
KingsGambit22-Feb-10 18:00 

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.