Results 1 to 3 of 3

Thread: OCX Registraion - Urgent

  1. #1

    Thread Starter
    Hyperactive Member venkatraman_r's Avatar
    Join Date
    Jul 1999
    Location
    Chennai, INDIA
    Posts
    284

    Post

    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

  2. #2
    Addicted Member
    Join Date
    Sep 1999
    Posts
    229

    Post


    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

  3. #3

    Thread Starter
    Hyperactive Member venkatraman_r's Avatar
    Join Date
    Jul 1999
    Location
    Chennai, INDIA
    Posts
    284

    Post

    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
  •  



Click Here to Expand Forum to Full Width