Show method with message and window title : MessageBox : GUI Windows Forms C# Examples


C# Examples » GUI Windows Forms » MessageBox »

 

Show method with message and window title









    
using  System;
using  System.Windows.Forms;

class  MainForm  :  Form  {
        [STAThread]
        public  static  void  Main()  {
                MessageBox.Show("Welcome,"  ,  "Visual  C#");
        }
}
    
   
  
   




HTML code for linking to this page:

Follow Navioo On Twitter

C# Examples

 Navioo GUI Windows Forms
» MessageBox