Creating a simple graphical calculator program in C#
Posted by: raysmithtx Post date: January 5th, 2012
In this program, you will learn how to create a very basic graphical calculator program using C#. All you need is Visual C# 2010 Express Edition or Visual Studio to get started.
- Tags: Calculator, Creating, Graphical, program, Simple


January 5th, 2012 at 1:10 pm
for decimals use, “Convert.ToDouble()”
January 5th, 2012 at 2:02 pm
nice
January 5th, 2012 at 2:46 pm
Thanks! If there are any other topics you would like to learn about let me know, so that I can post videos. Most of my videos have been on topics I have tutored people in where I notice a common struggling point. If there is something I do not know how to do, then I will come out and say it, but if I know how to do it, I will. Unfortunately, many colleges do not teach graphics until the 400-level. I taught myself how to use Windows Forms and am attempting to learn WPF technologies.
January 5th, 2012 at 3:21 pm
+1
Very nice for biginer.
January 5th, 2012 at 3:30 pm
+1
Very nice for biginer.