Menu list -
I have seen a chunk of code somewhere that allows the user to traverse an applications menus and create a list (.txt) of all the menu's and the items under them.
Could anyone help on where I could find this again or how to do this.
Thanks
picture in vb6 menu list -
hi everybody,
this forum is really of a good help. can u please give me a code to put pictures in a menu list. i have an mdi and i've added various menu to it. now i want to add pictures to the dropdown list of each of the menu. can u please help me do this?
thanx for all your var
List Menu -
How do you create a list menu for the top of a form in vb6.0, like the file menu in a browser. Eg we need a drop down menu that maybe has a save, exit, new client links or something
Capturing a menus ISMidiContainer list on click event -
You know how if on a menu tab you set the ISMidiContainer to true the menu will list all the midi forms you add in your application at run time. Can you capture the on press event for those menu items? So the menu will list all the forms with in your one form and by clicking on of the
how to clear one menu item from SMART MenuXP -
Hello All,
I am using SmartMenuXP in my project. I want to remove one menu item during run time. Actually i am mainting list of opened windows in Menu in MDI application. I am able to add new items in Menu list as user opens new form. But when user close the form i need to remove
Change list values of list menu when value of other list meneu is change -
How to change list values of list menu when value of other list meneu is change?
for example i have a list menu(num1) contaning (2 & 3 & 4) values selected itam is 2.and i have another list menu(num2)contaning (400.500,600) values when list menue(num1)is selected 2 valeu.
I
Window List in Menu -
I am trying ot insert a Window List in a menu on an MDI Form. I get it all right, but the problem is that I would like it to come directly under my "Window" Menu, not under any Sub Menu. The window menu contains other menu items too.
How to add SubMenus or Item in a Menu(popup) in run time , Need to Added More in List -
Hi,
In my project, in a grid control, i list all AreaName, when the user click one Area and Right Click, then ther will be a menu called 'List All Equipment Under This Area', So how can i load All The Equipment Under this menu, when the User selected Area and click 'List All Equ
Removing Project | References from menu list -
Hi, we have refences to obsolete dlls in our menu list. How do we remove these from the list?
ListBox(Index) Context Menu Required -
I need a context menu for each individual list box element. But it will be the same context menu. All I want is for the context menu to read, ADD USER. This will be only for List1.List only however. And List2.List, will read REMOVE USER.
PopUpMenu -
Hello,
I am in search for a correct coding procedure for a pop up menu for a list box.
The coding I am searching for will select an item from the listbox when your right click it. Also, when you right click the list for the menu to pop up, and then right click the list again, it will
Java Script Menu -
I have the infamous java script menu at the top of my page. I hover over the top of of a category and the menu list appears (div). This is fantastic and such, I even have icons next to the menu items, but when ever i have a list box or a combo box on the page, the menus focus is behi
Creating a Window List for menu -
In an MDI form you can have several windows open.
Often, there is a menu option "Window" and if it is selected a list of open documents is displayed with a checkmark next to the active document.
Like in Word... you have
Window
New Window
Arrange All
Split
----sepa
vb6 How do i add a vb6 exe to ie6 or ie7 -
I would like to add a reference to a vb6 exe from either ie6 or ie7. Normally a user may right-click on a webpage ('say' within ie6) to get a menu (includes options such as select all, create shortcut, add to favorites, view source, etc. My question is... how can i add a new menu i
Coding for A Menu -
I want to allow a person to go in and change the options that are available on the menu I created with the Menu Editor. Does anyone know any code that I would use to do that? IE: One menu option is to select a co-worker and you get a list of co-workers, but if one of the co-workers qui
menu struggle -
I have developed an application that is being used as a "Quick Pick" list of recently used apps, files, or folders.
My question is this. I am placing an icon in the system tray and call in a menu from a hidden form by clicking on the icon. After I call the menu using the pop
[resolved] Can I define a custom menu shortcut -
The program I am working on has a few keystrokes that make using it easier. I'd like to list these in my menu beside the actual menu item. The problem that I have is that VB limits my choices for shortcuts, and I can't use 'space', 'period', 'left', etc. Does anyone know if I can somet
Auto drop-down list... -
Hi All and thankyou for viewing my post,
Can a drop-down menu list be narrowed down.. for instance,
If i have a drop down menu for all car makes, in this example we select, BMW; can the model dropdown menu list be narrowed to all the BMW models; M3, 5-Series, 7-Series.. etc...
MDI List to Context Menu -
Hello ... I use the MDIlist = true Property to list all the opened windows in an MDI form in a menu...
But When I use it with a Context menu ... nothing happens .. I mean that the windows will not be listed there ???
Why is that ???
Thanks ...
Hide menu after popupmenu is called -
I have developed an application that is being used as a "Quick Pick" list of recently used apps, files, or folders.
My question is this. I am placing an icon in the system tray and call in a menu from a hidden form by clicking on the icon. After I call the menu using the p
Menu -> shortcut property... -
Hi all,
how can I set the shortcut of a menu to ESC ?
The thing is that ESC is not in the shortcut list of the menu editor...and is not in the properties list of this control !
Thanks
Script for Slide Menu -
Hi,
I am designing a html page using frontpage. What's the exact script required to perpare the drop down menu & what other stuffs i need to. suppose if i have 10 Employees in a Department. i have to list the Department name as the heading and when i move the mouse over
Listing of Programs in Start Menu -
Hi Good Day!
Is it possible for us to list all the programs listed on the start menu? What I really wanted is to get all the installed applications in your computer and list it perhaps in a list box or a text box.
If so, how? Could you give me a sample code for that? Thank you
MENU PROBLEM PLEASE HELP!!! -
have developed an application that is being used as a "Quick Pick" list of recently used apps, files, or folders.
My question is this. I am placing an icon in the system tray and call in a menu from a hidden form by clicking on the icon. After I call the menu using the pop
menu list to list the file name which have opened. -
How to write the code to let the menu show a list of file name which had been opened.(history which file had openned)
in addition, if click the name in that list.the file will open again.
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!
add items to menu control -
i want to add a list of people to a menu. that way, a user can select, for example, View - Employee - and then a dynamic list will show up.
the names are on a database so i will use ado.net to get them. No problem there. it's just....how do I easily display them?
URGENT MENU PROBLEM -
I have developed an application that is being used as a "Quick Pick" list of recently used apps, files, or folders.
My question is this. I am placing an icon in the system tray and call in a menu from a hidden form by clicking on the icon. After I call the menu using the pop
Adding desktop icons to system tray menu -
I hope this is the right forum to ask this in. I have an app that puts an icon in the system tray and when right clicked shows a progam option menu with icons. This part works fine.
The app hides the desktop and when left click shows a list of all the desktop icons and allows you t
Loading Directory Conents Into Array -
How would I load a directorys contents into an array cuase im trying to list the documents list thats in windows start menu in a menu and all I really need is to be able to list the contents in an array and I can do the rest.. Thanx
How can I remove the Documents menu from the Win98 Startup menu Pls Help -
How can I remove the Document menu from the Win98 Startup Menu? Pls Help
Document Menu is having the list of all the programs or documents which was recently opened or ran?
Whereas, I don't want this menu to appear in the Win98 Startup Menu. I have heard that this thing got somet
Help me for Menu caption -
Hai!
I am working with MDI form. there i am using menu, it consists of Masters, Transaction, Searches, Ledgers, Reports and Exit are the menus.
I have above 10 Menu Items under each option except Exit menu...(eg: Masters menu consists of Account Master, Product master, Gr
Program flow -
I'm writing a game (PacMan) and now I want to add a menu when you start the game and a highscore list. I can write the menu and the highscore list. But I don't know how to get from the menu to the game and from the game to the highscore list when the player dies. Right now the game sta
AppendMenu Example -
I have been working with the Menu API's for a while now and so far they are kind of cool. AppendMenu is the best one i have worked with so far, i have created an example application that appends a forms system menu and will display an about form, you can modify to do anything that you
highlight the listview item -
hi,
I have many items in my list view. And if i click listview, that is in listview mouse down, I have written so that it should show one popup menu(on mouse right click). In that popup menu, many menu items are there. If i click the list view item and right click, pop up menu
Keeping track of which forms are visible -
Hi,
I am developing an application where the user can open and display optional components using a menu list.
When the menu item is selected, a form is displayed for that component and a checkmark is put next to the menu item.
When the user selects the same (checked) menu item again
Programs Menu Settings -
Hello Everyone:
I would like to know if and how you can change the programs menu (Click on Start-> Programs-> Menus->) width in MS 98SE. I.E. in MS 4 NT you can change the Menu so that you get a list of programs side by side so you can see all of the programs, Instead of h
Reading Folders for menu items -
What I am trying to accomplish is that when the user clicks the menu button of the menu strip the drop down contains a button that can expand into another list of buttons that are the folder names in a directory.
In another translation when I click File on the menu strip it brings do
build a menu -
Hi guys can anyone tell me how I can build a menu for a bunch of program I have that are on my USB. They are all standalone programs and they are all on my jump drive, but I would like to burn them on a CD and have a menu pop up when the cd is inserted into the drive listing all the pr
CD Menu program -
Where can i find a CD Menu program?
I want to put any CD-R/CD-RW in my drive, and then receive
a list of all maps and files from the CD on screen.
Need also something to add new, edit or delete filenames and finally print that adapted list.
Anyone knows about such a program?
How can you get a list of all menu handles/menus -
I mean all of the possible menus u have access to.. be it the file menu in notepad, or right click menu on desktop of XP
how cna you do it?