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

Creating menu on other application -

ok, i want to create a new popup menu on another application. I know how to make a new menu on the application, but none of the submenus show up. I'm pretty sure that I'm supposed to use CreateMenu, CreatePopUpMenu, and AppendMenu, but I cant quite figure out how to use them properly and i keep crashing VB. Any help??
Examples would be greatly appreciated.

Thanks,
BFord

 

Menus In A SDI Application -
Menus In A SDI Application I am creating a SDI application in VB. The User Interface is such, that I can't create a MDI application and have a common parent Menu, instead there has to be a Menu of each form of my SDI application. In VB, I am not able to do many things with Menu


Creating menu on other application -
ok, i want to create a new popup menu on another application. I know how to make a new menu on the application, but none of the submenus show up. I'm pretty sure that I'm supposed to use CreateMenu, CreatePopUpMenu, and AppendMenu, but I cant quite figure out how to use them properly


Opening a file using Shell Context Menu -
Hello friends, I want to implement the following in to code. Right click a file in explorer window->select any option in the context menu. my actuall need is i want to interact with a application that doesn't provide any support to developers. the application doesn't


Adding a MenuItem in another application... -
Hi, I want to add my own menu-item to a menu in another application. Can anyone help me getting started with this? I'm guessing I have to hook into the other application but I have no idea how to do that. So a few quations actually: 1) How do I monitor the application I want to


Help me for Menu item Enable/Disable thru code -
Hai there... I am working with VB6, and Access 2000. I am creating an application. In my database one table called 'MenusMaster', which consists of all MDI window menu items names.... and their permission to the user. eg: MenuMaster --------------- USERID ``` MENU


creating a pop-up menu -
how do i create a manual popupmenu? im working with shellnotifyicon, and it want a menu to pop up when i right click my shell icon(which i know how to do)...but my form isnt supposed to have any clipcontrols or controlbox...but if i makea menu using vb's built in menu maker...it makes


Creating a right-click menu(resolved) -
Could someone explain or show code on how i show a menu when i right-click on an item in a listview? I was told to create a menu but keep it invisible but i already have a menu for the menu bar at the top so how do i create a second menu? Also, how do i get that menu to open up/hide


How do i Add a menu separator -
How do i Add a menu separator? Or group menu items together and spearate them from other menu items using a solid line. I am creating a addin for MS Word.I have been able to add the desired menu items in the menubar of the Commandbar.The problem is that i am not able to add a menu i


exe (Multitasking) -
Hello: My Condition: I had a menu(*.exe) that call another application(*.exe),this menu(application) can call more then 1 application using windows shell (VbNormalfocus). My problem: I run the other application by clicking a button at menu(application). when i click it again the


Creating a CD Menu program -
I am creating an app that will start when my program CD is inserted. It will give the user a menu, with a selection of programs to install. I am using a label control for each link in the menu. Now what I need to do is execute a specific .exe file on the disk when a certain label is


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-


menu shortcuts -
There is a nice feature on the file menu for office application. When you select the file menu, the bottom of the menu list contains shortcuts to the last few edited documents. Is there an easy way to implement something like this in a VB6 application menu? Thanks for any help!


Creating my own menu -
I've got a bunch of textboxes on my form and I'd like to add some functionality to them but I'm not sure how or if it's even possible. I want it so that if the user right-clicks on the textbox, a menu pops up with only the choices I want as menu items. For example, if they right-


[02/03] Login Screen Not appearing before Main Menu -
I'm creating a basic window's application where I have a login screen where the user will enter the userid/password etc. Only problem is when I try to run the application, it goes straight to the main menu. What would give the main menu precedance over the login screen? This is


Menus and a return to first month programming -
Not seeing anyway of creating an index for menu items. Are we meant to return to the days of creating a procedure for each menu element, or am l missing something here?


Destroy Menu -
I am creating a popup menu from my systemtray icon and all is well except when the user clicks anywhere off of the menu to cancel it. The problem is that the menu stays up and does not get destroyed. Is there a way to destroy the menu when the user clicks off of it. I am subcla


*RESOLVED* A Help Menu for my Project -
I am looking for some ideas on creating a help menu for my vb project... I see these help files all the time...some are pretty fancy in actually showing the user how to use the application, others include an index, or even a simple definition of the controls on the app. I am aski


How would you go about creating a vb menu system for use on a school network -
Hello, Im starting work on a school project and have decided to create a menu system for the school intranet. this menu system would hopefully allow access to network user space, internet and other options. Any ideas how id go about creating this? Im a vb novice but do have some limit


How To Add Menu Item And Sub Menu Item In Outlook -
Hi I Am Developing One Application During This Application I Am Facing One Problem.what Is That Is, I Am Explaining Every Thing Clearly.in Outlook For Example One tool Menu Item Is There In This Menu Item I Want Add One Menu Item Example mailitem.in This mailitem,i Want Add Another T


Hiding items in a form menu -
I've been looking here and there but couldn't find a good exemple of how to do it. Creating a menu with the following structure: Code: Menu Report Menu item 1 Report 1 menu item 2 Report 2 Menu item 3 Report 3 Me


[02/03] Creating menu using menu editor -
I want to create a menu bar in my MDI parent form. Is there any tool like menu editor (in VB6)?. Please help I'm new to VB.Net.


Creating an Uninstall for my app -
I've been using Installshield Professional 6.2 for sometime, say an year, now. I have packaged my application with InstallSheild Professional 6.2 and it works fine. Now, I want to add an uninstall item to my application folder within the Programs menu folder so that the user may uninst


creating menu items on the fly -
i have had a poke around and cant find a simple tutorial on how to make code that add's options to a menu system, the best i could do is create vast empty menu's in the menu editor and then make parts visible if required. this seems like a really poor way of doing it as for up to 6 sub


Extending an application -
I have a project that I created in VB6 that I would like to create extensions for. There are some very specific tasks that only a select number of users actually need. So my idea was this: - Create an "Extensions" menu in the application that had an "Add New" men


creating menu items at runtime -
I've been searching to find the answer to this, but MSDN seems unable to give me an adequate answer. I have found how to alter the caption of menu items and enable/disable them during runtime, but these menu items have to be created previously using the Menu Editor. I am trying to read


menu display problem -
Is there anyone who knows creating a menu and displaying it in c# I create a menu with menu control and add it some subtitles but I don't see it when I run the program.(It isn't visible !!!) What can be the problem


creating a menu -
I am creating an application with 5 forms with 5 different common dialogs (print, save font, color and open) one on each form. I need to know how to navigate from form to forms.


How to place an icon next to a menu item -
Hello. I'm sorry for asking this but for the last hour I've been looking for a simple answer to my question and can't find one. Anyways, I am creating a menu on a VB6 form using the menu editor. (I know there's other controls out there that look way better - but I'm a little leary


how to take menu bar over right side -
Hi I am creating menu using menu editor. but it normally display left side.but i want to be displayed it right side. I did it giving spaces. then it works. but i know this is not a correct way. so please how to do so ta have menu in right side. Please help me out Thanx in adv


Position Menu Bar -
Hi all, I need a Help..Is there anyway we can position a Menu bar in vb6 forms..Why am concered abt this is..am writing an OCX control for creating a New Form title bar..(ie) when we place the OCX it will cut the form's currect title and will replace with the one which i have created.


Select item in Context-Menu of another application -
I want to know if there is any way to invoke item in context-menu of another application. Situation: I have an application which is a data window with “SysListView32” class. When I right click inside this window, the context menu pops-up and there is a option to copy the data,


[VB 6] Creating a menu -
I've created a menu for my program and I would like the menu to drop down when the cursor hovers over it to reveal options. I would also like to know; if you click on a option, a dialog box pops up, allowing a user to input a number.


dynamic submenus, pagers -
does anyone know how to make dynamic menus with submenus? i tried creating two menus, then using setmenuiteminfo to link a menu item with the other menu, but it won't work. anyone know the proper way to do it? also, i have another problem. the first menu--which, by the way, works fi


Menu color changes -
I am playing around with creating a simple customized web Browser . And i was wondering if anyone here knows how to change the default menu colors or possibly even use a picture as a background for a menu ( in code or settings). anyone have an idea [Resolved]


Javascript Menu -
Hi, Recently I was given the task to look into creating a javascript menu. My delema is I don't know exactly where to start. I need to create a menu for a website. The optimal type of menu needs to be a menu that popup on the screen just under some letter that you move your mouse


how to add menu to an excel application object -
i need to add my own menu to an excel application object, when the user choose the menu, it will run my code. as an example, i want to add "My Menu" menu beetween "File" and "Edit" menu, "My Menu" menu has a submenus, let says "My Submenu1


Creating menu items at runtime -
Hi all. I have a context menu that which I want to display the index of each item from a listbox as menu items in a context menu. For example, if there are 5 items in the listbox, I would like the context menu to be as follows: Stop after track... --> 1 2 3 4 5I


Assign shortcut key with Menu API -
Hi, I am creating my main menu at runtime using the CreateMenu and AppendMenu API. I've run into a problem. How can I add a shortcut key to a menu item that is added through these API functions???


set my menu as the last one -
Hi guys, I am creating custom menu in Excel using VB. I would like to make my menu always the last one. I was trying to calculate the number of commandbars, but I have received wrong number. Has anybody idea wht I should do? Thanks. Boris


About certain troubles with MATRIXVB 4.5. -
Hi, I’m Cris, This is my question: There is a library or .DLL file, that is called MMATRIX.DLL, which appears into MATRIXVB 4.5. This pseudoapplication can be obtained with either MATLAB 6.0. or separated (apart) and it is used to programm on Visual Basic using Matlab (Mathema