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

Home Posts Topics Members FAQ

MDIList menu

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
Nov 20 '05 #1
2 2228
Hi Massimo,

I am reviewing the issue. If I have any information I will update you with
new information as soon as possible.

Have a nice day!

Regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
--------------------
Reply-To: "Massimo Zaccarin" <ma*****@zaccar in.it>
From: "Massimo Zaccarin" <ma*****@zaccar in.it>
Subject: MDIList menu
Date: Wed, 5 Nov 2003 15:15:17 +0100
Lines: 7
Organization : zaccarin.it
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Message-ID: <#W************ **@TK2MSFTNGP12 .phx.gbl>
Newsgroups: microsoft.publi c.dotnet.langua ges.vb
NNTP-Posting-Host: 212.141.69.55
Path: cpmsftngxa06.ph x.gbl!TK2MSFTNG P08.phx.gbl!TK2 MSFTNGP12.phx.g bl
Xref: cpmsftngxa06.ph x.gbl microsoft.publi c.dotnet.langua ges.vb:153891
X-Tomcat-NG: microsoft.publi c.dotnet.langua ges.vb

Hello, how can I exclude an MDI child Form from the list shown by a MenuItemwith MDIList prop. set to True?
Is there a way to do it?

Thanks


Nov 20 '05 #2
Hi Massimo,

It seems that the MDIList menu can not be hide or excluded, since it is
generated dynamically when you click the Menuitem with MDIList true.

If you want to do that, you think you may need to do it yourself.
i.e. set the MdiList property to false and use the code to simulate the
behavior.

Regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
--------------------
X-Tomcat-ID: 183931841
References: <#W************ **@TK2MSFTNGP12 .phx.gbl>
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
From: v-******@online.m icrosoft.com (Peter Huang)
Organization : Microsoft
Date: Thu, 06 Nov 2003 07:25:49 GMT
Subject: RE: MDIList menu
X-Tomcat-NG: microsoft.publi c.dotnet.langua ges.vb
Message-ID: <tw************ **@cpmsftngxa06 .phx.gbl>
Newsgroups: microsoft.publi c.dotnet.langua ges.vb
Lines: 31
Path: cpmsftngxa06.ph x.gbl
Xref: cpmsftngxa06.ph x.gbl microsoft.publi c.dotnet.langua ges.vb:154109
NNTP-Posting-Host: TOMCATIMPORT2 10.201.218.182

Hi Massimo,

I am reviewing the issue. If I have any information I will update you with
new information as soon as possible.

Have a nice day!

Regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
--------------------
Reply-To: "Massimo Zaccarin" <ma*****@zaccar in.it>
From: "Massimo Zaccarin" <ma*****@zaccar in.it>
Subject: MDIList menu
Date: Wed, 5 Nov 2003 15:15:17 +0100
Lines: 7
Organizatio n: zaccarin.it
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Message-ID: <#W************ **@TK2MSFTNGP12 .phx.gbl>
Newsgroups: microsoft.publi c.dotnet.langua ges.vb
NNTP-Posting-Host: 212.141.69.55
Path: cpmsftngxa06.ph x.gbl!TK2MSFTNG P08.phx.gbl!TK2 MSFTNGP12.phx.g bl
Xref: cpmsftngxa06.ph x.gbl microsoft.publi c.dotnet.langua ges.vb:153891
X-Tomcat-NG: microsoft.publi c.dotnet.langua ges.vb

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



Nov 20 '05 #3

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
1
1693
by: Mayolo Juarez via DotNetMonster.com | last post by:
yes ina a contex menu i activate de the property mdilist and i can´t see the mdichild listed in the contexmenu, only dont show me the mdi child i use net framework 1.1 and vs2003, sll its correct prove your selfe and try to do that i try and you can't see the mdichilds -- Message posted via DotNetMonster.com...
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...
3
1916
by: andreas | last post by:
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...
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...
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...
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
1209
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
936
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...

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.