|
-
September 8th, 2008, 02:42 AM
#1
SDI to MDI
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
-
September 8th, 2008, 02:48 AM
#2
Re: SDI to MDI
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
-
September 8th, 2008, 02:56 AM
#3
Re: SDI to MDI
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|