Access control from a user defined class (Dialog based application)
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
I created a dialog based application, and created a new class. The new class has a member function SubFunc(), in which i want to output a value to a CEdit control on the dialog. How to implement this. Thanks Flex
-
I created a dialog based application, and created a new class. The new class has a member function SubFunc(), in which i want to output a value to a CEdit control on the dialog. How to implement this. Thanks Flex
m_MyEdit.SetWindowText(_T("Edit Text"));
-
I created a dialog based application, and created a new class. The new class has a member function SubFunc(), in which i want to output a value to a CEdit control on the dialog. How to implement this. Thanks Flex