Windows Form VB.NET

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

    Windows Form VB.NET

    What would be the proper method to have a form stay open
    for 60 seconds and then close if no event takes place
    with in the form? The purpose of this is to ask if any
    more actions need to take place, if they select yes than
    they will be directed to the proper form, if no the form
    will close. But, sometimes the user may leave the form
    open while they are logged in. I want the form to have a
    timer in case something like this happens.

    Thanks,
    Drew
  • Andrew

    #2
    Windows Form VB.NET

    Sorry - I posted in the wrong group.

    Please disregard.[color=blue]
    >-----Original Message-----
    >What would be the proper method to have a form stay open
    >for 60 seconds and then close if no event takes place
    >with in the form? The purpose of this is to ask if any
    >more actions need to take place, if they select yes than
    >they will be directed to the proper form, if no the form
    >will close. But, sometimes the user may leave the form
    >open while they are logged in. I want the form to have[/color]
    a[color=blue]
    >timer in case something like this happens.
    >
    >Thanks,
    >Drew
    >.
    >[/color]

    Comment

    Working...