Description
Description-Separate-1This example shows you how to add Custom menu with icon.ico in VBScript.
Description-Separate-2How to Use
How-Separate-1
- How to add custom menu :
- Open the Script tab of the DIAdem.
- Run the script, Add_Custom_Menu.VBS in attached file.
- A custom menu is created with the Car_icon.ico file icon and stored in the DIAdem setup file Desktop.DDD. This menu will persist when running DIAdem.
- The VBS file connected to the custom menu is Load_DIAdem_dialog.VBS. This VBS is the Dialog box that loads the Data portal data.
- How to delete custom menu :
- Open the Script tab of the DIAdem.
- Run the script, Remove_Custom_Menu.VBS in attached file.
- The custom menu is deleted. And, the changed configuration is saved as desktop.DDD.
The custom menu created is as follows:

How-Separate-2