I have created a dialogbased application, where I in the maindialog have
create some buttons, such as Play, stop, pause, options and openfile. When
clicking the optionsfile another modal dialog is shown with some radio
buttons where I can set the options of my program. The program is going to
be a demonstrationprogram on how u can play video (mpeg) files on computer
using different techniques:

1 By using the MediaPlayer
2 By using DirectShow
3 By using DirectDraw
4 MCI controlled.

I´m done with MediaPlayer, it wasn´t hard. But now I want to be able to play
it using Direct Show. What do I need to do? What kind of interfaces do I
need to include? I´ve looked at the MFCPlay example in DirectX Media SDK,
but that is doc/view based and I don´t understand How I can implement that
in my Dialogbased application.

Any help in this matter would be greatly appreciated. Maybe som short
examples in code.

/Frederik