I don't think you can do it "visually". You'll have to do it through code, something like Mazdak says. -Sheppe
S
sheppe
@sheppe
Posts
-
DataGrid`s datasource -
AVI-PlayAn alternative method is to use the DirectShow runtime DLL: Quartz.dll. It's been a long time since I used it, but basically you add a reference to it in your project (it's in the System32 directory) and .NET will create the neccessary interop assemblies (I believe the reference will display as QuartzTypeLib in the Project Explorer). Following that you will have access to the necessary methods of DirectShow to playback audio and video files. Note that this method is a lot more complex than just using the Media Player control, but it will also be a lot more configurable for you. There is too much code to post as an example to make this work for you, but I'm sure there are a lot of samples online that you can use. HTH -Sheppe Pharis, MCSD