473,668 Members | 2,407 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

More than 1 MenuItem.Add causes a problem

Sorry this is the second post but I had left the most important clue out of
the first one.

If I only have one MenuItem.Add it works OK!
MenuItemPasteSp ecial.MenuItems .Clear()
jnk = MenuItemPasteSp ecial.MenuItems .Add(New MenuItem("Local e", AddressOf
HandlesMenuItem PasteSpecial_Cl ick))
'MenuItemPasteS pecial.MenuItem s(jnk).MergeTyp e = MenuMerge.Merge Items
'MenuItemPasteS pecial.MenuItem s(jnk).MergeOrd er = 0
'MenuItemPasteS pecial.MenuItem s(jnk).Visible = True
jnk = MenuItemPasteSp ecial.MenuItems .Add(New MenuItem("Text" , AddressOf
HandlesMenuItem PasteSpecial_Cl ick))
'MenuItemPasteS pecial.MenuItem s(jnk).MergeTyp e = MenuMerge.Merge Items
'MenuItemPasteS pecial.MenuItem s(jnk).MergeOrd er = 0
'MenuItemPasteS pecial.MenuItem s(jnk).Visible = True

Don't focus on "Locale" or "Text". I've tried different things.
I've also tried it without the Clear
This is called in the Popup event.
MenuItemPasteSp ecial is a submenu item.
The first time I select MenuItemPasteSp ecial it opens as expected.
But if I select it a second time (which causes the Popup event again) the
MenuItemPasteSp ecial does not open.
The menu item that shows the MenuItemPasteSp ecial still shows the arrow next
to that selection to indicate there are items that can be selected but the
items never show.
Thanks for any help

Nov 21 '05 #1
0 849

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

Similar topics

9
3670
by: Rakesh | last post by:
Hi, I am able to obtain a MenuItem object's Name property @ design-time, but am not able to get the same @ run- time...why? And since MenuItem doesn't inherit from Control class, it's not even supposed to be available @ design-time right?
0
2777
by: Marcel | last post by:
Hi, the application I am writing has a MainMenu and a DataGrid (UltraGrid). Now I have to edit the text of each cell in this grid. So far so good. All works fine in editmode but if I press a key which is also a shortcut it doesn´t work and the menuitem-clickevent will be performed.
4
2295
by: Jesper | last post by:
Hi, When creating a popup menu I find it rather difficult to provide the eventhandler for the MenuItem with enough information. My actual problem is that I create a popup menu with a list of objects of which one, by clicking the item, must be assinged to another object. I use the same eventhandler for all the menuitems in the popup menu as the objects listed in the popup menu is of arbitrary length. To correlate the 'sender' menuitem in...
15
2464
by: Jeff Mason | last post by:
I have an application where I need to set certain menu items invisible based on a user privilege. We did a sinmlar thing in VB6 and used the menu item's tag property to assign an identifier to each menu entry, then used that identifier as an index into a collection populated at user login in order to determine the item's visibility. Now, for some reason there's no tag property for .NET MenuItems, so I'm looking for some way to...
1
2390
by: Michael | last post by:
Hi Everyone, I seem to be having a problem accessing a menuitem on the MDIParent from a child form. From a login (frmSecurity -child form) screen, I need to hide a menuitem based on the users role. The problem is that I can't seem to get access to the menuitem. I can't get it with code like: MDIParent.mnuAdministrator.Visible = true MDIParent is the name of the form I gave. This is also the Startup form (in the project settings) if this...
0
859
by: **Developer** | last post by:
MenuItemPasteSpecial.MenuItems.Clear() jnk = MenuItemPasteSpecial.MenuItems.Add(New MenuItem("Locale", AddressOf HandlesMenuItemPasteSpecial_Click)) 'MenuItemPasteSpecial.MenuItems(jnk).MergeType = MenuMerge.MergeItems 'MenuItemPasteSpecial.MenuItems(jnk).MergeOrder = 0 'MenuItemPasteSpecial.MenuItems(jnk).Visible = True jnk = MenuItemPasteSpecial.MenuItems.Add(New MenuItem("Text", AddressOf HandlesMenuItemPasteSpecial_Click))...
0
896
by: **Developer** | last post by:
Private Sub ContextMenuEdit_Popup(ByVal sender As Object, ByVal e As EventArgs) Handles ContextMenuEditor.Popup MenuItemPasteSpecial.MenuItems.Add(0, New MenuItem("Locale", AddressOf HandlesMenuItemPasteSpecialItems_Click)) End Sub
0
1001
by: **Developer** | last post by:
A MDI form has a MenuItem "File" that contains other MenuItems. A MdiChild form also contains a "File" MenuItem containing other MenuItems. They are both mergetype MergeItems and mergeindex=0 When that form is activated they merge OK but the File MenuItem is the one from the childform so if it is clicked, the popup on the mdiform is not raised and the popup on the child form is.
2
5669
by: genojoe | last post by:
I have a VB 2003 project that I have updated to 2005. I notice that MenuItem is being phased out and replaced by ToolStripMenuItem. I want to investigate the new capabilities of this new control because the existing control causes me some problems. Specifically I nothice that ToolStripMenuItem does not have a PopUp event or the OwnerDraw property. My 2003 project utilizes these elements I suspect that somewhere on the Internet (but...
0
8462
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8893
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...
0
8802
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8586
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
8658
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
7405
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
6209
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
5682
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
4206
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 the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...

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.