programatically editing the MenuBar and ToolBar
Is it possible to edit, insert or delete the MenuBar Item created with Menu designer and ToolBar Item created with the VB ToolBar control programatically?
I just want to do it using code in the app. :WAVE:
[214 byte] By [
naikosen] at [2007-11-11 10:30:53]

# 1 Re: programatically editing the MenuBar and ToolBar
You can alter the visible property, the caption property, the enable property etc ...
gupex at 2007-11-11 17:22:33 >
