I have a product that uses an old COM component which is an .ocx file. It was fine when I used InstallShield 2010 Express to build the product release.
You will have to use interop (both P/Invoke and COM) in order to do this. First, you will have to call the LoadTypeLib to get the ITypeLib interface for the ...
If you are just looking for a way to do it without InstallShield, then look at Windows Installer XML's Heat command line tool. This can harvest COM ...
> * The following code example demonstrates how to extract icons resources from an OCX,dll, or EXE file > *can be conserved as icons or converted to any image ...
The IconsExtract utility scans the files and folders on your computer, and extract the icons and cursors stored in EXE, DLL, OCX, CPL, and in other file types.
Some minor question, is it possible to : - Create one OCX file, including several OCX files ? - Extracte each OCX file (in view to recreate one OCX file from ...
If an OCX is registered you can extract bitmap from ToolBoxBitmap32 entry. If you need to know the bitmap from OCX file you can check VBHeader-> ...