i am making a calculator utility button in windows form application using c#.
i am using one button and now i want that "when i click that button , the calculator of the os will open in the form or outside (whatever is possible)
i am making a calculator utility button in windows form application using c#.
i am using one button and now i want that "when i click that button , the calculator of the os will open in the form or outside (whatever is possible)
Try Process.Start()
http://msdn.microsoft.com/en-us/libr...ess.start.aspx