hnjhhhnjnh
Printable View
hnjhhhnjnh
Hi,
ummm.... I think this should work : -
Shell("c:\windows\system\regsvr32 <name of your ocx file>")
Try it out.
Shell() is a function used to run shelled commands from your program. regsvr32 is a windows command used to register/unregister .DLL or OCX files, if I'm not mistaken.
Please post coding specific question such as this in the general Q&A section, in the future.