Thursday, May 7, 2009

Program to OpenCalculator

using System.Diagnostics;//namespace

 private void button1_Click(object sender, EventArgs e)
        {
            Process.Start("calc.exe");
        }

No comments:

Post a Comment