tags:

views:

30

answers:

1

I want to move some of the menus around (especially the right-click context menu items) in the VB6 IDE.

A: 

I just discovered this:

  • If you click from the VB6 IDE View>Toolbars>Customize

  • In the Toolbars tab check the Shortcut Menus It'll show you a floating "menu" called "shortcut menus". You can then browse through those menus and move things around.

Very cool. I promoted some of the more useful features (like "Definition") and (from MZ-Tools) "Procedure Callers" to be at the top of the "Code" Window menu (instead of Cut and Paste (which I just use the keyboard for anyway).

Clay Nichols
You can also use `Customize` to create your own keyboard shortcuts. http://www.angryhacker.com/blog/archive/2009/02/10/5-ways-to-be-a-more-efficient-developer-in-5.aspx
MarkJ
Wait, did you mean Toolbars>Customize?I dont' see how to create shortcuts (hotkeys) from there.
Clay Nichols