AVI File in AboutBox. How to? 
Author Message
 AVI File in AboutBox. How to?

AVI File in AboutBox. How to?

Hi,

I want to show a ltillte AVI FIle (maybe 16 Frames big)
in my aboutbox in a endless loop.

In MSVC++
 I did it as followed:

im header file:
 CAnimateCtrl m_AtgMov;
im cpp:

    m_AtgMov.Close();
 m_AtgMov.Open(IDR_ATGMOV);
 m_AtgMov.Play((UINT)0,(UINT)-1,(UINT)-1);

I might transfer the AVI to animated GIF if its possible to show a animated
gif

Thanks Michael



Mon, 28 Mar 2005 14:41:13 GMT  
 AVI File in AboutBox. How to?
Hello Michael,

You can still use the Microsoft Animation control in C#. You can add it to
your form by the steps below:

1.      Right click the Toolbox and select Customize Toolbox
2.      Select the COM Component tab
3.      Check the box before the Microsoft Animation control
4.      Click the OK button

And then, you can drag the Animation control to your form and manipulate
it.

I hope this information is helpful.

Best regards,

Lion Shi [MS]
MCSE, MCSD
Microsoft Support Engineer

This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use.  2001 Microsoft Corporation. All rights
reserved.
--------------------


    Subject: AVI File in AboutBox. How to?
    Date: Thu, 10 Oct 2002 08:41:13 +0200
    Lines: 32
    Organization: ?
    X-Priority: 3
    X-MSMail-Priority: Normal
    X-Newsreader: Microsoft Outlook Express 6.00.2600.0000
    X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000

    Newsgroups: microsoft.public.dotnet.languages.csharp
    NNTP-Posting-Host: 217.6.136.210
    Path: cpmsftngxa06!tkmsftngp01!tkmsftngp09
    Xref: cpmsftngxa06 microsoft.public.dotnet.languages.csharp:98864
    X-Tomcat-NG: microsoft.public.dotnet.languages.csharp

    AVI File in AboutBox. How to?

    Hi,

    I want to show a ltillte AVI FIle (maybe 16 Frames big)
    in my aboutbox in a endless loop.

    In MSVC++
     I did it as followed:

    im header file:
     CAnimateCtrl m_AtgMov;
    im cpp:

        m_AtgMov.Close();
     m_AtgMov.Open(IDR_ATGMOV);
     m_AtgMov.Play((UINT)0,(UINT)-1,(UINT)-1);

    I might transfer the AVI to animated GIF if its possible to show a
animated
    gif

    Thanks Michael



Fri, 01 Apr 2005 21:52:52 GMT  
 AVI File in AboutBox. How to?


Wed, 18 Jun 1902 08:00:00 GMT  
 AVI File in AboutBox. How to?
Thanks

Regards

Michael Brockhoff



Sat, 02 Apr 2005 18:49:27 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. avi: which tool can be used to create AVI file

2. File replication and displaying avi file

3. input file is an .avi file

4. File replication and displaying avi file

5. inserting an avi file into the resource file

6. File replication and displaying avi file

7. howto: include AVI file into *.exe file

8. howto: include AVI file into *.exe file

9. DISPLAYING THE ABOUTBOX

10. hot links in aboutbox

11. Web link in AboutBox

12. insert Aboutbox

 

 
Powered by phpBB® Forum Software