Hello I have ActiveX DLL and I usually register it using following procedure
1. gactutil -i ActiveXDLL
2. regasm ActiveXDLL /tlb:DLLNAME/codebase
3. then using the activeX
can I automate step 1 and 2 inside ActiveX itself
1. gactutil -i ActiveXDLL
2. regasm ActiveXDLL /tlb:DLLNAME/codebase
3. then using the activeX
can I automate step 1 and 2 inside ActiveX itself
Comment