How edo i load a video into a form?:eek:
Printable View
How edo i load a video into a form?:eek:
What language are you using?
If it's a WinForm application, then you could just use a MediaPlayer control if you don't mind the panel controls as well. If you don't want those then you'll need either a 3rd party control or pipe it directly with DirectX's DirectMedia but if you're not already working in the DirectX API then it's a bit of a task to set up.