CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2000
    Location
    Ottawa, Ontario
    Posts
    356

    Cannot load a control

    I am having a problem putting a OCX in my project. The OCX is registered and if I load the ActiveX test container I can see/use the control but when I goto add the control to my componants list in VB I get "Cannot Load C:\WINNT\System32\tcdrefq.ocx"

    This OCX is actully for a web page but I am trying to get onto a form, is this possible?

    JEan-Guy


  2. #2
    Join Date
    Jun 2001
    Location
    Memphis, TN
    Posts
    146

    Re: Cannot load a control

    Do you still have the project open that created the control? Make sure you don't still have the design window open for that control. That's the only thing I've ever seen that could cause that type of issue.


  3. #3
    Join Date
    Sep 2000
    Location
    Ottawa, Ontario
    Posts
    356

    Re: Cannot load a control

    Not that, I didn't write the control, and to be sure I rebooted and still the same thing.

    Jean-Guy


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