Simple Calculator

What I build is just a simple calculator that will show beginners how much easy it is to develop applications using the .NET Framework. Through this sample, they will see some most useful algorithmic operations.

C# (113.7 KB)
 
 
 
 
 
(13)
35,243 times
Add to favorites
8/15/2012
E-mail Twitter del.icio.us Digg Facebook
Sign in to ask a question


  • Scope of styling ?
    1 Posts | Last post April 16, 2013
    • Hi Houssem,
      
      I see that lot of places the background color etc code is repeated. I guess a common style can be added in app resources and can be used for lesser and cleaner code.
  • result Method
    2 Posts | Last post August 24, 2012
    • Hi there
      
      thanks for the sample.. but why the heck did you lower case the result method name, every other method is right cased.. 
    • Hi Chris Richner!
      I wanted to write a clear and simple code. So I wrote the result method out of the click button event.
      I hope that I answered your question Chris!
      Best regards.