Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding Hacker's Guide to Menu
Message
 
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Miscellaneous
Thread ID:
00578508
Message ID:
00578511
Views:
11
>Hi all. I know that I've read this before (and even tried implementing it once and managed to mess up my system instead), but...how do I go about adding an item to the main VFP menu that would open up the Hacker's Guide? I don't have a great preference as to whether to put it under the Help or as an item on its own.
>
DEFINE BAR 10 OF _msystem KEY Alt+F1 PROMPT "\-"
DEFINE BAR 11 OF _msystem KEY Alt+F1 PROMPT "Hacker's Guide"
ON SELECTION BAR 11 OF _msystem ;
 	RUN /n hh.exe H:\HZW\Hackers Guide\HackFox.chm
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform