problem with propertyPage
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I have a propertyPage in which I have CEdits. I want to display text entred in thoses CEdits from another CDialog. for example in my Page I enter in the CEdit m_edit1 the CString "myName" I want that I transmit this value to an CEdit of a CDialog m_CEdit.setWindowText(m_edit1) so they recommanded me to add message handlers to controls of this page. what does it means ? and how I use these message in this CDialog in which I want to receive the data from this propertyPage ? thank's