Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I want to check my controls
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00198528
Message ID:
00198538
Views:
20
>I want to have my application check to make sure the active-x controls it uses are installed and the correct version.
>
>Any Ideas?
>
>Thanks,
>
>Scott VandenElzen

Scott, the OCXs each have a version number associated with them. You can retrieve this by using GetFileVersion() with foxtools in 5.0, or AGETFILEVERSION() in 6.0. In both cases, the version number will be stored in the 4th array element. In 5.0 dimension to array to at least 12 elements. In 6.0, 15 elements are returned.
George

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

Click here to load this message in the networking platform