Click to See Complete Forum and Search --> : Mdi


lsy
April 13th, 2009, 03:56 AM
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.

cilu
April 13th, 2009, 05:21 AM
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.

lsy
April 13th, 2009, 08:57 PM
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?

zkidkid
April 13th, 2009, 09:55 PM
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. "

lsy
April 16th, 2009, 03:35 AM
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?