[Help]C# video
How would you get in C# a video to load then automatically play, then move on to something else? Thanks for the help.
Depends? Play a video how?
Popup windows media player or whatever other player and have that play it? Simply start that process and pass the video filename as an argument
Play a video in your window/form? You can either use Direct X (Requires DirectX SDK) or add reference to the Windows Media Player Active X Control and then embed that in your form.
All depends on what you want to do and what you want to use.