Click here to Skip to main content
15,887,214 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionAvoiding "auto-select" in editable combobox Pin
Code-o-mat25-Feb-10 23:46
Code-o-mat25-Feb-10 23:46 
AnswerRe: Avoiding "auto-select" in editable combobox Pin
Eugen Podsypalnikov25-Feb-10 23:57
Eugen Podsypalnikov25-Feb-10 23:57 
GeneralRe: Avoiding "auto-select" in editable combobox Pin
Code-o-mat26-Feb-10 0:34
Code-o-mat26-Feb-10 0:34 
GeneralRe: Avoiding "auto-select" in editable combobox Pin
Eugen Podsypalnikov26-Feb-10 1:32
Eugen Podsypalnikov26-Feb-10 1:32 
AnswerRe: Avoiding "auto-select" in editable combobox Pin
Eugen Podsypalnikov26-Feb-10 1:51
Eugen Podsypalnikov26-Feb-10 1:51 
AnswerRe: Avoiding "auto-select" in editable combobox Pin
SandipG 26-Feb-10 1:59
SandipG 26-Feb-10 1:59 
GeneralRe: Avoiding "auto-select" in editable combobox Pin
Code-o-mat26-Feb-10 2:21
Code-o-mat26-Feb-10 2:21 
AnswerRe: Avoiding "auto-select" in editable combobox Pin
Code-o-mat26-Feb-10 2:42
Code-o-mat26-Feb-10 2:42 
So this is what i came up with and till now it seems to work (don't know yet what it might break):
i used GetComboBoxInfo[^] to get the handle of the list box of the combo, then i subclassed this list control. In the "sublassed" window procedure all i did was to check incoming messages for LB_FINDSTRING[^], if the message matched this LB_FINDSTRING then i replaced it with LB_FINDSTRINGEXACT[^].
> The problem with computers is that they do what you tell them to do and not what you want them to do. <
> Sometimes you just have to hate coding to do it well. <

QuestionCPU Usage & Mem Usage Pin
john563225-Feb-10 23:35
john563225-Feb-10 23:35 
AnswerRe: CPU Usage & Mem Usage Pin
«_Superman_»26-Feb-10 0:56
professional«_Superman_»26-Feb-10 0:56 
AnswerRe: CPU Usage & Mem Usage Pin
Rajesh R Subramanian26-Feb-10 1:29
professionalRajesh R Subramanian26-Feb-10 1:29 
QuestionMouse Event Pin
john563225-Feb-10 20:49
john563225-Feb-10 20:49 
AnswerRe: Mouse Event Pin
KarstenK25-Feb-10 21:10
mveKarstenK25-Feb-10 21:10 
AnswerRe: Mouse Event Pin
«_Superman_»25-Feb-10 21:16
professional«_Superman_»25-Feb-10 21:16 
AnswerRe: Mouse Event Pin
wangningyu26-Feb-10 21:07
wangningyu26-Feb-10 21:07 
QuestionCompressed image movement is too slow Pin
Game-point25-Feb-10 19:25
Game-point25-Feb-10 19:25 
AnswerRe: Compressed image movement is too slow Pin
Stuart Dootson25-Feb-10 20:43
professionalStuart Dootson25-Feb-10 20:43 
GeneralRe: Compressed image movement is too slow Pin
Game-point25-Feb-10 21:41
Game-point25-Feb-10 21:41 
GeneralRe: Compressed image movement is too slow Pin
Stuart Dootson25-Feb-10 21:44
professionalStuart Dootson25-Feb-10 21:44 
GeneralRe: Compressed image movement is too slow Pin
Game-point25-Feb-10 22:18
Game-point25-Feb-10 22:18 
QuestionHow to Get List of Function Pin
Anubhava Dimri25-Feb-10 17:32
Anubhava Dimri25-Feb-10 17:32 
AnswerRe: How to Get List of Function Pin
Cool_Dev25-Feb-10 18:02
Cool_Dev25-Feb-10 18:02 
AnswerRe: How to Get List of Function Pin
Joshua Tully25-Feb-10 18:02
Joshua Tully25-Feb-10 18:02 
QuestionDuplicatreHande question Pin
ForNow25-Feb-10 15:32
ForNow25-Feb-10 15:32 
AnswerRe: DuplicatreHande question Pin
Gwenio25-Feb-10 16:08
Gwenio25-Feb-10 16:08 

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.