Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
System menu
Message
 
À
15/07/1998 07:14:53
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00117506
Message ID:
00117522
Vues:
21
>When I made a user defined menu as system menu
>is it possible to have the toolbar on. If possible how?
>
>If possible then can I make it for selected controls like
>print,cut,paste etc.
>
>And is it possible to write code on the click event
>of that control?
>
>
>regards
>kulkarni

Kulkarni,

You can create a toolbar class with buttons in it to do what you want. For copy the Click of the button would be SYS(1500,"_med_copy","_medit"). The sys(1500) function is documented in the help file. You canuse sys(2013) to find out what the VFP system menu names are.

You would then need to CREATEOBJECT("Toolbar1","YourToolbarClass") to create the toolbar.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform