Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding Hacker's Guide Help to System Menu
Message
De
06/12/1999 12:59:19
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00299173
Message ID:
00299269
Vues:
17
Here's how to call it with ShellExecute:

*- Call Hackers Guide .Chm file-*
DECLARE INTEGER ShellExecute ;
IN SHELL32.Dll ;
INTEGER nWinHandle,;
STRING cOperation, ;
STRING cFileName, ;
STRING cParameters, ;
STRING cDirectory, ;
INTEGER nShowWindow

DECLARE INTEGER GetDesktopWindow IN "Win32Api"

LOCAL hDcScreen
hDcScreen = GetDeskTopWindow()

ShellExecute(hDcScreen, "Open", "p:\perrys stuff\vfpbooks\hackersguide\Hackfox.chm", ;
"",SYS(2023),1)




>I'm almost positive I've read within the last couple of months the way someone added Hacker's Guide Help to the system menu, but also retained VFP help. If so, I can't find it anywhere. In fact, I think it was mentioned as an after thought This is for developement time. I know how to add an item to the menu, I'm just having trouble executing the Hacker's .chm file from the menu. Can someone give me some help here.
>
>Thanks,

(On an infant's shirt): Already smarter than Bush
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform