
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