Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP Menu and Menu Toolbar
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de menu & Menus
Divers
Thread ID:
00241831
Message ID:
00241921
Vues:
21
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform