[VB.NET]Application.Exitでアプリケーションを終了する

2021年10月1日

構文
Application.Exit()

サンプルコード

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
     Application.Exit()
 End Sub

 

VB.net

Posted by arkgame