Click here to Skip to main content
16,004,927 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: SDI/MDI interface Pin
Cedric Moonen21-Oct-05 2:02
Cedric Moonen21-Oct-05 2:02 
AnswerRe: SDI/MDI interface Pin
The NULL Developer21-Oct-05 2:04
professionalThe NULL Developer21-Oct-05 2:04 
QuestionProblem in ReadFile() Pin
Anonymous21-Oct-05 1:21
Anonymous21-Oct-05 1:21 
AnswerRe: Problem in ReadFile() Pin
ThatsAlok21-Oct-05 1:33
ThatsAlok21-Oct-05 1:33 
AnswerRe: Problem in ReadFile() Pin
prasad_som21-Oct-05 3:02
prasad_som21-Oct-05 3:02 
GeneralRe: Problem in ReadFile() Pin
David Crow21-Oct-05 3:06
David Crow21-Oct-05 3:06 
GeneralRe: Problem in ReadFile() Pin
prasad_som21-Oct-05 3:10
prasad_som21-Oct-05 3:10 
QuestionPlaying *.avi files[modified] Pin
ddmcr21-Oct-05 1:07
ddmcr21-Oct-05 1:07 
Hello guys,
I have a MFC dialog based application , where I want to play *.avi files.
Suppose I have a button "Load video" and after clicking it and choosing the specified *.avi file , I want to be able to play(pause,stop) the video in my dialog.

Any suggestions on how to do it?

PS. I had problems with CAnimateCtrl , When I tried to Open the file :
if(!m_animate.Open("c:\\file.avi"))
   MessageBox("Could not open video");

I got the latter MessageBox. Though file.avi existed on C: disk.



"Success is the ability to go from one failure to another with no loss of enthusiasm." - W.Churchill



-- modified at 7:44 Friday 21st October, 2005
GeneralRe: Playing *.avi files[modified] Pin
prasad_som21-Oct-05 1:54
prasad_som21-Oct-05 1:54 
GeneralRe: Playing *.avi files[modified] Pin
ddmcr21-Oct-05 2:05
ddmcr21-Oct-05 2:05 
AnswerRe: Playing *.avi files[modified] Pin
The NULL Developer21-Oct-05 2:14
professionalThe NULL Developer21-Oct-05 2:14 
GeneralRe: Playing *.avi files[modified] Pin
ddmcr21-Oct-05 2:19
ddmcr21-Oct-05 2:19 
GeneralRe: Playing *.avi files[modified] Pin
The NULL Developer21-Oct-05 2:41
professionalThe NULL Developer21-Oct-05 2:41 
GeneralRe: Playing *.avi files[modified] Pin
ddmcr21-Oct-05 2:57
ddmcr21-Oct-05 2:57 
GeneralRe: Playing *.avi files[modified] Pin
David Crow21-Oct-05 4:45
David Crow21-Oct-05 4:45 
QuestionRe: Playing *.avi files[modified] Pin
David Crow21-Oct-05 3:26
David Crow21-Oct-05 3:26 
GeneralRe: Playing *.avi files[modified] Pin
ddmcr21-Oct-05 3:36
ddmcr21-Oct-05 3:36 
GeneralRe: Playing *.avi files[modified] Pin
David Crow21-Oct-05 3:48
David Crow21-Oct-05 3:48 
GeneralRe: Playing *.avi files[modified] Pin
ddmcr21-Oct-05 3:55
ddmcr21-Oct-05 3:55 
Questionregarding the listcontrol Pin
FarPointer21-Oct-05 0:46
FarPointer21-Oct-05 0:46 
AnswerRe: regarding the listcontrol Pin
ThatsAlok21-Oct-05 1:11
ThatsAlok21-Oct-05 1:11 
QuestionHow to test my source code Pin
aloktambi21-Oct-05 0:21
aloktambi21-Oct-05 0:21 
AnswerRe: How to test my source code Pin
toxcct21-Oct-05 0:51
toxcct21-Oct-05 0:51 
GeneralRe: How to test my source code Pin
Anonymous21-Oct-05 22:55
Anonymous21-Oct-05 22:55 
Questionhow to stop unfinished function?? Pin
cell5120-Oct-05 21:54
cell5120-Oct-05 21:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.