On 4/9/09 6:36 PM, Manoharan Durga wrote:
> How can we change the options in the menu bar that has been created
> using AppWizard? For example, I don't want the users to access the menu
> items 'command window', 'debug output window' and 'close window' options
> under the File menu.
Setting:
self.Application.ShowCommandWindowMenu = False
will keep "Command Window" and "Debug Output Window" from appearing.
Calling:
myForm.MenuBar.getMenu("File").remove("Close Window")
will remove the Close Window menu from the form's File menu.
Paul
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[email protected]