o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

Menu Problems -

Sorry I have posted this before but I really need to solve this problem.


AppendMenu
I am using appendmenu (API) to create a popup menu, dose anyone know how to make a second level menu item. The following is my code


hMenu = CreatePopupMenu()
'Append a few menu items
AppendMenu hMenu, MF_STRING, ByVal 1, "Find Records"
AppendMenu hMenu, MF_STRING, ByVal 2, "Reset"
AppendMenu hMenu, MF_STRING, ByVal 3, "New Audit"
AppendMenu hMenu, MF_SEPARATOR, ByVal 0&, ByVal 0&
AppendMenu hMenu, MF_STRING, ByVal 4, "Print"
'Create a sub menu for Print
AppendMenu hMenu, MF_STRING, ByVal 99, "Close"

I want to create a sub menu for print.

Thanks for any help,

Chris

 

MDI Parent menu problems -
A collegue of me has some problems with the menu's on an MDI parent. An MDI child has a usercontrol with a menu. This menu is merged with the MDI child's menu. No problem there. The problem is that the MDI parent's menu disappears as soon as the active MDI child has it's own menu (or


Strange popup menu with image -
Hay all, If you try to add images to a form menu using the common API calls to do that it works nicely. Now if I make another menu and I set it's visiblity to false so i use it only as a popup menu, the menu icons simply vanish!! they disapear. I think I understand what is going on.


Submenu Items -
Hi all This is probably a really easy question, and i can solve it using APIs but i hope for a simplier way. Normally when creating new menu items you can make an array then load new menu items as you need. Now what i need to do is add submenus to menus. I'm adding plugins to one o


When these Menu issues are going to be resolved -
I like .NET very much, never thought it's bad because its a Microsoft product but there are few things I dislike about it, one being Menus. Menu object had some problems in Fx 1.0 and did not resolve in Fx 1.1. Ofcourse the problems are mainly present when you use right to left langu


Listview and Magic Menu problems...... -
i have a vistview with its view set to details..i have multi select turned on too. now when the user right clicks the listview i've put a dotnetmagic popupmenu to appear but i face some problems.....if the user right clicked in a icon in the listview it wont appear selected before t


GetSubMenu in MDI !! -
I'm having problems trying to add a bitmap to a menu in a MDI environment. The GetSubMenu is returning a 0 Here's the necessary information: Only one child can be opened. The menu items are for the child menu The parent also has a menu. The child negotiate menu is set to tru


[2005] ToolStripDropDownButton and checked menuitem display bug -
I have a dropdown menu icon when a checked menu and it boxes aren't drawing correctly in both the IDE and when running. I don't have any problems with checks in the main menu. Does anyone know how to fix this?


Connecting Toolbar to Menu -
I am currently just starting with VB. On my current projet I have created a toolbar (looks great - won't work!). I am using an MDI form with two child forms. Have no problems with the menu - open, new, cut, paste, save etc. I think I have added all the code necessary to direct the t


Drop-down menu w/o Java/JavaScript -
Is this at *ALL* possible? The Java menu we had was causing some problems with some of our users and then they couldn't use the site at all because they couldn't navigate to anywhere! It was a Java drop-down menu, but I was wondering: is there any possible way of having a drop-down men


CSS hacks for IE7 -
I'm having a few problems trying to get a css menu working properly within IE7. The menu is displayed using "position: fixed" and "display: block" which works fine for all browsers except IE. When viewed in IE, the menu seems to spread accross the entire browser w


A menu script that works on almost all the browsers -
I have tried the menu on www.bratta.com but it gives me some problems on both Netscape and IE. Is there any menu out there that works perfectly on Netscape (4.6 or greater) and IE?


Excel Problems -
Can anyone help me with this? I have only just started using VB in Excel. I have set up an Excel spreadsheet as a Template to be accessed by myself and a colleague. I have set up a new menu next to the Help menu at the top of the screen and can access it myself this way. However


Having problems with ToolBar -
I have a MDI form which contains a menu structure along with a Toolbar which represents a graphical version of the Menu. My problem is....when I open a certain MDI Child form, my menu disappears until I close the Child form...then it reappears. What is causing this? Thanks, Blake


IE Slow Menu Problem, Fast in Firefox -
Hi there, I have searched the internet for the last two hours and haven't found a solution anywhere, so I'm here to track down all the guru's once again. I am using a asp:menu on a intranet and found that the menu is very sluggish when using internet explorer, it would take abo


Retain values for mutiple menu -
hi guys pls help:: i got 2 menus the first menu enables me to go to the 2nd menu which i choose to call a add fucntion,this add function will store what i have keyed in and return to the 2nd menu from here i can either add again or go to the 1st menu.... Question: when i do a


creating a menu or dialog -
I've been trying for a long time as well as all day today to get a menu or dialog box to work, with no luck. THe windows Programming book has led me to many problems I can't figure out. Does someone have a simple menu or dialog box step by step instructions? I just want something so i


JavaScript: Slide Down Menu -
I am having problems getting this demo code to work. Anyone able to get it to work for them? Slide Down Menu


MDI menu problems -
I'd like to have menus on each MDI child that don't interfere with the MDI Parent's menus. Is there a way to do this without resorting to custom menu controls?


Custom menu bar -
I want make a custom menu bar from scratch in vb. I know it is a long process. I am using some pictures boxes in it and also I want to be an activex control so that i can use it in other apps too. Now one of the problems is that I have a fucntion which adds a menu of the form like a &


Problems with needed subroutines... -
If you couldn't already tell, I'm a serious VC++ noob, so bear with me... Working on a mudd game, details are fairly irrelevant, but I don't know how to get a bunch of different menus in the same program without errors. The other thing is that one of the first menu options, &q


Serious Menu Help Please -
I'm trying to add a menu bar, just like the File, Edit, View menu bar, to Internet Explorer. I don't want a menu ON the web page nor hovering above it. I have created a menu in VB6 that will open specific web pages from drop down menus. But HOW do I code this menu bar to show up ben


Create Menu For Menu! -
I did like to create a menu for conventional menu items (something like the menu that comes up when any Favorite menu item under the Favorites menu is right-clicked in IE). Can this be done?


Systray problems -
I've been working on this project and I am almost done except for 3 things. Everything is working like I want. When minimized is hidden except the icon in the systray and the menu on the icon is working. It isnt show in taskbar like I want aswell. Here are the 3 problems I am having


replace menu with images (bitmaps) -
Hi, has anyone tried using Images to create a menu instead of the usual menu created through the menu editor? Im trying to do that now but I couldn't make it to function like a menu, like when the mouse pointer clicks on the form the menu should dissapear...


Setting up a menu question please -
Just a simple question, once you have setup a menu and it looks like the one below, how do I add more to the menu so I can have a single menu where the red X is located? In the menu editor where you have the arrows, up, down, left and right, whats the sequence to place the menu


Hope somebody can help me with the menubar -
I am wondering if/how it is posible to display another menu in a menu ... euuh not very clear... this is what i mean: STATUS> \-- online \-- away etc etc but this menu has all the code options.. but i have a system tray with a menu in wich i w


IE6 class importance -
I worked yesterday on a menu system that adds extra functionality via JavaScript: clicking a main level menu item is required for the rest of the menu to appear and it works similarly to how menus work on Windows/Linux/Mac and the like. The menu works as a regular CSS menu if JavaScrip


My problem with .enabled -
Hey guys - I'm trying to .enable a menu item, but the available commands for the item are very [code]limited. I've had similar problems with other items in the past, but this is my first menu. Any help would be appreciated.


Expandable Menu -
hi, I am working on a new menu for my website what i would like it to do is when the top of the menu bar is clicked the menu either drops down or goes away, and also when some of the links are clicked a seperate menu either opens to the side or under the clicked link. If you know wh


ActiveMovie Control -
Hello; If you are having problems using Microsoft Active Movie that is in the Components menu. Try using this one that also is in the list "Windows Media Player". It works with no problems. adcomp - Puerto Rico


Creating Sub-Sub-Menu of Ms Access -
Hey Guys, Im just little stuck on this... Could anly so kindly help me? Hi guys, How can I make a sub-sub menu in MS Access? I have "MAIN MENU" and under it is the submenu "My Menu" then under it is "Own Menu". How can I do to make a sub-sub-


Using the menu of a control -
Hi I have an ocx control that is placed on my form. The ocx control has its own menu (and popup menu) and I want to use that menu as the form's menu. Mainly, I want the actions of the ocx control's menu system, but I can't access these actions directly (only through the menus). My q


** RESOLVED ** Pop Up Menu Question -
I have a pop-up menu that only displays one option when the user 'right clicks' the mouse. The pop-up menu concerned only has 1 option on it (the top level menu option has visible set to false). It appears that when I right click, the menu pops up and IMMEDIATELY executes the men


Menu by VB 4 Menu Editor -
The menu was made using vb 4's menu editor, but I need a way to change a sub menu Title later on. I need to change the sub menu Title on the 5th ladder of the Menu number No. 1 on the Menu Bar, say from "Register Slot" to Say a name such as John Q. Public. How can I do this?


Menu Handles persistency -
While loading a menu I need to create a datatable saving a value which I can use to uniqly identify the clicked menu whenever a menu Item is clicked. It seems that getting to the menu name is not as easy. I am wodering whether the Handle property will be unique and perisitent within a


Pop-up menus -
In most of my applications i create custom title-bars, so to do this i set the border-style to 0. but when i want to make a pop-up menu, i have the menu set to invisible in the menu editor but it still has the grey menu bar along the top of my form, which completely ruins the appearanc


Smart Menu Xp -
Hi! All, I use SMART MENU XP, and I was wondering if I could provide a functionality to navigate the menu from keyboard in my program, just the way it is in Windows when you click file menu and then you can use right arrow Key to go the next menu...and left to move the cursor to the


Personalized Menu! -
In IE, there is a Enable Personalized Favorites Menu checkbox in the Advanced tab under the Internet Options menu. Checking this checkbox ensures that the Favorites menu shows only those Favorites in the menu which have been used by users often; the rest aren't showed. So, if there are


Adding ImageList to Menu -
I am making a program that loads a specified directory into a menu. Its working quite fine except that i am having a few problems loading imagelists into menus. What my program actually is doing is that it gets the default icon from a file and loads it into a picture box through imagel


Menu problem in MDI -
Hi all, A quick question about menu in MDI form. I have a MDI form with a set of menu on the top. For some child forms, they have their own menu. The problem is whenever a child form which has its own menu is active, MDI form 's menu disppears. Is there a way to always keep MD