Click to See Complete Forum and Search --> : ActiveX Component
mecca
Jan 27th, 2000, 02:19 AM
When I run my application after it's been installed I get error "ActiveX Component can't create object"....any suggestions? Does it need to be registered? And how do I register it? Any suggestions? Thanks.
mcleran
Jan 27th, 2000, 08:49 PM
If your app needs an ActiveX component, then you must register the component on each user's machine. The P&D wizard should have done this for you. If not, you can use the regsvr32 utility.
To register an ActiveX DLL:
regsvr32 "path to DLL\MyDLL.dll"
To register an ActiveX Exe:
path to exe\MyExe.exe /regserver
mecca
Jan 27th, 2000, 09:45 PM
Where can I get the utility?
mecca
Jan 27th, 2000, 09:50 PM
I found it in the System directory. Okay, I know I need to run from command line to register the DLL, but I don't know which DLL is needed for this activex component?? Any suggestions?
Thanks,
Dave
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.