Dear Gang,
How do I check whether an ".ocx/.dll/.exe" file is registered or not. And if it is not registered then how do i register it programmetically.
Regards,
Ashish
Printable View
Dear Gang,
How do I check whether an ".ocx/.dll/.exe" file is registered or not. And if it is not registered then how do i register it programmetically.
Regards,
Ashish
to programmatically register an OCX or DLL you can use the DLLSelfRegister-API in VB6stkit.dll;
to register an EXE, execute the EXE passing a commandline switch /REGSERVER.