Pointer to dialog
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
I am trying to get a pointer to a control in a dialog from a non-Windows class. I would like to update check boxes in a dialog from a parsing class that detects different strings and checks them off in a dialog when received. Do I get a pointer to the base class CWnd or CFrameWnd or CButton class.
-
I am trying to get a pointer to a control in a dialog from a non-Windows class. I would like to update check boxes in a dialog from a parsing class that detects different strings and checks them off in a dialog when received. Do I get a pointer to the base class CWnd or CFrameWnd or CButton class.