473,748 Members | 11,134 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Tabbed MDI Interface

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, but I can't find
anywhere something like a "Windows Tabs" control to put in my MDI container.

Does anyone else find this weird too? Or am I simply overlooking something?

Tia,
Martin
Jan 14 '06 #1
4 7424
No, you're not overlooking something. M$ has talked about it, but word is,
from Windows Forms Program Manager Ben Willett, it does not contain the
Tabbed MDI control:
http://forums.microsoft.com/MSDN/Sho...57704&SiteId=1

There are, however, lots of third parties that do...

Jay Taplin

"Martin" <x@y.com> wrote in message
news:%2******** ********@TK2MSF TNGP11.phx.gbl. ..
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, but I
can't find anywhere something like a "Windows Tabs" control to put in my
MDI container.

Does anyone else find this weird too? Or am I simply overlooking
something?

Tia,
Martin

Jan 14 '06 #2
I hear you. It's just typical. In the VB6 IDE we had (for that time) great
looking menus with icons and our own apps had these ugly gray menus...

Now they keep on ranting about how wonderful this Tabbed MDI Interface is,
in their IDE but we should all be making regular MDI apps.

I have been looking for some decent (free) 3rd party controls, but they're
either in C# C++ or in some other language that I don't know and don't want
to know, or they look butt-ugly (pardon my french).

Oh well, hopefully in a year or so there will be better 3rd party controls
for VB.Net/2005 around. Right now it seems that the platform for making
serious apps is still good old VB6.

Thanks for your response!
Martin


"Jay Taplin" <jt*****@integr aware.com> wrote in message
news:nv******** *************** *******@adelphi a.com...
No, you're not overlooking something. M$ has talked about it, but word
is, from Windows Forms Program Manager Ben Willett, it does not contain
the Tabbed MDI control:
http://forums.microsoft.com/MSDN/Sho...57704&SiteId=1

There are, however, lots of third parties that do...

Jay Taplin

"Martin" <x@y.com> wrote in message
news:%2******** ********@TK2MSF TNGP11.phx.gbl. ..
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, but I can't find anywhere something like a "Windows Tabs"
control to put in my MDI container.

Does anyone else find this weird too? Or am I simply overlooking
something?

Tia,
Martin


Jan 15 '06 #3
You do have the option of building your forms as Components and placing them
on a real tab. This would mean no more MDI, but it does work. I built a
very large system this way, dynamically adding controls and such. Worked
real well, but for an existing system is a bit of work to implement.

If you'd like some code example, I could put some together... might take me
a day or two to get at it though.

Jay Taplin, MCP

"Martin" <x@y.com> wrote in message
news:uG******** ******@TK2MSFTN GP09.phx.gbl...
I hear you. It's just typical. In the VB6 IDE we had (for that time) great
looking menus with icons and our own apps had these ugly gray menus...

Now they keep on ranting about how wonderful this Tabbed MDI Interface is,
in their IDE but we should all be making regular MDI apps.

I have been looking for some decent (free) 3rd party controls, but they're
either in C# C++ or in some other language that I don't know and don't
want to know, or they look butt-ugly (pardon my french).

Oh well, hopefully in a year or so there will be better 3rd party controls
for VB.Net/2005 around. Right now it seems that the platform for making
serious apps is still good old VB6.

Thanks for your response!
Martin


"Jay Taplin" <jt*****@integr aware.com> wrote in message
news:nv******** *************** *******@adelphi a.com...
No, you're not overlooking something. M$ has talked about it, but word
is, from Windows Forms Program Manager Ben Willett, it does not contain
the Tabbed MDI control:
http://forums.microsoft.com/MSDN/Sho...57704&SiteId=1

There are, however, lots of third parties that do...

Jay Taplin

"Martin" <x@y.com> wrote in message
news:%2******** ********@TK2MSF TNGP11.phx.gbl. ..
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, but I can't find anywhere something like a "Windows Tabs"
control to put in my MDI container.

Does anyone else find this weird too? Or am I simply overlooking
something?

Tia,
Martin



Jan 16 '06 #4
Hi Jay,

This is very friendly of you, but not necessary. In our VB6 app we had
written a control ourselves, which basically existed of a tabstrip on a
container. Every form that opened "reported for duty" to the MDI parent, who
added the form to the tabstrip. And when the user closed the form, the MDI
parent got notified again, and removed the applicable tab. This worked fine,
however for the latest version of our app (still VB6) we replaced this
control with a 3rd party control that looks just like the MDI Tabs in the
IDE and automatically adds and removes the form tabs. Functionally the same,
but it looked a lot better.
At this point I am preparing the conversion of this VB6 app to VB2005 and
one of the things I noticed was that to my surprise there was no MDI Tabs
control included. The VB6 version (of course) does not work in VB2005, so
this probably just means we have (again) to buy one.

By the way, I found a real nice one on the internet
http://www.codeproject.com/vb/net/vs...71&msg=1335171
and tested with that. It basically does the job, and looks fine, but a few
important features are missing: No close button (yes, really), not
scrollable and no option to put it upside-down (to use at the bottom).

For now I use this one, but when I get's closer to the release date of the
..net version of our app (still months and months to go) then it will be time
to look for a better one (or buy one).

Thanks again,
Martin

"Jay Taplin" <jt*****@integr aware.com> wrote in message
news:TM******** ************@ad elphia.com...
You do have the option of building your forms as Components and placing
them on a real tab. This would mean no more MDI, but it does work. I
built a very large system this way, dynamically adding controls and such.
Worked real well, but for an existing system is a bit of work to
implement.

If you'd like some code example, I could put some together... might take
me a day or two to get at it though.

Jay Taplin, MCP

"Martin" <x@y.com> wrote in message
news:uG******** ******@TK2MSFTN GP09.phx.gbl...
I hear you. It's just typical. In the VB6 IDE we had (for that time) great
looking menus with icons and our own apps had these ugly gray menus...

Now they keep on ranting about how wonderful this Tabbed MDI Interface
is, in their IDE but we should all be making regular MDI apps.

I have been looking for some decent (free) 3rd party controls, but
they're either in C# C++ or in some other language that I don't know and
don't want to know, or they look butt-ugly (pardon my french).

Oh well, hopefully in a year or so there will be better 3rd party
controls for VB.Net/2005 around. Right now it seems that the platform for
making serious apps is still good old VB6.

Thanks for your response!
Martin


"Jay Taplin" <jt*****@integr aware.com> wrote in message
news:nv******** *************** *******@adelphi a.com...
No, you're not overlooking something. M$ has talked about it, but word
is, from Windows Forms Program Manager Ben Willett, it does not contain
the Tabbed MDI control:
http://forums.microsoft.com/MSDN/Sho...57704&SiteId=1

There are, however, lots of third parties that do...

Jay Taplin

"Martin" <x@y.com> wrote in message
news:%2******** ********@TK2MSF TNGP11.phx.gbl. ..
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, but I can't find anywhere something like a
"Windows Tabs" control to put in my MDI container.

Does anyone else find this weird too? Or am I simply overlooking
something?

Tia,
Martin



Jan 16 '06 #5

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

Similar topics

5
1898
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...
47
1581
by: Matthew | last post by:
I am just about finished my first Visual Basic program. Yay! Does anybody had any suggestions about improving the look of the interface? I have read that programmers tend to have a cluttered display, and would like to avoid this mistake. I am most concerned with this form: http://www.osbornewood.com/countdown/images/properties.gif However, if you have any thoughts about another facet of my program (or web site, for that matter), I'm...
1
1528
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.
14
4859
by: Mac via DotNetMonster.com | last post by:
Hi all, As some of you would know from my previous posts that I am rewriting our Unix based system into .Net with a MDI interface. Recently I have added a tab control to the top of the MDI parent form that will contain a tab page for each open MDI child form. It is only 24 pixels high so all you see is the tabstrip. Then I only have to add a bit of code to the "changed index" event of the tab control as well as the "on activate" event...
3
3027
by: CMM | last post by:
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...
4
2095
by: Eufonik | last post by:
Hey TheScripts, I am new to the forum. Thanks for taking the time to read my first post! Anyway, I'm pretty fluent in XHTML and CSS. However, when it comes to PHP, I'm a n00b for sure. I'm working on a site that needs a tabbed interface with sublinks (similar to YouTube). See below: http://aycu23.webshots.com/image/4982/2004961228680952859_rs.jpg
0
7513
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...
0
1286
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
1715
by: dorito | last post by:
I have an MDI application with a tabbed interface. I would like to open views in the tab group that are non-document views – i.e. they have no associated document, no need to save them, etc. In a way they would behave like a non-modal dialog, but tabbed. The internal machinery of the MDI apps seems very geared toward working with the DocTemplate – Document – Frame – View object structures along with their associated windows. Q1)...
0
9537
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
9319
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
9243
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
8241
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...
1
6795
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6073
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4869
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
2780
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2213
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.