Click here to Skip to main content
15,907,001 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to capture keyboard events ? Pin
Kvaibhav12-Nov-06 20:13
Kvaibhav12-Nov-06 20:13 
AnswerRe: How to capture keyboard events ? Pin
Rajesh R Subramanian12-Nov-06 20:47
professionalRajesh R Subramanian12-Nov-06 20:47 
AnswerRe: How to capture keyboard events ? Pin
VCSharp00712-Nov-06 21:25
VCSharp00712-Nov-06 21:25 
QuestionCListCtrl Pin
Mohammad Khodaea12-Nov-06 19:53
Mohammad Khodaea12-Nov-06 19:53 
AnswerRe: CListCtrl Pin
Christian Graus12-Nov-06 20:06
protectorChristian Graus12-Nov-06 20:06 
AnswerRe: CListCtrl Pin
wangweixing200812-Nov-06 22:11
wangweixing200812-Nov-06 22:11 
QuestionDifferent item selected in combo box [modified] Pin
rp_suman12-Nov-06 19:43
rp_suman12-Nov-06 19:43 
AnswerRe: Different item selected in combo box Pin
Rage12-Nov-06 21:55
professionalRage12-Nov-06 21:55 
MSDN:

Searches for a string in the list box of a combo box, and if the string is found, selects the string in the list box and copies it to the edit control. 

A string is selected only if its initial characters (from the starting point) match the characters in the prefix string


So what you describe seems perfectly legal from the CComboBox point of view...

Use FindStringExact and then SetCurSel using what the find function returned to avoid that behaviour.

~RaGE();

I think words like 'destiny' are a way of trying to find order where none exists. - Christian Graus

QuestionDifferenece in DLLs generated by VC++ and VB6 Pin
Cmania12-Nov-06 19:29
Cmania12-Nov-06 19:29 
AnswerRe: Differenece in DLLs generated by VC++ and VB6 Pin
Christian Graus12-Nov-06 20:07
protectorChristian Graus12-Nov-06 20:07 
AnswerRe: Differenece in DLLs generated by VC++ and VB6 Pin
Alexandr Kovshovik12-Nov-06 20:12
Alexandr Kovshovik12-Nov-06 20:12 
GeneralRe: Differenece in DLLs generated by VC++ and VB6 Pin
Cmania13-Nov-06 19:27
Cmania13-Nov-06 19:27 
Questionspying services containing socket communication Pin
mpk197912-Nov-06 18:50
mpk197912-Nov-06 18:50 
AnswerRe: spying services containing socket communication Pin
Blake Miller13-Nov-06 5:14
Blake Miller13-Nov-06 5:14 
QuestionQuestion about Link Error ? Pin
Sakthiu12-Nov-06 18:10
Sakthiu12-Nov-06 18:10 
AnswerRe: Question about Link Error ? Pin
George L. Jackson12-Nov-06 18:16
George L. Jackson12-Nov-06 18:16 
AnswerRe: Question about Link Error ? Pin
_AnsHUMAN_ 12-Nov-06 18:17
_AnsHUMAN_ 12-Nov-06 18:17 
QuestionRe: Question about Link Error ? Pin
David Crow13-Nov-06 3:44
David Crow13-Nov-06 3:44 
QuestionBitmaps Pin
BlitzPackage12-Nov-06 14:54
BlitzPackage12-Nov-06 14:54 
AnswerRe: Bitmaps Pin
Mike_V12-Nov-06 15:05
Mike_V12-Nov-06 15:05 
GeneralRe: Bitmaps Pin
BlitzPackage12-Nov-06 15:14
BlitzPackage12-Nov-06 15:14 
GeneralRe: Bitmaps Pin
Mike_V12-Nov-06 15:27
Mike_V12-Nov-06 15:27 
AnswerRe: Bitmaps Pin
Mark Salsbery12-Nov-06 15:07
Mark Salsbery12-Nov-06 15:07 
GeneralRe: Bitmaps Pin
BlitzPackage12-Nov-06 15:19
BlitzPackage12-Nov-06 15:19 
GeneralRe: Bitmaps Pin
Christian Graus12-Nov-06 15:28
protectorChristian Graus12-Nov-06 15: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.