I know I can open Windows Calculator with the following code :
System.Diagnostics.Process.Start("calc");
But I wanna open it in my C# Win Application, i.e : I don't want to open it in the independent window, I wanna open it in my window.
How can I do it ?
To get started, select the Start button, and then select Calculator in the list of apps. Select the Open Navigation button to switch modes.
Type "calc" and hit ↵ Enter .
Windows key + 1 opens item #1 on your taskbar, which is now the calculator.
System.Diagnostics.Process.Start("calc.exe");
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With