Exit Button

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • john piper

    Exit Button

    I want to place a button on a form.
    what I want is to have it as an exit button, however when a user clicks on
    the button I want to play a video file (full Screen) then when the video is
    complete, I want the player to close, then the form to close.

    I am new and learning little by little,
    thanks in advance for your help


  • Robinson

    #2
    Re: Exit Button


    "john piper" <john@piper.com wrote in message
    news:EDJeh.1017 6$7T5.538@torna do.tampabay.rr. com...
    >I want to place a button on a form.
    what I want is to have it as an exit button, however when a user clicks on
    the button I want to play a video file (full Screen) then when the video
    is complete, I want the player to close, then the form to close.
    >
    I am new and learning little by little,
    thanks in advance for your help
    Is there a good reason to want to do this? I can imagine an "exit video" to
    be intensely annoying.


    Comment

    • John Piper

      #3
      Re: Exit Button

      I do have a reason, it is not something that is going to be distributed, but
      a project for work.
      i can easily use process.start and simply run the video and the next line is
      me.close.
      i want to
      1-run the video full screen
      2-have the default player close when it is done playing the video.

      I do agree with it being annoying, but there is a specific purpose for this.

      thanks again

      "Robinson" <bbb@bbb.comwro te in message
      news:Rs2dncuiAp g-aObYnZ2dnUVZ8ty 3nZ2d@giganews. com...
      >
      "john piper" <john@piper.com wrote in message
      news:EDJeh.1017 6$7T5.538@torna do.tampabay.rr. com...
      >>I want to place a button on a form.
      >what I want is to have it as an exit button, however when a user clicks
      >on the button I want to play a video file (full Screen) then when the
      >video is complete, I want the player to close, then the form to close.
      >>
      >I am new and learning little by little,
      >thanks in advance for your help
      >
      Is there a good reason to want to do this? I can imagine an "exit video"
      to be intensely annoying.
      >

      Comment

      • huntaub

        #4
        Re: Exit Button


        John Piper wrote:
        I do have a reason, it is not something that is going to be distributed, but
        a project for work.
        i can easily use process.start and simply run the video and the next line is
        me.close.
        i want to
        1-run the video full screen
        2-have the default player close when it is done playing the video.
        >
        I do agree with it being annoying, but there is a specific purpose for this.
        >
        thanks again
        >
        "Robinson" <bbb@bbb.comwro te in message
        news:Rs2dncuiAp g-aObYnZ2dnUVZ8ty 3nZ2d@giganews. com...

        "john piper" <john@piper.com wrote in message
        news:EDJeh.1017 6$7T5.538@torna do.tampabay.rr. com...
        >I want to place a button on a form.
        what I want is to have it as an exit button, however when a user clicks
        on the button I want to play a video file (full Screen) then when the
        video is complete, I want the player to close, then the form to close.
        >
        I am new and learning little by little,
        thanks in advance for your help
        Is there a good reason to want to do this? I can imagine an "exit video"
        to be intensely annoying.
        You could use directX AudioVideoPlayb ack, play the video as full screen
        and have an event sub for when the video ends that closes the form!

        Comment

        Working...