[2005] FullScreen video with directx?
I have made a media player in vb.net using mci strings but i'm wnodering how can I put the video in fullscreen. I have already download and installed the directx 9 sdk. I'm basically trying to do like ho the wmp and winamp do with video double click and go into fullscreen and double click out of fullscreen.
Re: [2005] FullScreen video with directx?
You don't neet directX to play full screen.
Here is an example command to send that plays the vide full screen.
Code:
"Play [movieAlias] fullscreen"