Click here to Skip to main content
15,886,788 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
if we are exploring the drives and we want to open up a video file in a new window..

what can be the efficient approach ?
Need code..?
Posted
Updated 10-Jun-10 21:44pm
v3
Comments
Sandeep Mewara 10-Jun-10 11:27am    
Please update your question. You are posting it in a Professional world. Not doing an sms to one of your friends. No text speak please. (like: v, r, d, wnt, 2.... ).. amazing single line but lots of them!
TheyCallMeMrJames 10-Jun-10 14:57pm    
I wish there was an upvote for that one, Sandeep. ;o)

For that you need to use libvlc.dll in your c# application and code according to this[^] guideline to play video.

There is also one control provided by VideoLAN named VLanControl[^] to use in c# application to play video using vlc.



HTH
 
Share this answer
 
Greetings,

Try this, a source code example, better than thousands of words, it works for me...

http://www.megaupload.com/?d=WF9E7EII[]

Best regards.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900