ocx files
Can I use RegDLL to register OCX files? it doesn't look that way so I'm using regsvr32 at the command line
any suggestions?
-Andy
Archive: ocx files
ocx files
Can I use RegDLL to register OCX files? it doesn't look that way so I'm using regsvr32 at the command line
any suggestions?
-Andy
try this
SetOutPath "$SYSDIR" ; or other folder
File "path to source file\source_file"
RegDLL "$SYSDIR\source_file.OCX"
thanks, I'm going to give that a shot first