|
-
April 13th, 2009, 03:56 AM
#1
Mdi
How do MDI acting like SDI?
As i only want 1 instance at a time and only 1 active form is showing, and is it possible that the child window set as the child form as like VC++...
if possible, please provide sample.
-
April 13th, 2009, 05:21 AM
#2
Re: Mdi
There is no direct equivalent of MFC's doc/view architecture. Your application is either MDI or SDI. So if you didn't specify MDI explicitly, then you have an SDI application already.
-
April 13th, 2009, 08:57 PM
#3
Re: Mdi
 Originally Posted by cilu
There is no direct equivalent of MFC's doc/view architecture. Your application is either MDI or SDI. So if you didn't specify MDI explicitly, then you have an SDI application already.
i have try to search on net... but seems there are no SDI in C#... could you pls help to provide me sample?
-
April 13th, 2009, 09:55 PM
#4
Re: Mdi
but seems there are no SDI in C#
please, look again what cilu said "So if you didn't specify MDI explicitly, then you have an SDI application already. "
My English is very bad. So tell me if Something I talked make u confuse.
My Ebook Store: www.coding.vn/book.php
-
April 16th, 2009, 03:35 AM
#5
Re: Mdi
 Originally Posted by zkidkid
please, look again what cilu said "So if you didn't specify MDI explicitly, then you have an SDI application already. "
then how can i control only 1 active page at 1 time?
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
|