Adding Custom Menu Items

  • Thread starter Thread starter mookashi
  • Start date Start date
M

mookashi

hi,
i want to know how do i add my own custom menu items to the Menu Bar i
the Explorer window.
also i want to enable and disable certain items from that.
for example in the File->New-> menu i want to add my own custom items

how do i do that? is there any code listing example for this
 
The ItemsCB COM addin sample on the Resources page at www.microeye.com
(VB6) shows how to add buttons in Explorers. Disabling built-in
buttons is done by getting the button as an object and setting its
Visible and Enabled properties to False.
 
Back
Top