473,395 Members | 1,678 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

not an mdi child and parent at the same time - why?

A form may not be both a child window and an mdi parent, but why not? I can
think of many instances where such would be valuable. Indeed, the basic
structure of menus and submenus is the perfect metaphor for this.

Anyone know why this is so and/or if it can be overridden?

Thanks for any help.

Bernie Yaeger
Nov 21 '05 #1
6 1271
"Bernie Yaeger" <be*****@cherwellinc.com> schrieb:
A form may not be both a child window and an mdi parent, but why not? I
can think of many instances where such would be valuable. Indeed, the
basic structure of menus and submenus is the perfect metaphor for this.


MDI is informally "deprecated", because practice has shown that users have
problems to use MDI environments.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
Nov 21 '05 #2
"Bernie Yaeger" <be*****@cherwellinc.com> schrieb:
A form may not be both a child window and an mdi parent, but why not? I
can think of many instances where such would be valuable. Indeed, the
basic structure of menus and submenus is the perfect metaphor for this.


MDI is informally "deprecated", because practice has shown that users have
problems to use MDI environments.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
Nov 21 '05 #3

Where does it say MDI is informally deprecated? Sure Office is
leaning towars sdi but a lot of apps, including VS.NET,are still MDI,
and office supports both mdi and sdi.

I personally prefer the tabbed mdi instead of traditional MDI (which
is easily accomplished with Infragistics mdi manager) but still think
MDI is a good way to go when it's appropriate for the program.

It also should be easy enough to give the user the option whether to
make an app mdi or not.. just a matter of adding it to an mdi parent
or not... right?

Sam
On Mon, 10 Jan 2005 13:44:14 +0100, "Herfried K. Wagner [MVP]"
<hi***************@gmx.at> wrote:
"Bernie Yaeger" <be*****@cherwellinc.com> schrieb:
A form may not be both a child window and an mdi parent, but why not? I
can think of many instances where such would be valuable. Indeed, the
basic structure of menus and submenus is the perfect metaphor for this.


MDI is informally "deprecated", because practice has shown that users have
problems to use MDI environments.


Nov 21 '05 #4

Where does it say MDI is informally deprecated? Sure Office is
leaning towars sdi but a lot of apps, including VS.NET,are still MDI,
and office supports both mdi and sdi.

I personally prefer the tabbed mdi instead of traditional MDI (which
is easily accomplished with Infragistics mdi manager) but still think
MDI is a good way to go when it's appropriate for the program.

It also should be easy enough to give the user the option whether to
make an app mdi or not.. just a matter of adding it to an mdi parent
or not... right?

Sam
On Mon, 10 Jan 2005 13:44:14 +0100, "Herfried K. Wagner [MVP]"
<hi***************@gmx.at> wrote:
"Bernie Yaeger" <be*****@cherwellinc.com> schrieb:
A form may not be both a child window and an mdi parent, but why not? I
can think of many instances where such would be valuable. Indeed, the
basic structure of menus and submenus is the perfect metaphor for this.


MDI is informally "deprecated", because practice has shown that users have
problems to use MDI environments.


Nov 21 '05 #5
"Samuel R. Neff" <bl****@newsgroup.nospam> schrieb:
Where does it say MDI is informally deprecated? Sure Office is
leaning towars sdi but a lot of apps, including VS.NET,are still MDI,
and office supports both mdi and sdi.


ACK, but classic MDI is not the default any more. It's replaced by tabbed
MDI.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
Nov 21 '05 #6
"Samuel R. Neff" <bl****@newsgroup.nospam> schrieb:
Where does it say MDI is informally deprecated? Sure Office is
leaning towars sdi but a lot of apps, including VS.NET,are still MDI,
and office supports both mdi and sdi.


ACK, but classic MDI is not the default any more. It's replaced by tabbed
MDI.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
Nov 21 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

16
by: Suzanne Vogel | last post by:
Hi, I've been trying to write a function to test whether one class is derived from another class. I am given only id's of the two classes. Therefore, direct use of template methods is not an...
1
by: Earl Teigrob | last post by:
I did a ton of searching to try and find a simple solution to this issue and finally wrote my own, which I am sharing with everyone. In my searching, I did find a very complete and robust solution at...
1
by: Bill Borg | last post by:
Hello all, Simple chat app, where the site owner has a master window with all requests for chat, status of each room, etc., and child windows for each separate chat in which the owner is...
10
by: Charles Law | last post by:
For some reason, when I click the X to close my MDI parent form, the action appears to be re-directed to one of the MDI child forms, and the parent remains open. I am then unable to close the...
4
by: LCAdeveloper | last post by:
Help! Another newbie question I'm afraid. I have a toolbar on an MDI form, which I can control OK to produce a child form. When the child form is active, the appropriate MDI parent form toolbar...
10
by: Goran Djuranovic | last post by:
Hi all, Does anyone know how to declare a variable in a class to be accessible ONLY from a classes instantiated within that class? For example: ************* CODE ***************** Public...
0
by: Innova | last post by:
Hi, We are working on a gridview inside the gridview (parent-child) scenario. The data of child grid will depend on the data of parent. Objectives: 1.Add new row in parent grid after each row...
4
by: raj_genius | last post by:
I hav two queries, whc are as follows: FIRSTLY: is it possible to access the controls(by name) of a parent form(MDI) from its child forms??if yes then how??plzz provide a coded example in VB if...
8
by: Rick | last post by:
VS 2005 I' m setting up a parent/child datagridviews in a form. I am doing a lot of this by hand coding in order to get the feel of things. I want a change in the parent table to trigger a...
3
by: zacks | last post by:
Forgive me if this has been already asked an answered, I did do a search both here and in VS2005 Help, but I can't find the answer to my question. I am developing an MDI application that is a...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.