Animation control
-
whats m_ani?_**
**_
whitesky
m_ani is member variable of animation control of type CAnimateCtrl Ashish Dogra MCA Noida
-
m_ani is member variable of animation control of type CAnimateCtrl Ashish Dogra MCA Noida
-
this code does not help me as i want to know only that how avi file is loaded see my previous post thanks Ashish Dogra MCA Noida
-
this code does not help me as i want to know only that how avi file is loaded see my previous post thanks Ashish Dogra MCA Noida
What your problem msdn example is good use
open with filename
for open an avi file andplay(0 for begin frame,-1==last frame,-1==replay)
for play_**
**_
whitesky
-
What your problem msdn example is good use
open with filename
for open an avi file andplay(0 for begin frame,-1==last frame,-1==replay)
for play_**
**_
whitesky
sir yhaknks for your reply but i try this one and no clip is shown on anmated control Ashish Dogra MCA Noida
-
sir yhaknks for your reply but i try this one and no clip is shown on anmated control Ashish Dogra MCA Noida
Are you sure your file is avi_**
**_
whitesky
-
Are you sure your file is avi_**
**_
whitesky
yes sir as i search them as .avi and then i use one of the name in my code Ashish Dogra MCA Noida
-
yes sir as i search them as .avi and then i use one of the name in my code Ashish Dogra MCA Noida
I dont know your code but i tested this code for you and it worked test this code
CAnimateCtrl m_Ctrl;
m_Ctrl.Create(WS_CHILD|WS_VISIBLE,CRect(0,0,100,100),this,1); m_Ctrl.Open("C:\\WINDOWS\\clock.avi"); m_Ctrl.Play(0,-1,-1);
_**
**_
whitesky
-
I dont know your code but i tested this code for you and it worked test this code
CAnimateCtrl m_Ctrl;
m_Ctrl.Create(WS_CHILD|WS_VISIBLE,CRect(0,0,100,100),this,1); m_Ctrl.Open("C:\\WINDOWS\\clock.avi"); m_Ctrl.Play(0,-1,-1);
_**
**_
whitesky
thanks sir it works thanks a lot but sir can we resize this Ashish Dogra MCA Noida
-
thanks sir it works thanks a lot but sir can we resize this Ashish Dogra MCA Noida
You can use form
MoveWindow
with new size_**
**_
whitesky