On Sun, Aug 2, 2009 at 8:47 AM, Manoharan Durga<[email protected]> wrote:
> How do we hide the standard menu containing the options of 'File', > 'Edit', 'View', 'Help' and show only the contents in the cdxml file? You can just specify that with a form property: ShowMenuBar = False A nice place to check for properties is the API, which you can download or browse online at http://paul.dabodev.com/doc/api/ If you want to manipulate the menu, there are a lot of goodies at: http://paul.dabodev.com/doc/api/dabodoc/dabo.ui.uiwx.dMenuBar.dMenuBar.html HTH, Miguel _______________________________________________ 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]
