This is a simple calculator used for ordinary and scientific calculations .It is just like the windows simple calculator along with source code. There is a one function beyond each button. You can use Calculator to perform any of the standard operations for which you would normally use a handheld calculator. Calculator performs basic arithmetic, such as addition and subtraction, as well as functions found on a special tasks, such as 1/x, x^ and sqrt.
File List:
RSM_Calculator_src/
0b
RSM_Calculator_src/AssemblyInfo.vb
1Kb
RSM_Calculator_src/Calculator.Main.resx
24Kb
RSM_Calculator_src/Calculator.Main.vb
38Kb
RSM_Calculator_src/Calculator.sln
1Kb
RSM_Calculator_src/Calculator.vbproj
4Kb
RSM_Calculator_src/Calculator.vbproj.user
2Kb
Similar code
A SIMPLE webmethod tutorial
(Popularity: ) : Why publish an n API to the Internet? Much like a web page, when you make an API public to the Internet, you are indiscriminately authorizing and inviting anyone on the planet to use your web method. This does not ... A Simple Way To List Files In A Folder
(Popularity: ) : This project simply lists the files in a folder. No elaborate class hirarchy wrapers. Simply demonstrates System.IO features. This simple solution was brought to you by the P2B Consortium. “Free and easy artificial intellagence chatbot hosting” http://www.p2bconsortium.com/sss/CreateBot.aspx Step 1: Build ... Capture Desktop without windows API
(Popularity: ) : The last screen Capture that used windows Api the question was asked can you cature the desktop without using Api. This code captures the desktop using the SendKeys.send method. XML Technique sample
(Popularity: ) : Good technique to load/save multiples settings in XML for each in controls by CallByName.. Thi is a nice exemple to implement in your application! I dedicaded this project sample to PSC in exchange by nothing, enjoy and vote for me ...