problem regarding shortcut menu... Pl. help (eloborated) -
Hi everybody,
Can anybody help me. My problem is :
I have opened a modal from from a shortcut menu. I want to show a shortcut menu on the newly opend form. Please take me out of this hell....
Let me explain my prob. in detail....
I have a shortcut menu on a form. On click event of a menu item I have opened a Modal form. Now the event procedure of the menu item is not completed yet.
Now, on the form (which I had opened from the popup menu) I want to show a popup menu on right click of a grid, but that menu is not showing...
If this info is not wnough then I can send it in more details...
thanks in advance...
regards
Mohit Rohella
problem regarding shortcut menu... Pl. help (eloborated) -
Hi everybody,
Can anybody help me. My problem is :
I have opened a modal from from a shortcut menu. I want to show a shortcut menu on the newly opend form. Please take me out of this hell....
Let me explain my prob. in detail....
I have a shortcut menu on a form. On
PopupMenus & Shortcut Keys -
I have a problem with using shortcut keys in a hidden menu.
I am using a label to popup up the menu when clicked. In the menu are shorcut keys for various things. They Don't work unless i make the menu Visible, which i don't want for esthetic reasons.
Anyway to make a non visible
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???
Menu shortcut -
Is there anyway I can change the shortcut key of a menu by programmation. I have two Find menu wich are never displayed at the same time, but VB won't let me put the same shortcut(Ctrl-F) two times. Thanks
Shortcut Menu question -
In Excel is it possible to create a shortcut menu for when I right click on a certain worksheet I will get that custom shortcut menu to show?
Menu Items - shortcuts -
If I define a shortcut for a menu item in the menu editor that shortcut should trigger the menu item's click event right?
Start menu shortcuts problem -
Hi there
I am having a really strange problem with shortcuts on my start menu. I have written a program which is installed to the program folder by the installer. It also creates a shortcut on the windows start menu to point to the binary.
Now, when I install an update for the ap
F10 Shortcut on menu -
Hi:
I need to add a menu item with the shortcut F10. But apparently there is no combination of F10(F10 / Shift + F10 etc) available on the menu Item dialog box.
Is there a workaround to this problem?
Copy PasteSpecial issues -
Excel XP:
I have created shortcut menus and us the copyface and paste face method to have icons displayed in my shortcut menu. However I am having a problem:
I have Copy and Paste commands in the shortcut menu. So once I have performed a Copy I right click again to paste what I c
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
Altering shortcut keys in menu -
I have a menu set up using the menu editor and have a shortcut key for one of the items of F6. I need to change this at run time to remove the F6 shortkey in certain circumstances.
Anyone know how to do this ?
cheers
Create Shortcut Shell Link -
I need to create a shortcut to a file that my application generates. I want to specify that the shortcut be placed on a network drive. So far what I have seen are API calls to create the shell link shortcuts that create the shortcut files either on the desktop, or start menu, but I h
VB menu editor "&" shortcut -
in the standard VB form menu editor I am trying to figure out how you can have the _ under the shortcut key for that menu item.
For example:
Open up IE (which i guess you already have open ) and the File, Edit, View, etc menus don't have _ under the shortcut letter, unless you h
Shortcut Menu Issue -
VBA for access
I have a form that is set up to display a shortcut menu on right click in a listbox. How would I set the shortcut menu to not display any shortcut because right now I have it set to a blank Popup Menu and a blank box comes up on right click. I just want nothing to sho
Alt+Q menu shortcut -
Out of curiosity, does anyone know why Alt+Q can not be used as a shortcut in a menu? It is the shortcut the VS IDE uses to exit.. It seems odd that they would exclude it from the possible shortcuts you can use.
The only alt shortcuts in the listing are the numbers 0-9 and the funct
Menu shortcut keys (like &File) problem (SOLVED) -
Hello,
I have MDI form that has a menu. I want to be able to use shortcut keys to allow users to navigate using the keyboard. I have inserted the & in front of all my menu items and in design mode it shows the letter underlined as it should. When I run the program - in debug
Program running in Sys Tray - problem -
I have successfully put my program in the System tray. However, when I right click the icon in the System Tray, my menu appears, but the shortcut keys do not work. They work on other programs that are there. Does anyone know what I'm missing. My menu items are set up using the &quo
How Do You Make The Set Up Routine Create A Shortcut In The Menu Or Onto The Desktop -
Hi Guys
Can you make the set up place a shortcut onto the users menu system or even a shortcut onto the desktop is either possible and if so how is this done
thx
Locutus
Shortcut key not working in Menu item -
Hello,
If I add an ampersand (&) to the front of a menu item using the VB menu editor, in design mode, the menu item caption has an underscore (_) underneath the first character. But when I go to run the project, the underscore is gone and the shortcut key doesn't work.
Does
Menu Shortcut Key! -
The "File" menu in a web browser project has a sub-menu "New" named mnuNew. "New" also has a sub-menu that shows 2 options - "Window" named mnuNewWindow & "Message" named mnuNewMsg. Clicking "Window", as usual, opens a new
How to add a program into Explorer's shortcut menu -
I have a small VB6 program (standard EXE) that I would like to put into Explorer's shortcut menu. It should work something like WinZip, where you right-click on some selected files and you'll see an option in the shortcut menu that allows you to do something to those files with your ow
Menu click (and also set shortcut) from code [resolved - not by code!] -
Apparently the SHORTCUT of a menu is not available at runtime - argh...
Any API ways to get around this?
Also - doesn't seem like I can click a "menu" item from code - basically I want to trigger it's click event...
I guess I don't need this if I can set the shortcut
hidden menu items and shortcuts -
I have a menu item with a CTRL D shortcut. If I uncheck the visible property it disables the shortcut (CTRL D no longer works).
Any way around this?
The end result that I want is for the user to not see a menu option, but to execute my code when CTRL D is selectled.
Thanks fo
[2005] Menu item shortcut keys and webbrowser -
I have some menu items that are assigned some shortcut keys.
I also have a webbrowser control.
When i load the form, the shortcut keys work very well.
But after i load the webbrowser with a webpage, the shortcut keys no longer works (the webpage has a java applet, i don't know if th
Shortcut-Menu Key -
Does anyone know how to program the ShortCut-Menu key on that is next to the Right Ctrl key on the stard keyboard?
[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
How to make a shortcut to minimize a form -
How can one make a shortcut to minimize a form? Like in the menu editor you can specify a shortcut for each of the items in the menu. But how can you assign a shortcut to minimize your program?
Capture Click on ShortCut -
Can i know when the user clicked on a shortcut or an item on the windows menu?
I mean, as soon as the user click on a shortcut or an item, i have to capture(retrieve) the associate program to that shortcut or item menu.
Help With PDW!!! -
I need help with VB's Package and Deployment Wizard....
I created this project and compiled the executable. I needed to make a setup for it so I used the PDW. My problem is that when the user is to click the shortcut on the 'Start' menu, it's suppossed to run another executable be
My Documents Shortcut in My Computer -
After installing windows on this computer for the first time I noticed that there was not a shortcut to the My Documents folder in My Computer. I can still access it from the start menu, from a shortcut on the desktop or from manually browsing to it. But how do I get the shortcut back
Assigning menu shortcuts on runtime -
Is that possible?
As I have a few popupmenus that are using the same shortcut, but appears on different forms. I get an error when assigning the same shortcut in the Menu Editor. So the only way is to do it during run-time.
Thanks
Harddisk
adding ur shortcut to windows right-click menu -
hi guys,
I want a shortcut to my application in right-click popup menu on the desktop as long as user wants ie. he can create or delete whenever he/she wants.
Menu Strip Shortcut Keys -
Is it possible to make the shortcut keys that are assigned to menu strips be detectable when the program is not in focus? If so, how to do it?
Stop standard shortcut -
Hey,
I've got a RichTextBox control and added an Undo/Redo function to it, the one in this thread: http://www.vbforums.com/showthread.p...ichtextbox+rtb
I have the Undo menu-item (in the standard VB menu editor) call the Undo function.
When I manually click the Edit - Undo men
Can I set a menu shortcut key at runtime -
I have a tabbed form with tabs showing contact and address information respectively. There's a menu for each of the tabs which I enable/disable according to which tab is selected. The menus both contain all the same actions as each other.
Trouble is, when I come to assign shortcut
[3.0/LINQ] Right click (cut, copy, paste) menu on a rich text box. -
Hi. If you create a rich text box, the shortcut commands like copy (ctrl & c), paste and cut could be done with shortcut keys. However by default if you right click on a rich text box, nothing happens (although if you use the shortcut keys it works fine). is there any way of showin
Start Menu Shortcuts Help -
How do I change where a start menu item shortcut is directed during run time? I have an installation routine that installs an old excel file, I have my new combined installation routine search out where this old file is and replace it with the new file, but I don't know how to original
Shortcut keys Ctrl+Enter -
Does any one know how to assign the shortcut keystroke "Ctrl+Enter" to a menu item? For example, if you have MS Outlook, the shortcut keystroke Ctrl+Enter applies to sending an email message. I can only get the default shortcuts that VB gives you in the Menu Editor.
Kevi
Setup Aggravation -
I am slowly learning the .NET setup project, but one thing is still baffling me.
How do you get the setup to put an icon in the Programs menu?
I read the documentation about creating a shortcut to the project output, then copying the shortcut into the proper folder in the setup p
Items on the Start Menu -
3 questions:
1) How would I hide items on the start menu? like the Search, Settings, Shutdown and Logoff button's?
2) Is there a way to add a shortcut to the actual start menu, which is seperated by one of those etched line thingys? I have added the shortcut to the top by putting