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

C / C++ / MFC

 
QuestionCombo Box sorting Pin
liz310-Jun-10 22:47
liz310-Jun-10 22:47 
AnswerRe: Combo Box sorting Pin
chandu00410-Jun-10 22:55
chandu00410-Jun-10 22:55 
GeneralRe: Combo Box sorting Pin
liz310-Jun-10 23:26
liz310-Jun-10 23:26 
GeneralRe: Combo Box sorting Pin
chandu00410-Jun-10 23:34
chandu00410-Jun-10 23:34 
AnswerRe: Combo Box sorting Pin
CPallini10-Jun-10 23:03
mveCPallini10-Jun-10 23:03 
AnswerRe: Combo Box sorting Pin
Richard MacCutchan10-Jun-10 23:04
mveRichard MacCutchan10-Jun-10 23:04 
AnswerRe: Combo Box sorting Pin
Cool_Dev10-Jun-10 23:26
Cool_Dev10-Jun-10 23:26 
AnswerRe: Combo Box sorting Pin
loyal ginger11-Jun-10 2:14
loyal ginger11-Jun-10 2:14 
In addition to the above suggestions, I offer the following.

If you don't mind the items of the combo box items look a bit different, and also you know the maximum width of the numbers, you can pad the items with leading zeros. This way, with the "sort" property set to true, the items will sort correctly.

For example, if you know the maximum width will be two, then format the items like this: 02, 09, 11, 10, etc.

Hope this helps.
QuestionReopening of closed toolbar Pin
Haakon S.10-Jun-10 21:21
Haakon S.10-Jun-10 21:21 
AnswerRe: Reopening of closed toolbar Pin
Niklas L11-Jun-10 1:56
Niklas L11-Jun-10 1:56 
GeneralRe: Reopening of closed toolbar Pin
Haakon S.13-Jun-10 8:07
Haakon S.13-Jun-10 8:07 
QuestionClosing application using sendmessage Pin
Pryabu10-Jun-10 21:10
Pryabu10-Jun-10 21:10 
AnswerRe: Closing application using sendmessage Pin
CPallini10-Jun-10 21:17
mveCPallini10-Jun-10 21:17 
GeneralRe: Closing application using sendmessage Pin
Pryabu10-Jun-10 21:21
Pryabu10-Jun-10 21:21 
AnswerRe: Closing application using sendmessage Pin
«_Superman_»10-Jun-10 21:34
professional«_Superman_»10-Jun-10 21:34 
GeneralRe: Closing application using sendmessage Pin
Pryabu10-Jun-10 21:46
Pryabu10-Jun-10 21:46 
GeneralRe: Closing application using sendmessage Pin
«_Superman_»10-Jun-10 22:31
professional«_Superman_»10-Jun-10 22:31 
GeneralRe: Closing application using sendmessage Pin
Pryabu10-Jun-10 22:34
Pryabu10-Jun-10 22:34 
GeneralRe: Closing application using sendmessage Pin
«_Superman_»10-Jun-10 22:43
professional«_Superman_»10-Jun-10 22:43 
GeneralRe: Closing application using sendmessage Pin
Pryabu10-Jun-10 22:48
Pryabu10-Jun-10 22:48 
QuestionDLL Pin
john563210-Jun-10 19:51
john563210-Jun-10 19:51 
AnswerRe: DLL Pin
«_Superman_»10-Jun-10 19:59
professional«_Superman_»10-Jun-10 19:59 
AnswerRe: DLL Pin
Aescleal10-Jun-10 21:18
Aescleal10-Jun-10 21:18 
Questionconvert from wchar_t to std wstring Pin
gmallax10-Jun-10 19:44
gmallax10-Jun-10 19:44 
AnswerRe: convert from wchar_t to std wstring Pin
«_Superman_»10-Jun-10 19:57
professional«_Superman_»10-Jun-10 19:57 

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.