CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2007
    Posts
    9

    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.....

  2. #2
    Join Date
    Nov 2003
    Posts
    2,185

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured