473,763 Members | 7,622 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Tabbed Document Interface

CMM
Frankly, I'm stupified that MS hasn't built this in as a control considering
MDI has been oficially deprecated for 10 years. I know there are 3rd party
options. Some of them are quite good!.... but, 1) they're expensive, and/or
2) they tie you to a proprietary framework and require you to do things like
inherit your forms from a base class bla bla bla. And, the Composite
Application UI Block from MS is no better.

Soooo, I wrote one myself. I started it like two years ago in VS2003, have
used in big applications I've written at my company, and finally have gotten
it into a state where I think others could use it easily and benefit from
it.

The goal was to make it completely transparent to the child windows....
you're still creating an MDI app (and can switch to classic MDI on a whim if
you want) but from the user's point of view it's a complete Visual
Studio2003/2005//FrontPage2003/Mozilla FireFox- like Tabbed Window
application.

So enjoy... http://www.cflashsoft.com/progs/mdiwinman/
Yes, it's free and the source code is there too.

--
-C. Moya
www.cmoya.com

Feb 25 '06 #1
3 3029
"CMM" <cm*@nospam.com > schrieb:
Frankly, I'm stupified that MS hasn't built this in as a control
considering
MDI has been oficially deprecated for 10 years.


I think MDI is only inofficially deprecated...

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Feb 25 '06 #2
CMM
From the current Windows User Experiment Guidelines:
Note MDI is an application-oriented model. Many new and intermediate users
find it difficult to learn to use MDI applications. Therefore, many
applications are switching to a document-oriented model. Therefore, you may
want to consider other models for your user interface...
http://msdn.microsoft.com/library/de...tinterface.asp

If I remember correctly the wording was even harsher back in 1995 when Win95
came out and Microsoft was trying to encourage certain new designs (for
instance, the Document Oriented Shell vs the classic Application Oriented
(Program Manager) Shell... which BTW they have also abandoned 100% in Office
2003). I think when they found that they couldn't- for technical reasons-
convert their own apps- like Excel which fakes SDI in a really bad and
disconcerting way unlike Word which gets it right- they have backpadeled.
But back in '95-98 there was no mistaking it; MDI was dead. Nowadays, it's
like the zombie that refuses to die. :-)

--
-C. Moya
www.cmoya.com
"Herfried K. Wagner [MVP]" <hi************ ***@gmx.at> wrote in message
news:eU******** ******@tk2msftn gp13.phx.gbl...
"CMM" <cm*@nospam.com > schrieb:
Frankly, I'm stupified that MS hasn't built this in as a control
considering
MDI has been oficially deprecated for 10 years.


I think MDI is only inofficially deprecated...

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Feb 25 '06 #3
CMM
I meant Windows User *Experience* Guidelines.:-)

--
-C. Moya
www.cmoya.com
"CMM" <cm*@nospam.com > wrote in message
news:uN******** ******@tk2msftn gp13.phx.gbl...
From the current Windows User Experiment Guidelines:
Note MDI is an application-oriented model. Many new and intermediate
users find it difficult to learn to use MDI applications. Therefore, many
applications are switching to a document-oriented model. Therefore, you
may want to consider other models for your user interface...
http://msdn.microsoft.com/library/de...tinterface.asp

If I remember correctly the wording was even harsher back in 1995 when
Win95 came out and Microsoft was trying to encourage certain new designs
(for instance, the Document Oriented Shell vs the classic Application
Oriented (Program Manager) Shell... which BTW they have also abandoned
100% in Office 2003). I think when they found that they couldn't- for
technical reasons- convert their own apps- like Excel which fakes SDI in a
really bad and disconcerting way unlike Word which gets it right- they
have backpadeled. But back in '95-98 there was no mistaking it; MDI was
dead. Nowadays, it's like the zombie that refuses to die. :-)

--
-C. Moya
www.cmoya.com
"Herfried K. Wagner [MVP]" <hi************ ***@gmx.at> wrote in message
news:eU******** ******@tk2msftn gp13.phx.gbl...
"CMM" <cm*@nospam.com > schrieb:
Frankly, I'm stupified that MS hasn't built this in as a control
considering
MDI has been oficially deprecated for 10 years.


I think MDI is only inofficially deprecated...

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>


Feb 25 '06 #4

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

Similar topics

12
10175
by: Kepler | last post by:
How do you get the height of the client browser in IE? Both document.body.clientHeight and document.body.offsetHeight return the height of the document. If the page is long and there's a vertical scrollbar, you get the height of the entire document, screwing up any chance of centering a window in the browser using these values. Is there a way to get the height of the actual browser window and not the entire page height? Thanks.
13
9649
by: Stumped and Confused | last post by:
Hello, I really, really, need some help here - I've spent hours trying to find a solution. In a nutshell, I'm trying to have a user input a value in form's textfield. The value should then be assigned to a variable and output using document.write. (Note, there is no submit button or other form elements. Basically
1
2104
by: Darryn Ross | last post by:
Hi... I was just wondering if there is any advantage to creating a MDI project over the default project type in VS.NET 2003 ? Regards Darryn
5
1900
by: Merlin | last post by:
Hi, Does anyone have any examples or controls for a Tabbed MDI Application Interface whereby the child windows can never be minimized or maximized. The problem I'm having is I have tried third party controls that perform this task but they insist on showing tabs to switch between child forms. I want to switch through code and don't want tabs showing because I don't have enough screen real estate for them to fit. If I simply work with...
1
1530
by: Jim Hubbard | last post by:
I'd love to see a VB.Net 2.0 example of a tabbed interface. It could be a notepad-type or browser-type application....doesn't matter. What would be great is an example that incorporated a custom control or interface on each tab and not just a simple single control per tab. Thanks for your help.
4
7425
by: Martin | last post by:
Hi all! As a preparation of a conversion from VB6 to VB2005 I'm playing around with VB2005. One of the first things that strike me is the user-interface. In all documentation Microsoft keeps going on about this beautiful Tabbed MDI Interface that we all should be using. And I agree, it is nice. So I set out to build my first test-app and guess what? I can't find how to create a Tabbed MDI Interface... I do see the "old" MDI container,...
0
7516
NeoPa
by: NeoPa | last post by:
Originally posted by Missinglinq: The first thing to remember is that Tabbed Pages are all part of a single form; think of it as a really long form turned on its side and folded on itself. Because it is all one form, references to contols on any page are done in the same manner as if they were all on one single screen. Create a form in Design View. Goto the toolbox and click on the Tabbed Control icon; it actually looks like several...
2
1761
by: barrymars | last post by:
First posting here so bear with me. i'm working on a double tabbed menu system for a web aplpication, where the first row of 'divs' control visibility of the second row of 'divs'. It all works fine in IE7 but when i open it in firefox i only get the top row with nothing being rendered for the bottom row. some of the javascript is working because the top row changes colour when you roll the mouse over each tag. Thanks in advance for any...
0
1288
by: ARC | last post by:
The new tabbed interface in access 2007, has led to one interesting problem. With a report shown in preview mode, and maximized, it just becomes a new tab. The user can click back over to the form, and if they make changes, they expect it to appear in the already previewed report (which it won't). So the question is how to prevent this. Either make every other standard form invisible in a report's On-Open event, or find another way? I...
0
9387
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10002
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9938
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9823
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8822
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5406
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3917
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3528
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2794
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.