|
-
Nov 15th, 1999, 01:19 PM
#1
Thread Starter
Hyperactive Member
Hi Guys,
My Active movie control was not working so i replaced it from an another system in which it was working.. When i try to add the copied fiel from the project->components, it says
"amovie.ocx is not registered as an activex component".
What should i do now? Any help with codes and command?
Thanx in adv.
Venkat
-
Nov 15th, 1999, 01:46 PM
#2
Addicted Member
Hi venkatraman_r,
You have to un-register the old ocx and register the new one.
To un-register (in dos environment)
regsvr32 /u amovie.ocx
To register (in dos environment)
regsvr32 amovie.ocx
but let's say your amovie.ocx is in c:\windows\system, then you have to do
regsvr32 /u c:\windows\system\amovie.ocx
regsvr32 c:\windows\system\amovie.ocx
Does it help ?
Regards
-
Nov 15th, 1999, 02:07 PM
#3
Thread Starter
Hyperactive Member
Hi,
Thanx for the help, but i am unable to make it...Windows gives some error saying that it could not run the regsvr32 file. Thanx anyway.. any other suggestion??
Venkat
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|