IMPORTANT: Please read our Guide To Quality Writing before you begin posting!

Dismiss Notice
Please note that we are only approving writers from the US, UK and Canada at this time.

How To Create Exit Button In Java And C#

Discussion in 'Programming' started by mmbmworldwide, Dec 30, 2016.

  1. mmbmworldwide

    mmbmworldwide New Member

    Joined:
    Dec 30, 2016
    Posts:
    10
    Likes Received:
    0
    Gender:
    Male
    Good Day Everyone I will be posting on how to program an exit in java and c#

    C#
    1)
    Create a button on your windows form.
    2)Double click it and type
    Application.Exit();


    JAVA
    1)
    Create a button on your windows form.
    2)Double click it and type
    this.dispose();
     
  2. DivineSeer

    DivineSeer New Member

    Joined:
    Jan 14, 2017
    Posts:
    7
    Likes Received:
    0
    Gender:
    Male
    I already know how to do such things. I myself already made an android application coming soon to Google Play Stores.
     

Share This Page