ActiveX Registration
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, my MFC dialog based app uses a freeware activex I found on the net. To use it, the relative ocx file must be registered in the system. Is there a way to make the app do itself without the user having to run regsvr32 c:\..... ? i.e. to register at execution and unregister on close app? Thanks for the precious help. Marco.