Hello all,
I have the following code which plays a video clip but when it is finished it does not release the form but instead leaves the last frame of the video. how do I get it to clear when playback ends so that I can see the orignal contents of the form it took over to play the video?
_video = new Video("video.wmv");
_video.Owner = frmVideoWindow;
_video.Play();