L _Lars_ Apr 17, 2004 #1 Any suggstions on how to play a quicktime movie (i.e .mov) within a c-sharp application? Thank you for the advice.
Any suggstions on how to play a quicktime movie (i.e .mov) within a c-sharp application? Thank you for the advice.
W William Ryan eMVP Apr 17, 2004 #2 If QUicktime is installed you can just use the process class to start the player passing in the filename as a startup param.
If QUicktime is installed you can just use the process class to start the player passing in the filename as a startup param.
L _Lars_ Apr 24, 2004 #3 Thanks. That will do for now. (Although I haven't yet figured out how to use a process class). Anyone have suggestions?
Thanks. That will do for now. (Although I haven't yet figured out how to use a process class). Anyone have suggestions?
J Joe Mayo [C# MVP] Apr 25, 2004 #4 _Lars_ said: Thanks. That will do for now. (Although I haven't yet figured out how to use a process class). Anyone have suggestions? Click to expand... Hi Lars, Try this: http://www.csharp-station.com/HowTo/ProcessStart.aspx Joe
_Lars_ said: Thanks. That will do for now. (Although I haven't yet figured out how to use a process class). Anyone have suggestions? Click to expand... Hi Lars, Try this: http://www.csharp-station.com/HowTo/ProcessStart.aspx Joe