playing a dvd using C#
- by user203212
Hi,
I have a dvd copied in my hard drive. It has a folder called video_ts. I am planning to run VLC player to play it.
i was wondering how can I play this dvd using c#. I do not want to use a activex control inside c#. All I need to do is run the vlc.exe using process. I have already done that. But how do I select a specific file from the code that…