Click here to Skip to main content
15,891,184 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Messagebox Pin
pasztorpisti9-Aug-12 20:55
pasztorpisti9-Aug-12 20:55 
QuestionHow to check if a character is from keyboard in MFC Pin
Andraw1118-Aug-12 10:50
Andraw1118-Aug-12 10:50 
QuestionRe: How to check if a character is from keyboard in MFC Pin
Eugen Podsypalnikov8-Aug-12 11:03
Eugen Podsypalnikov8-Aug-12 11:03 
AnswerRe: How to check if a character is from keyboard in MFC Pin
Software_Developer8-Aug-12 20:05
Software_Developer8-Aug-12 20:05 
GeneralRe: How to check if a character is from keyboard in MFC Pin
Peter_in_27808-Aug-12 20:25
professionalPeter_in_27808-Aug-12 20:25 
GeneralRe: How to check if a character is from keyboard in MFC Pin
Software_Developer8-Aug-12 21:43
Software_Developer8-Aug-12 21:43 
JokeRe: How to check if a character is from keyboard in MFC Pin
Eugen Podsypalnikov8-Aug-12 22:17
Eugen Podsypalnikov8-Aug-12 22:17 
QuestionCB_SELECTSTRING related question Pin
tagopi8-Aug-12 0:24
tagopi8-Aug-12 0:24 
Hello everybody,

i am having a combobox (created through resource), and through code, i am updating the combobox with a list. for example, i am filling with "Kir" and "K". if i use CB_SELECTSTRING to select "K", its always selecting "Kir".

if i use "Kj" in place of "K", then the selection between "Kir" and "Kj" is fine.

from msdn definition :
It selects the first list item, if any, that begins with the characters in the specified text.

is there any other method to solve this issue?

iam trying like this.

SendMessage(hList, CB_SELECTSTRING , -1,(LPARAM)(LPCSTR)tt.c_str());

Thanks in Advance,
A. Gopinath.
AnswerRe: CB_SELECTSTRING related question Pin
Eugen Podsypalnikov8-Aug-12 0:33
Eugen Podsypalnikov8-Aug-12 0:33 
GeneralRe: CB_SELECTSTRING related question Pin
tagopi8-Aug-12 0:36
tagopi8-Aug-12 0:36 
GeneralRe: CB_SELECTSTRING related question Pin
Eugen Podsypalnikov8-Aug-12 0:42
Eugen Podsypalnikov8-Aug-12 0:42 
GeneralRe: CB_SELECTSTRING related question (solved) Pin
tagopi8-Aug-12 0:53
tagopi8-Aug-12 0:53 
QuestionHow to Dercypt file in C# encrypted in C using Rjindael Algorithm Pin
sangamdumne7-Aug-12 23:52
sangamdumne7-Aug-12 23:52 
GeneralRe: How to Dercypt file in C# encrypted in C using Rjindael Algorithm Pin
Software_Developer8-Aug-12 0:38
Software_Developer8-Aug-12 0:38 
GeneralC++ CALL CRange's get_shapeRange() triggers an exception Pin
BCN-1637-Aug-12 21:49
BCN-1637-Aug-12 21:49 
GeneralRe: C++ CALL CRange's get_shapeRange() triggers an exception Pin
_AnsHUMAN_ 8-Aug-12 0:36
_AnsHUMAN_ 8-Aug-12 0:36 
GeneralRe: C++ CALL CRange's get_shapeRange() triggers an exception Pin
BCN-1638-Aug-12 14:53
BCN-1638-Aug-12 14:53 
GeneralRe: C++ CALL CRange's get_shapeRange() triggers an exception Pin
BCN-1638-Aug-12 16:08
BCN-1638-Aug-12 16:08 
SuggestionRe: C++ CALL CRange's get_shapeRange() triggers an exception Pin
Richard MacCutchan8-Aug-12 1:46
mveRichard MacCutchan8-Aug-12 1:46 
GeneralRe: C++ CALL CRange's get_shapeRange() triggers an exception Pin
BCN-1638-Aug-12 14:51
BCN-1638-Aug-12 14:51 
GeneralRe: C++ CALL CRange's get_shapeRange() triggers an exception Pin
BCN-1638-Aug-12 16:09
BCN-1638-Aug-12 16:09 
QuestionC,C# Pin
sangamdumne7-Aug-12 19:41
sangamdumne7-Aug-12 19:41 
GeneralRe: C,C# Pin
CPallini7-Aug-12 21:10
mveCPallini7-Aug-12 21:10 
QuestionArgument to System() with space in the path Pin
Andraw1117-Aug-12 11:00
Andraw1117-Aug-12 11:00 
AnswerRe: Argument to System() with space in the path Pin
Richard Andrew x647-Aug-12 11:15
professionalRichard Andrew x647-Aug-12 11:15 

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.