Click here to Skip to main content
15,889,216 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Crash dump Pin
Anil_vvs6-Jun-06 1:44
Anil_vvs6-Jun-06 1:44 
AnswerRe: Crash dump Pin
Maxwell Chen6-Jun-06 0:12
Maxwell Chen6-Jun-06 0:12 
GeneralRe: Crash dump Pin
Anil_vvs6-Jun-06 1:44
Anil_vvs6-Jun-06 1:44 
Questionhow to catch the input for an edit box Pin
Kiran Pinjala5-Jun-06 23:22
Kiran Pinjala5-Jun-06 23:22 
AnswerRe: how to catch the input for an edit box Pin
toxcct5-Jun-06 23:23
toxcct5-Jun-06 23:23 
GeneralRe: how to catch the input for an edit box Pin
Kiran Pinjala6-Jun-06 0:09
Kiran Pinjala6-Jun-06 0:09 
GeneralRe: how to catch the input for an edit box Pin
toxcct6-Jun-06 0:18
toxcct6-Jun-06 0:18 
AnswerRe: how to catch the input for an edit box Pin
jhwurmbach5-Jun-06 23:36
jhwurmbach5-Jun-06 23:36 
kiran.pinjarla wrote:
I am using an edit box and i want to know the every charecter which is being typed


As toxcct said, handle the EN_CHANGE notification. In addition or as an alternative, you can handle WM_CHAR in your CEdit-derived class.
There you can 'eat' characters before CEdit even gets to see them.



"We trained hard, but it seemed that every time we were beginning to form up into teams we would be reorganised. I was to learn later in life that we tend to meet any new situation by reorganising: and a wonderful method it can be for creating the illusion of progress, while producing confusion, inefficiency and demoralisation."

-- Caius Petronius, Roman Consul, 66 A.D.

AnswerRe: how to catch the input for an edit box Pin
Laxman Auti5-Jun-06 23:41
Laxman Auti5-Jun-06 23:41 
GeneralRe: how to catch the input for an edit box Pin
Kiran Pinjala6-Jun-06 0:03
Kiran Pinjala6-Jun-06 0:03 
GeneralRe: how to catch the input for an edit box Pin
Laxman Auti6-Jun-06 0:29
Laxman Auti6-Jun-06 0:29 
GeneralRe: how to catch the input for an edit box Pin
toxcct6-Jun-06 0:31
toxcct6-Jun-06 0:31 
AnswerRe: how to catch the input for an edit box Pin
Jörgen Sigvardsson6-Jun-06 0:05
Jörgen Sigvardsson6-Jun-06 0:05 
QuestionBlack and white color palette Pin
cathy_d'souza5-Jun-06 23:06
cathy_d'souza5-Jun-06 23:06 
AnswerRe: Black and white color palette Pin
_AnsHUMAN_ 6-Jun-06 0:10
_AnsHUMAN_ 6-Jun-06 0:10 
GeneralRe: Black and white color palette Pin
cathy_d'souza6-Jun-06 0:29
cathy_d'souza6-Jun-06 0:29 
QuestionOCR Pin
Abhishek Joshi5-Jun-06 22:46
Abhishek Joshi5-Jun-06 22:46 
AnswerRe: OCR Pin
ThatsAlok6-Jun-06 0:46
ThatsAlok6-Jun-06 0:46 
QuestionStandard alternative to MAX_PATH? Pin
Lord Kixdemp5-Jun-06 22:41
Lord Kixdemp5-Jun-06 22:41 
AnswerRe: Standard alternative to MAX_PATH? Pin
Laxman Auti5-Jun-06 22:49
Laxman Auti5-Jun-06 22:49 
GeneralRe: Standard alternative to MAX_PATH? Pin
Lord Kixdemp6-Jun-06 14:25
Lord Kixdemp6-Jun-06 14:25 
QuestionHelp with ADO and vc++-newbie [modified] Pin
antonaras5-Jun-06 22:39
antonaras5-Jun-06 22:39 
AnswerRe: Help with ADO and vc++-newbie [modified] Pin
2249175-Jun-06 23:08
2249175-Jun-06 23:08 
GeneralRe: Help with ADO and vc++-newbie [modified] Pin
antonaras5-Jun-06 23:15
antonaras5-Jun-06 23:15 
GeneralRe: Help with ADO and vc++-newbie [modified] Pin
2249175-Jun-06 23:26
2249175-Jun-06 23:26 

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.