Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What is the best way to know if IE is install?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00364487
Message ID:
00364503
Views:
30
>Ok ! but How do I check the Key from VFP?

The following uses the REGISTRY.VCX class from the FFC
#DEFINE #DEFINE HKEY_LOCAL_MACHINE -2147483646
SET CLASSLIB TO REGISTRY.VCX
oReg = CREATEOBJECT('Registry')
lckey = "Software\Microsoft\Internet Explorer"
? oReg.IsKey(lckey, HKEY_LOCAL_MACHINE)

George

Ubi caritas et amor, deus ibi est
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform