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:
00364508
Views:
33
This is fantastic :)! I do not know what UT would be without you!

>>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)

Previous
Next
Reply
Map
View

Click here to load this message in the networking platform