Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to verify if an OLE control is installed...
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00817873
Message ID:
00817905
Views:
37
This message has been marked as a message which has helped to the initial question of the thread.
>I need the know if the Microsoft Animation Control is install.
>My VFP 6.0 is use a .AVI and I need that control to display my form.
>
>Any one have that code to verify if the ActiveX is install?

You can use code from Re: Is Word/Excel installed Message #566432 but you'll have to modify one line.
IF .OpenKey("CLSID\" + aClassIDValues[1,2] + "\LocalServer32") = 0
* to
IF .OpenKey("CLSID\" + aClassIDValues[1,2] + "\InprocServer32") = 0
...
? checkactivex("mscomctl2.animation")
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform