Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ShellExecute WaitForSingleObject IsRunning(GeorgeTasker)
Message
De
19/03/2004 14:03:32
 
 
À
19/03/2004 13:22:17
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00887963
Message ID:
00888009
Vues:
53
cAppKey = ""
cAppName = ""
nErrNum = oReg.GetAppPath(m.cExtn,@cAppKey,@cAppName)
......
......
......

*|-- FOR VFP 5.0
SET PATH TO "C:\VFP\samples\classes\registry.prg"
oReg = CREATEOBJECT("FileReg")
cAppKey = ""
cAppName = ""
m.cExtn = "PDF"
nErrNum = oReg.GetAppPath(m.cExtn,@cAppKey,@cAppName)

*|-- VFP 6.0
SET PATH TO "C:\Program Files\Microsoft Visual Studio\Common\Samples\VFP98Samples\classes\registry.prg"
oReg = CREATEOBJECT("FileReg")
cAppKey = ""
cAppName = ""
m.cExtn = "PDF"
nErrNum = oReg.GetAppPath(m.cExtn,@cAppKey,@cAppName)

And so on...
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform