Programming for Everybody: message box exit button Vb.net

message box exit button Vb.net

 Dim Response As Integer

        Response = MessageBox.Show("Do you really want to Exit?", "", _
        MessageBoxButtons.YesNo, MessageBoxIcon.Question)

        If Response = vbYes Then

            End

No comments:

Post a Comment