stupid question about Visual studio .net

A

Alain R.

Hi,

I really like th Visual studio.net environment and windows type.
It looks like a simple SDI application, but i guess that behind this SDI
application look, MS has in fact developed a real MDI application and
just hide that windows bar.

Could you tell me more about this method ?

thanks a lot,

Alain
 
C

CMM

Visual Studio is an MDI app with a control they wrote (or somehow aquired?)
called EZTab (according to WindowSpy) that that hides the "mdi-ness" of the
application and presents the child windows as nice tabs.

I love the interface. I wish Microsoft would provide developers with the
feature (considering Classic MDI has been deprecated for 10 years).... so I
took it upon myself to code my own solution from the ground up. It works
quite well (and easily). http://www.cflashsoft.com/progs/mdiwinman/index.htm
It's free... source code included.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top