Hi all,
I have situation in my project, where I need to use aximp.exe (ActiveX importer) to get the .ocx control (say flash) work on my windows form.This is easy when I am importing the activex control in design time to my windows form but my problem is I have to add any ocx control in runtime.For this problem I have to get AxInterop for the ocx control using the aximp.exe, my question is how I run aximp from my application in runtime in invisible mode.
Thanks

AcitveX Importer in C#