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

    Writing an video player using active movie

    Can anybody refer me to an example using activemovie in C++?
    I want to build a video player using active movie? is it possible? How can i do it?


  2. #2
    Join Date
    May 1999
    Location
    Republic of Korea
    Posts
    74

    Re: Writing an video player using active movie

    0. Create dialog based application from AppWizard.
    1. From Visual Studio, select the menu Project/Add To Project/Components and Controls.
    2. From "Registered ActiveX Controls" folder, select "ActiveMovieControl Object".
    3. Then Visual C++ will make a wrapper class for you and an ActiveMovie icon will appear
    on your dialog box editing tool pallette.
    4. Add active movie to your dialog box, and link it to the wrapper class at the "Member Variables" section
    of Class Wizard.
    5. Now you are ready. You can use the member functions of the wrapper class for doing something.



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