exit

  1. C

    Shutdown Timer

    I have an application that is supposed to shut itself down on Sunday between 9 and 10 am. It does not seem to work. If I run the program and sit and watch it, it will shut down as it is expected. This application runs across a network and there may be 100 instances of it open at any one time...
  2. D

    Closing Form and exiting application

    Hi, I have a dilemma, I am writing a windows form app in vb.net 2010 visual basic, but here my dilemma I have a main switch board form that I want to close when the user I click's a button to open other forms. But on my main form I have an application exit button which handles the closing the...
  3. B

    Question How do I code for the exit cross in the top right corner?

    Hi there, I have managed to create and code a file menu exit with the following code, however I just can't seem to find out how I am able to edit the red X in the top right hand side of the form next to the minimise and maximise buttons? Private Sub ExitToolStripMenuItem_Click(ByVal sender...
Back
Top