GUI VB.Net Tutorial

Module Module1
    Sub Main()
        MsgBox("Message", MsgBoxStyle.AbortRetryIgnore,"Title")
    End Sub
End Module