Regarding frames in .net...
HI,
I have one main opening frame in my .NET project....and in that i have a button add item...which opens another frame.....i kept a video in that add item....but the problem is that when ever iam running the project the video which is in the add item frame is running internally ( i could hear the sound) ......when i took of the auto start option it is not playing until i click play......but i want that video to play only when i open that frame (by clicking add item ) and the video to stop when i close that frame..........can any one please help me.....
Re: Regarding frames in .net...
The frames you are talking about, aren't these Forms?
You can use the Form_Load event to start the video to play when the form is loaded.