Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do tell what ones are used?
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00489933
Message ID:
00490292
Views:
7
Dynamically??? I don't there is a way.

One thing I do at the start of an app that uses DLL's and ActiveX controls is to use the registry class that ships with VFP and in turn, use the IsKey Method. It would be nice if you could interrogate the project directly for this stuff like you can in VB. Taking care of it manually however is not that big of a deal. You just have to remember to update your start-up routines when using a new ActiveX Control and/or DLL.

All that said, I suppose you could build something that could traverse your class libraries for ActiveX controls that are used. DLL's however would be a bit more difficult.

If you can keep track of things manually, that would be my suggestion...



>Is there a way I can tell what activex's and .dll's are being used in an application?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform