Ok, I've been investigating the whole web for that one and couldn't find a simple answer.
What I want to do is play a simple AVI file in a dialog to illustrate some actions pending while the user waits. The exact same way as when you copy files from a folder to another in your explorer.
Now, it seems that there is no easy way to do so in .Net 2.0. From the samples I've seen, I need to use interop to use the ActiveControl found in the Microsoft Common Controls 6.
Not to mention that I need this video to support transparency.
Does anyone has a better solution than this?
Thanks,