GUI VB.Net Tutorial

Module Module1
    Sub Main()
        MsgBox("Message")
    End Sub
End Module