473,569 Members | 2,768 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

using MDIList in a MDI form

I have many childs forms in a parent form.
And I use mdiList in menu/windows
When I minimize all these childs with a menu command I want that the
selected child in the mdiLIst should open but it isn't.
The child remains minimized and has just a focus.
I can open the childwindow on other ways but I want to do this with the
MDIList
Can I do that?
Thanks for any response
May 13 '06 #1
3 1916
CMM
I can't believe people are still creating MDI apps. This interface has been
deprecated for 10 years.

Do yourself and future developers that have to maintain or upgrade your app
a favor:
http://www.cflashsoft.com/progs/mdiwinman/index.htm
(it's free... and the source code is there too).

--
-C. Moya
www.cmoya.com
May 16 '06 #2
Anyone else agree with c Moya?

I still like the way mdi forms look.

Miro

"CMM" <cm*@nospam.com > wrote in message
news:%2******** ********@TK2MSF TNGP05.phx.gbl. ..
I can't believe people are still creating MDI apps. This interface has been
deprecated for 10 years.

Do yourself and future developers that have to maintain or upgrade your
app a favor:
http://www.cflashsoft.com/progs/mdiwinman/index.htm
(it's free... and the source code is there too).

--
-C. Moya
www.cmoya.com

May 17 '06 #3
CMM
From Windows User Interface 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. However, you can use
MDI for applications which do not easily fit into an existing model until a
more suitable model is introduced. "
http://msdn.microsoft.com/library/de...tinterface.asp

The wording was even harsher back in 1995/1996 after Windows 95 came out.
They've since toned it down. Largely due to scores of developers ignoring
the guidelines and Microsoft's own inability to move some of their apps away
from it (Word moved away successfully... . Excel and PowerPoint "kinda sorta"
with "Windows in Taskbar" which employs a psuedo SDI over MDI).

Ask yourself what was the last major MS app you saw that employed MDI? MS
Access? Well, not really because it too has the "Windows in Taskbar" on by
default. And Access 12 (2007) will sport a TABBED MDI interface. MDI is a
horrible user interface..... but very easy for us developers to code
(because we're lazy). For apps that require it, TABBED MDI is the way to go
IMHO.

I find it totally irresponsible that MS hasn't included a control that
allows us to easily do it. I mean Visual Studio itself uses an internal
control called EZMDI that they haven't made available to us. I hate that.
--
-C. Moya
www.cmoya.com
"Miro" <mi******@golde n.net> wrote in message
news:u6******** ******@TK2MSFTN GP02.phx.gbl...
Anyone else agree with c Moya?

I still like the way mdi forms look.

Miro

"CMM" <cm*@nospam.com > wrote in message
news:%2******** ********@TK2MSF TNGP05.phx.gbl. ..
I can't believe people are still creating MDI apps. This interface has
been deprecated for 10 years.

Do yourself and future developers that have to maintain or upgrade your
app a favor:
http://www.cflashsoft.com/progs/mdiwinman/index.htm
(it's free... and the source code is there too).

--
-C. Moya
www.cmoya.com


May 17 '06 #4

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

Similar topics

1
2248
by: Mayolo Juarez via DotNetMonster.com | last post by:
Hi, I have a problem, when i use a context menu in a MDIForm and activate the property "MDIList= True", the context menu don't show me the current child windows, please help me, i use VS2003. -- Message posted via http://www.dotnetmonster.com
2
2228
by: Massimo Zaccarin | last post by:
Hello, how can I exclude an MDI child Form from the list shown by a MenuItem with MDIList prop. set to True? Is there a way to do it? Thanks
0
1072
by: Peter Proost | last post by:
Hi group, I was wondering if anyone has ever done this before, I've got a working ownerdrawn menu the only thing I can't get to work is to ownerdraw the items the get automaticaly created in a mdilist. I thought if I'd handle the click event of the menuItem with the mdilist property and then iterate true it's collection of MenuItems and...
0
1043
by: pa.singer | last post by:
I have an MDIList menu item that I want to enumerate at run-time and possibly change the text shown for some of the MDI children included in that list. When I enumerate the collection for that menu item, none of the open MDI child windows show in the list although they are clearly there in the actual drop-down of the menu item. Does anyone...
4
2264
by: pa.singer | last post by:
I have an MDIList menu item that I want to enumerate at run-time and possibly change the text shown for some of the MDI children included in that list. When I enumerate the collection for that menu item, none of the open MDI child windows show in the list although they are clearly there in the actual drop-down of the menu item. Does anyone...
1
2109
by: andreas | last post by:
I have a MDI form with a MdiList in a MenuItem And also 3 different child types, one child is like a background with a picturebox in it. So this must be always as background and never hide the others childs. But when I click in the MdiList on the "backgroundchild" the "backgroundchild hides the others child. Can I remove this child from the...
3
4425
by: Ricardo Maciel | last post by:
The How to page: http://msdn2.microsoft.com/en-us/library/7aw8zc76(VS.80).aspx walks through the creation of MDI child forms. It includes instructions to set the property MdiList to maintain a list of open MDI child windows. However, I can't find the MdiList property in the properties panel.
2
4318
by: Fir5tSight | last post by:
Hi, I'm experimenting sample code created in Visual Studio 2002 (or 2003) in my Visual Studio 2005. However, I can't find the following in VS 2005: - MainMenu control in Toolbox; - MergeOrder property for a menu; - MdiList property for a menu.
0
981
by: JensB | last post by:
Hi I want to control the navigation between 7-8 childforms in my MDIparent form project with buttons instead of the build-in MdiList. I am able to show a Childform with this code: myMDIparenForm.mnuWindows.Menuitems("Mychildform1").performClick() But it only works, if I once manually click on the mainmenu mdilist. It seems this click...
0
7612
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...
0
7922
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. ...
1
7668
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...
0
7964
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...
1
5509
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...
0
5218
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...
0
3653
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3637
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2111
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

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.