Dear sir,
we want to load .avi file which display 3D animation hand signs into a media player in c#.net.it should display in one media player.immediate response is required.
thank you so much.
with regards,
sachini
Dear sir,
we want to load .avi file which display 3D animation hand signs into a media player in c#.net.it should display in one media player.immediate response is required.
thank you so much.
with regards,
sachini
How to load .avi files into mediaplayer in c#.net?
GavH
If you goto codeproject.com, you can see many samples from other people.
For exmaple,
http://www.codeproject.com/cs/media/PrgmngDirectShowappsCS.asp df=100&forumid=222258&exp=0&select=1310801
The link above shows you how you do DirectShow programming with C# step by step.
OR, go to the link below.
http://www.codeproject.com/cs/media/directshownet.asp
the link also shows you how to make .avi player with C#.