Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding a menu item to VFP Context menu
Message
De
11/11/2004 13:59:49
Jim Winter
Jim Winter Consulting
Hinesburg, Vermont, États-Unis
 
 
À
11/11/2004 13:50:17
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro Beta
Divers
Thread ID:
00960554
Message ID:
00960573
Vues:
9
Michael,

PMFJI, but you can add bars to the VFP menu. I put the following and similar code in my startup.prg to load all kinds of third party tools and resources.
* Load Hacker's Guide Help System.
DEFINE BAR 12 OF _msystem KEY Alt+F1 PROMPT "\<Hacker's Guide"
ON SELECTION BAR 12 OF _msystem RUN /n hh.exe C:\Hackfox7.chm
HTH,

>Bummer - Have you heard if there are any plans to expose the menu so you can add items - I am looking to add functionality to the "edit" context menu - If I understand the situation, I would either have to:
>1) find the source, and modify it,
>2) find the names for the app's (i.e. _beautify) which are used when selecting a menu item (and call the existing code from my "new menu")
>3) or reconstruct the code from scratch and call my "new code" from my "new menu"
>
>Is the code in VFPSource? Is there a list of app's for doing things like "Add Task list Shortcut","Toggle Bookmark", ... etc?
>
>Michael
Jim
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform