473,385 Members | 1,597 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,385 software developers and data experts.

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 7399
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****************@TK2MSFTNGP11.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*****@integraware.com> wrote in message
news:nv******************************@adelphia.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****************@TK2MSFTNGP11.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**************@TK2MSFTNGP09.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*****@integraware.com> wrote in message
news:nv******************************@adelphia.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****************@TK2MSFTNGP11.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*****@integraware.com> wrote in message
news:TM********************@adelphia.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**************@TK2MSFTNGP09.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*****@integraware.com> wrote in message
news:nv******************************@adelphia.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****************@TK2MSFTNGP11.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
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...
47
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...
1
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...
14
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...
3
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!.......
4
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...
0
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...
0
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,...
0
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...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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...

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.