Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP Menu and Menu Toolbar
Message
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Miscellaneous
Thread ID:
00241831
Message ID:
00241921
Views:
15
Yup. Just create a toolbar class in one of the VCXs, add in the appropriate buttons, create the object in the startup of your app.

Here is an example from my code:
* create the tool bar
set classlib to ssapp.vcx additive
sstool = createobject("sstbr")
sstool.show
>First, thanks for the reply. What I mean is that I have a request for a toolbar to be running with the main menu items. For Example if my main VFP menu has something like Admin, Maintenance, Reports, Import, Security, Collections for the top level menu choices, can I have a toolbar directly below that has icons representing the same top level choices? I hope this helps clarify what I'm asking for.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform