
ActiveX DLL, ActiveX EXE & ActiveX OCX version
Hello
Has anyone written a class or module that wraps API calls to get version
information from an ActiveX DLL, ActiveX EXE and ActiveX OCX??
I need to include the versions of the support files in my application's
about box and cannot hardcode the versions because when the supporting files
are updated the about box will not refelect the correct versions.
I have come across the DllGetVersion shell function and the GetProcAddress
API but am not certian if these can be used or how to use them to obtain
version info for VB ActiveX projects (DLL, EXE and OCX).
Any help will be greatly appreciated
Edmund