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

C / C++ / MFC

 
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 
Hello everybody !

I want to catch some EditBox' values,because is it change I want to update somethings.

for example, when the child window closed (m_strChild),I use this code to set the parent window' some member variables like this:

((CParentDlg *)GetParent())->m_strParent = m_strChild;
((CParentDlg *)GetParent())->UpdateData(FALSE);

this message of EditBox

EN_CHANGE
EN_ERRSPACE
EN_HSCROLL
EN_KILLFOCUS
EN_MAXTEXT
EN_SETFOCUS
EN_UPDATE
EN_VSCROLL



I used them all,but faild ,so how to catch the message when the values changed ?

Thanks for your reply !

Goold Luck !
AnswerRe: How to catch the editbox's values changed message ? Pin
«_Superman_»19-Mar-10 18:01
professional«_Superman_»19-Mar-10 18:01 
GeneralRe: How to catch the editbox's values changed message ? Pin
wangningyu19-Mar-10 18:05
wangningyu19-Mar-10 18:05 
QuestionApplicatio crash Pin
cjsc19-Mar-10 10:14
cjsc19-Mar-10 10:14 
AnswerRe: Applicatio crash Pin
loyal ginger19-Mar-10 10:16
loyal ginger19-Mar-10 10:16 
GeneralRe: Applicatio crash Pin
cjsc19-Mar-10 10:22
cjsc19-Mar-10 10:22 
GeneralRe: Applicatio crash Pin
hxhl9519-Mar-10 10:50
hxhl9519-Mar-10 10:50 
GeneralRe: Applicatio crash Pin
Tim Craig19-Mar-10 19:59
Tim Craig19-Mar-10 19:59 
GeneralRe: Applicatio crash Pin
Rajesh R Subramanian19-Mar-10 22:07
professionalRajesh R Subramanian19-Mar-10 22:07 
QuestionHow to change frame / window focus programatically - after using SetWindowPos Pin
Vaclav_19-Mar-10 8:16
Vaclav_19-Mar-10 8:16 
AnswerRe: How to change frame / window focus programatically - after using SetWindowPos Pin
Rozis21-Mar-10 2:09
Rozis21-Mar-10 2:09 
GeneralRe: How to change frame / window focus programatically - after using SetWindowPos Pin
Vaclav_21-Mar-10 2:19
Vaclav_21-Mar-10 2:19 
AnswerRe: How to change frame / window focus programatically - after using SetWindowPos Pin
Avi Berger22-Mar-10 5:10
Avi Berger22-Mar-10 5:10 
GeneralRe: How to change frame / window focus programatically - after using SetWindowPos Pin
Vaclav_22-Mar-10 5:55
Vaclav_22-Mar-10 5:55 
QuestionDealing with const CString ... [modified] (FIXED). Pin
Maximilien19-Mar-10 4:26
Maximilien19-Mar-10 4:26 
AnswerRe: Dealing with const CString ... Pin
Cedric Moonen19-Mar-10 4:36
Cedric Moonen19-Mar-10 4:36 
GeneralRe: Dealing with const CString ... Pin
Maximilien19-Mar-10 4:53
Maximilien19-Mar-10 4:53 
GeneralRe: Dealing with const CString ... Pin
Cedric Moonen19-Mar-10 5:17
Cedric Moonen19-Mar-10 5:17 

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.