Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding a menu item to VFP Context menu
Message
From
11/11/2004 13:59:49
 
 
To
11/11/2004 13:50:17
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro Beta
Miscellaneous
Thread ID:
00960554
Message ID:
00960573
Views:
10
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform