How to Dll Register by vb command prompt

vikashpatel9811

Honorable
Mar 14, 2013
4
0
10,510
I Have 15 dll and i want to make exe for register a dll by vb 6.0 command prompt,because i donot want to use a manual regsvr32
 
Create a userform that the user uses to register the dll's. You still need to use the "regsvr32" reference in you code, though.

You could use a load option to list the dll's then the user selects which ones to register (or all of them).