ActiveX - Menu Enabling


You may need to restrict the commands that users can access in your program.


Daisy has several properties that restrict the use of the menus in the program, when controlled using ActiveX :-

The code snippet shows how to disable both and call Daisy.

  Set Daisy = New DaisyLite2003
  Daisy.MenuEnabled = False
  Daisy.MenuRightClickEnabled = False
  ...

Note that if you setup Daisy in this way, all loading of databases and drawing of charts must be performed using Load... and Menu... methods.


Shown is Daisy Lite 2001 working without menus and a reduced toolbar.

No Menus


ActiveX   Daisy   Index