Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ShellExecute WaitForSingleObject IsRunning(GeorgeTasker)
Message
From
19/03/2004 14:03:32
 
 
To
19/03/2004 13:22:17
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00887963
Message ID:
00888009
Views:
51
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...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform