Mega Code Archive

 
Categories / VB.Net by API / System Windows Forms
 

MessageBox Show(String message, String title)

Imports System.Windows.Forms public class MessageBoxWithMessageAndTile    public Shared Sub Main         MessageBox.Show("Message", "Title")    End Sub End class