Link to home
Start Free TrialLog in
Avatar of troy24
troy24

asked on

Connecting Dialog Boxes for outside Files

I have created several dialog boxes in their own files not in the same one and I want to connect them together.  One dialog box is a menu and I want to connect that box to another box which is a screen I made. How do I do this?
Thanks!
Avatar of slinky
slinky

I'm not sure what you are trying to do.
more details?
ASKER CERTIFIED SOLUTION
Avatar of joakimf
joakimf

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I´m sorry I forgot one important thing. You must include MyDialog.h in MyFile.h otherwise you will get error because CMyDialog will be unidentified......

Just type

#include "MyDialog.h"

above your CMyFile class....