Example #1
0
        private void button1_Click(object sender, EventArgs e)
        {
            MessageBoxForm mb = new MessageBoxForm();

            mb.ShowDialog("This is a simple test" /* to see what happens."*/, "This is a test", MessageBoxButtons.OK);
        }