Can I make a toolbar (including menu with each item) in my VEE program?
Can I make a toolbar (including menu with each item) in my VEE program?
VEE does not provide tools for creating toolbars in VEE programs, although you can create new menu items in the development environment. However, there is a Toolbox ActiveX Control from Microsoft included in Windows. It will probably meet your needs. You will need VEE Pro 6.0 or later for this, and you will need to spend some time to learn how ActiveX Controls work in VEE and how the Microsoft Toolbar ActiveX Control itself works.In VEE, go to the Device menu and select "ActiveX Control References". In the list, find "Microsoft Windows Common Controls", and select the latest version if there's more than one. Now return to the Device menu > ActiveX Controls, and select Toolbar from the hierarchic menu and drop it on VEE's workspace.To learn more about how VEE works with ActiveX Controls, select the Toolbar Control you just dropped into your VEE workspace, and press F1 to see a help page.