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

Thread: Registering OCX

  1. #1
    Join Date
    Jun 2003
    Location
    Bangalore,INDIA
    Posts
    122

    Registering OCX

    I am using an ocx to display some name when try i to register it it will say Dllregistration succeeded.But when i open my workspace it will say ACtiveX Control cannot be instantiated.What could be the problem?Please can anybody help me.

    Thanks in advance.

  2. #2
    Join Date
    Apr 1999
    Posts
    3,585
    Does the .ocx use a license file? If so, you need access to it during design time.
    Gort...Klaatu, Barada Nikto!

  3. #3
    Join Date
    Jan 2003
    Location
    Viet Nam
    Posts
    80

    I have never meet this case
    I think you try to use this OCX in VisualBasic(6.0) then retry with VC++

    Skid Row never die

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