Click here to Skip to main content
15,922,007 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: GetAsyncKeyState() and GetKeyState() Pin
Rozis21-Mar-10 10:44
Rozis21-Mar-10 10:44 
GeneralRe: GetAsyncKeyState() and GetKeyState() Pin
Adam Roderick J21-Mar-10 22:01
Adam Roderick J21-Mar-10 22:01 
AnswerRe: GetAsyncKeyState() and GetKeyState() Pin
Avi Berger21-Mar-10 5:21
Avi Berger21-Mar-10 5:21 
GeneralRe: GetAsyncKeyState() and GetKeyState() Pin
Rozis21-Mar-10 10:58
Rozis21-Mar-10 10:58 
QuestionGetKeyboardState + iexplore Pin
cjsc20-Mar-10 11:28
cjsc20-Mar-10 11:28 
AnswerRe: GetKeyboardState + iexplore Pin
«_Superman_»20-Mar-10 16:45
professional«_Superman_»20-Mar-10 16:45 
AnswerRe: GetKeyboardState + iexplore Pin
Avi Berger20-Mar-10 18:06
Avi Berger20-Mar-10 18:06 
AnswerRe: GetKeyboardState + iexplore Pin
Rajesh R Subramanian20-Mar-10 23:15
professionalRajesh R Subramanian20-Mar-10 23:15 
GeneralRe: GetKeyboardState + iexplore Pin
cjsc22-Mar-10 8:59
cjsc22-Mar-10 8:59 
GeneralRe: GetKeyboardState + iexplore Pin
cjsc25-Mar-10 10:42
cjsc25-Mar-10 10:42 
GeneralRe: GetKeyboardState + iexplore Pin
tomwg123456-Apr-10 10:22
tomwg123456-Apr-10 10:22 
QuestionProblem with Dialog... Pin
Aric Wang20-Mar-10 1:13
Aric Wang20-Mar-10 1:13 
AnswerRe: Problem with Dialog... Pin
Richard MacCutchan20-Mar-10 1:27
mveRichard MacCutchan20-Mar-10 1:27 
QuestionRe: Problem with Dialog... Pin
Avi Berger20-Mar-10 18:12
Avi Berger20-Mar-10 18:12 
AnswerRe: Problem with Dialog... Pin
Aric Wang24-Mar-10 4:47
Aric Wang24-Mar-10 4:47 
QuestionHow can chk any dialog is open over the main dialog? Pin
Le@rner19-Mar-10 22:26
Le@rner19-Mar-10 22:26 
AnswerRe: How can chk any dialog is open over the main dialog? Pin
«_Superman_»20-Mar-10 3:16
professional«_Superman_»20-Mar-10 3:16 
QuestionHow to change setup project's default text templates Pin
rahul.kulshreshtha19-Mar-10 21:31
rahul.kulshreshtha19-Mar-10 21:31 
AnswerRe: How to change setup project's default text templates Pin
Rajesh R Subramanian19-Mar-10 22:02
professionalRajesh R Subramanian19-Mar-10 22:02 
GeneralRe: How to change setup project's default text templates Pin
rahul.kulshreshtha19-Mar-10 22:38
rahul.kulshreshtha19-Mar-10 22:38 
GeneralRe: How to change setup project's default text templates Pin
Rajesh R Subramanian19-Mar-10 22:53
professionalRajesh R Subramanian19-Mar-10 22:53 
GeneralRe: How to change setup project's default text templates Pin
rahul.kulshreshtha19-Mar-10 23:31
rahul.kulshreshtha19-Mar-10 23:31 
GeneralRe: How to change setup project's default text templates Pin
rahul.kulshreshtha20-Mar-10 2:42
rahul.kulshreshtha20-Mar-10 2:42 
QuestionHow to catch the editbox's values changed message ? Pin
wangningyu19-Mar-10 17:14
wangningyu19-Mar-10 17:14 
AnswerRe: How to catch the editbox's values changed message ? Pin
«_Superman_»19-Mar-10 18:01
professional«_Superman_»19-Mar-10 18:01 
EN_CHANGE is the notification that you need.

Since you're using MFC, try this.
Right click on the edit control in the dialog template.
Select Add Event Handler.
In the wizard select EN_CHANGE in Message type and make sure the dialog class is selected in the Class list.
The click on Add and Edit.
«_Superman
I love work. It gives me something to do between weekends.

Microsoft MVP (Visual C++)

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.