Hi,
is it possible to make single document interface to Multiple Document interface. If yes.. How.
How to make SDI to MDI
thanking You
Rams
Printable View
Hi,
is it possible to make single document interface to Multiple Document interface. If yes.. How.
How to make SDI to MDI
thanking You
Rams
Hi Rams,
Do you mean you have a project that is using SDI, and you want to convert it to use MDI?
I've ported from MDI - > SDI with some success, but not vice-versa. I found the best way to do it was to create two empty projects, one SDI and one MDI, and use windiff to compare them.
Cheers,
Alan
Yes, it's possible. You have to change some base classes and use appropriate document template. Alan's suggestion is the best, I guess: compare two dummy SDI and MDI projects, see the differences and try to apply that to your project.