Hi,
I am currently using this code to register ocx's that come with my program, whenever my program loads:
How do I still make the ocx's register even though the file REGSVR32 is not located through the file path "C:\WINDOWS\SYSTEM"?VB Code:
FileCopy App.Path & "\MSWINSCK.OCX", "C:\WINDOWS\SYSTEM\REGSVR32" FileCopy App.Path & "\COMDLG32.OCX", "C:\WINDOWS\SYSTEM\REGSVR32" FileCopy App.Path & "\MSCOMCTL.OCX", "C:\WINDOWS\SYSTEM\REGSVR32"
