Import ActiveX.dll using AxImp.exe Windows Form ActiveX Control Importer for more details follow the link below:
(https://docs.microsoft.com/en-us/dotnet/framework/tools/aximp-exe-windows-forms-activex-control-importer)
Note: AxImp has both platform versions - x64 and x86, so if x64 is installed then please use x64 version of AxImp. This AxImp.exe is supplied with Windows SDKs.Run AxImp Visual Studio Command-line to import ActiveX.dll in <installation path>\BIN folder. Copy ActiveX to any folder.
i.e. switch command-line to this folder, where the ActiveX.dll is copied D:<Any Folder>>"C:\Program Files (x86)\Microsoft SDKs\Windows\v8.1A\bin\NETFX 4.5.1 Tools\x64\AxImp.exe" "ActiveX.dll"
Generated Assembly: D:\PCAD_AX_X.dll
Generated Assembly: D:\AxPCAD_AX_X.dll
Add these 2 generated assemblies as reference and other required references depends upon API usage.
Add AxPCAD_AX_X.AxFxAxGLWidget ActiveX to any Form Control (see MainForm.InitializeComponent() of Sample) to your project and build project.Copy platforms folder from <installation path>\BIN folder into the project output path.
Run output EXE, which contains FxAxGLWidget ActiveX control.
General
Content
Integrations