How to Create Scientific Calculator in C# - Full Tutorial
DJ Oamen DJ Oamen
144K subscribers
117,956 views
1.2K

 Published On Oct 27, 2016

How to Create Scientific Calculator in C#

Join this channel to get access to codes, perks, and see more interesting videos.    / @djoamen  

To support more videos from DJ Oamen, visit POamen Paypal
https://www.paypal.me/POamen​

To Become a Channel member click on the link below to JOIN:
https://www.youtube.com/channel/UCFtw...

Code for PM below:
private void btnPM_Click(object sender, EventArgs e)
{
double p = Convert.ToDouble(txtDisplay.Text);
txtDisplay.Text = Convert.ToString(-1 * p);
}

Channel Members can Download the Scientific Calculator in C# and modify it for their own personal use: Plus one other source code per month. Total - 2 Source codes Per Month, only:
https://drive.google.com/file/d/1dvz3...

show more

Share/Embed