CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    May 2010
    Posts
    13

    Resolved OCX Self-Registeration on Client side

    I have created a cab file that have inf,ocx and dll file.i want to register ocx file on client system by this is not registering.tell me how the ocx will be self register on client system.

  2. #2
    Join Date
    Sep 2004
    Location
    Holland (land of the dope)
    Posts
    4,123

    Re: OCX Self-Registeration on Client side

    OCX files don't register themselves. You can use regsvr32.exe to register them. You can also put all your files in a installer, so the installer will register the file after installation.

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

Featured