can anyone help me in running the video file in C#.
If u have any links which descrips regarding "video streams and C# " tell me please.
thanks and regards,
Singam
can anyone help me in running the video file in C#.
If u have any links which descrips regarding "video streams and C# " tell me please.
thanks and regards,
Singam
playing video file in c#
Freddie Sia
muratseenr
Hi,
Follow these steps...
Goto toolbox.
Righ click and select the choose item.
Dialouge will apear goto com components tab.
There will be windows media player at near end of list select it.
now windows media player control is added in the toolbox drag it to form.
Set its URL property to the file location you want to play e.g. C:\demo.mp3 etc
Hope this help