|
-
April 20th, 1999, 12:25 AM
#1
Is it true way of CAnimateCtrl AVI-clip changing?
Hi!
Am I correct when changing AVI-clip of a CAnimateCtrl this way? Help me please.
CAnimateCtrl m_AnimateCtrl;
The AVI changing procedure:
m_AnimateCtrl.Stop();
m_AnimateCtrl.Close();
m_AnimateCtrl.Open(New_AVI_resource_ID);
if (::IsWindow(m_AnimateCtrl))
{
m_AnimateCtrl.Play(0,-1,nRep);
}
What’s wrong?
Could anybody help?
Great thanks.
Vlad.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|