Click here to Skip to main content
15,902,939 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: stream object Pin
Richard MacCutchan25-Jun-10 2:36
mveRichard MacCutchan25-Jun-10 2:36 
AnswerRe: stream object Pin
Eugen Podsypalnikov25-Jun-10 3:19
Eugen Podsypalnikov25-Jun-10 3:19 
QuestionComboBox sorting Pin
raju_shiva24-Jun-10 21:47
raju_shiva24-Jun-10 21:47 
AnswerRe: ComboBox sorting Pin
Richard MacCutchan24-Jun-10 23:11
mveRichard MacCutchan24-Jun-10 23:11 
GeneralRe: ComboBox sorting Pin
raju_shiva25-Jun-10 0:20
raju_shiva25-Jun-10 0:20 
GeneralRe: ComboBox sorting Pin
Richard MacCutchan25-Jun-10 2:41
mveRichard MacCutchan25-Jun-10 2:41 
GeneralRe: ComboBox sorting Pin
raju_shiva25-Jun-10 18:05
raju_shiva25-Jun-10 18:05 
GeneralRe: ComboBox sorting Pin
Richard MacCutchan25-Jun-10 22:00
mveRichard MacCutchan25-Jun-10 22:00 
You can check the suggestion of Anand below, which may be the solution to your problem. Alternatively to do it yourself you will need to implement a catch for the CBN_DROPDOWN notification. You then populate the list items based on the contents of the edit box. There are problems of course when the user then changes the content of the edit box by backspace and retyping.
It's time for a new signature.

GeneralRe: ComboBox sorting Pin
raju_shiva27-Jun-10 22:53
raju_shiva27-Jun-10 22:53 
GeneralRe: ComboBox sorting Pin
Richard MacCutchan28-Jun-10 4:39
mveRichard MacCutchan28-Jun-10 4:39 
AnswerRe: ComboBox sorting Pin
Anand Todkar25-Jun-10 3:21
Anand Todkar25-Jun-10 3:21 
GeneralRe: ComboBox sorting Pin
raju_shiva25-Jun-10 7:40
raju_shiva25-Jun-10 7:40 
GeneralRe: ComboBox sorting Pin
David Crow25-Jun-10 9:39
David Crow25-Jun-10 9:39 
GeneralRe: ComboBox sorting Pin
raju_shiva28-Jun-10 0:24
raju_shiva28-Jun-10 0:24 
GeneralRe: ComboBox sorting Pin
Anand Todkar28-Jun-10 0:42
Anand Todkar28-Jun-10 0:42 
GeneralRe: ComboBox sorting Pin
raju_shiva28-Jun-10 1:17
raju_shiva28-Jun-10 1:17 
QuestionHow to convert from Decimal to Ascii or Binary to ascii? Pin
Le@rner24-Jun-10 21:45
Le@rner24-Jun-10 21:45 
AnswerRe: How to convert from Decimal to Ascii or Binary to ascii? PinPopular
Cedric Moonen24-Jun-10 21:49
Cedric Moonen24-Jun-10 21:49 
GeneralRe: How to convert from Decimal to Ascii or Binary to ascii? Pin
Le@rner24-Jun-10 21:54
Le@rner24-Jun-10 21:54 
GeneralRe: How to convert from Decimal to Ascii or Binary to ascii? Pin
Cedric Moonen24-Jun-10 22:00
Cedric Moonen24-Jun-10 22:00 
AnswerRe: How to convert from Decimal to Ascii or Binary to ascii? Pin
CPallini24-Jun-10 21:52
mveCPallini24-Jun-10 21:52 
GeneralRe: How to convert from Decimal to Ascii or Binary to ascii? Pin
Le@rner24-Jun-10 21:58
Le@rner24-Jun-10 21:58 
GeneralRe: How to convert from Decimal to Ascii or Binary to ascii? Pin
CPallini24-Jun-10 22:01
mveCPallini24-Jun-10 22:01 
GeneralRe: How to convert from Decimal to Ascii or Binary to ascii? Pin
Le@rner24-Jun-10 22:13
Le@rner24-Jun-10 22:13 
AnswerRe: How to convert from Decimal to Ascii or Binary to ascii? Pin
Richard MacCutchan24-Jun-10 23:23
mveRichard MacCutchan24-Jun-10 23:23 

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.