blinkx
  • How to make a message box in Visual C#

  • 00:06:07
  • YouTube
    • Browse

How to make a message box in Visual C#

The code is: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace Hello { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void webBrowser1_DocumentCompleted(object sender, WebBrowserDocumentCompletedEventArgs e) { } private void button3_Click(object sender, EventArgs e) { MessageBox.Show("I LOVE you!!!", "RANDOM MESSAGE"); } private ...

YouTube | May 9, 2009Watch more videos from YouTube

Tags:. .sender. .void. .partial. .hello. .visual











Hello   Partial   Random   Sender   Visual   Void