Use Process Class To Start Calculator

This program describe how to start the calculator from the console application

-----------------------------------------------------------------------
using System;

using System.Diagnostics;

class ProcessClassTest
{
public static void Main()
{
Process.Start("calc.exe");
}
}
-----------------------------------------------------------------------




Use Process Class To Start Calculator Use Process Class To Start Calculator Reviewed by Baljeet Singh on 02:59 Rating: 5

No comments:

Powered by Blogger.