Imports System.Windows.Formspublic class MessageBoxWithMessageOnly public Shared Sub Main MessageBox.Show("Message") End SubEnd class