PDA

View Full Version : Problem Menu DVD - Video AVI.



faustino
01-03-2007, 10:46 PM
I am making a menu DVD of a series animates and the videos estan in format avi.

I want that when giving click on the name of I capitulate; minimize the menu and the aparesca video, but after to have finished to the previous application (the video) the menu is recovered automatically.

and good I am doing this:

Application.Minimize();
File.Open("AutoPlay\\Videos\\capit.avi", "", SW_MAXIMIZE);
Application.Restore();

But it does not work because the menu is recovered automatically and it does not hope that finalize the previous application (the video):huh :huh

Thanks for the aid. ;)