CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2008
    Posts
    11

    MSComCtl2.Animation

    Hi there,
    I am using MSComCtl2.Animation control to show .avi files
    I am using CWnd::CreateControl to create the activex control.
    Everything works fine on 32 bit machine. But on my 64 box, control is not created "Class not registered"
    I want to know if "MSComCtl2.ocx" is supported on 64 box, and i couldn't find any info about it on msdn.
    And is there any other control (has to be activex) that i can use instead of MSComCtl2.Animation

    Thanks in advance...

  2. #2
    Join Date
    Dec 2008
    Posts
    114

    Re: MSComCtl2.Animation

    Just use directly C. Control apis

  3. #3
    Join Date
    Sep 2008
    Posts
    11

    Re: MSComCtl2.Animation

    Quote Originally Posted by carl666 View Post
    Just use directly C. Control apis
    Thats the problem, i cant directly use CWnd function. I need to have it as a activex control.
    I pass the activex class name to main program through there apis, and then internally use createcontrol. I need to have it as activex.

    Thanks...
    Anyone came across this before?

Tags for this Thread

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