Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
HTML Help with VFP 5
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00752838
Message ID:
00752850
Vues:
13
>Would you an example of a shellexec command to call html help application. I'm not too familiar with shellexec.

DECLARE INTEGER ShellExecute ;
IN SHELL32.DLL ;
INTEGER nWinHandle,;
STRING cOperation,;
STRING cFileName,;
STRING cParameters,;
STRING cDirectory,;
INTEGER nShowWindow

ShellExecute(0,"open","C:\WINNT\Help\INET98.CHM","","",1)

or

DECLARE INTEGER WinExec IN win32api AS custrun ;
STRING command, INTEGER param

=custrun("C:\WINNT\Help\INET98.CHM",1)


clear dlls
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform