Results 1 to 4 of 4

Thread: How to register ocx files in Windows XP

  1. #1
    Join Date
    Jan 2009
    Posts
    180

    How to register ocx files in Windows XP

    I have a problem with my Windows XP based computer. I need to register some ocx files, that i have created for active x from VB. How do i register the ocx files with Windows XP? Please help!

  2. #2
    Join Date
    Apr 2008
    Posts
    4,642

    Re: How to register ocx files in Windows XP

    If you wan't yo use the ocx Active X files in VB application, will will have to register in VB iyself and not from outside... There is an option in components to register the ocx files. Try doing that way, may be that will help you solve the problem...

  3. #3
    Join Date
    Jan 2009
    Posts
    180

    Re: How to register ocx files in Windows XP

    That was a very quick reply... Thanks for it, but now i am not developing any software else i would have posted it in Software Development. Its just that i needed an custom active x ocx file for one of my software, so i just created it and now i need to register it in windows environment... So i know it is done with some command, can anyone help me with that command? Thanks!

  4. #4
    Join Date
    May 2008
    Posts
    4,831

    Re: How to register ocx files in Windows XP

    Yes, you are right, you will need to use the regsvr32 command to register those files in windows environment. Use this syntax :
    Code:
     regsvr32 <Path of .ocx file>

Similar Threads

  1. How to register ocx file in windows 7
    By Sydney_7 in forum Operating Systems
    Replies: 5
    Last Post: 29-09-2011, 02:35 AM
  2. Replies: 5
    Last Post: 08-06-2011, 10:48 AM
  3. Cannot Manually register .dll or .ocx files
    By Scott in forum Windows XP Support
    Replies: 7
    Last Post: 09-12-2010, 03:50 AM
  4. How to permit the domain user to register dll & ocx files
    By Shanthi in forum Windows Security
    Replies: 2
    Last Post: 24-04-2007, 08:18 PM
  5. ocx files fail to register when installing an application
    By dave@at in forum Windows XP Support
    Replies: 2
    Last Post: 10-05-2005, 12:18 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,630,214.50647 seconds with 17 queries