hi...
hot to make SDI application to MDI application...
in so many interviews am facing this question...
Printable View
hi...
hot to make SDI application to MDI application...
in so many interviews am facing this question...
Create a new MDI project and then move:
- doc and view classes from SDI to MDI;
- move code from SDI CMainFrame to MDI CMainFrame/CChildFrame classes (depending on context)