Wednesday, August 22, 2012

Visual Basic 2008 : Coding Exit [Messages Box]


If MsgBox("do you want to quit?", MsgBoxStyle.Question + MsgBoxStyle.YesNo, "exit") = MsgBoxResult.Yes Then
   MsgBox("thank you!!", MsgBoxStyle.Information, "end")
      End
ElseIf MsgBoxResult.No Then
       MsgBox("try again", MsgBoxStyle.Critical, "retry")
      End If
            End Sub

2 comments:

  1. klo nk buat website ck mn?

    ReplyDelete
  2. kalau mau buat website..
    1. beli sebuah domain, hosting
    2. software website

    kalau mau instan gunakan jasa pembuatan web...cari aja di google.

    ReplyDelete