V vikashpatel9811 Honorable Mar 14, 2013 4 0 10,510 0 Mar 14, 2013 #1 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
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
TenPc Honorable Jul 11, 2012 30 0 10,580 0 Mar 16, 2013 #2 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).
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).