HyperEngineer
Programmer
How do I get the handle of the main dialog box. I can't seem to use m_pMainWnd anywhere. If I do the compiler complains that it is an undeclared identifier. In the dialog project I have essentially:
MyApp
MyAppDlg
MyOtherClasses
I need to access the MyAppDlg from MyOtherClasses to change the text on the controls (labels, text boxes) of MyAppDlg.
Any help would be appreciated.
HyperEngineer
If it ain't broke, it probably needs improvement.