Click here to Skip to main content
15,886,362 members
Articles / Programming Languages / C#

Scientific Calculator

Rate me:
Please Sign up or sign in to vote.
3.56/5 (44 votes)
11 Mar 2008CPOL 145.4K   10.2K   52  
Scientific calculator that calculates fibonacci modulo factorial sin cos tan.. you are able to also change background color and color of the buttons
'Calculator_GUI.vshost.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_32\mscorlib\2.0.0.0__b77a5c561934e089\mscorlib.dll', No symbols loaded.
'Calculator_GUI.vshost.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\Microsoft.VisualStudio.HostingProcess.Utilities\8.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.HostingProcess.Utilities.dll', No symbols loaded.
'Calculator_GUI.vshost.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\System.Windows.Forms\2.0.0.0__b77a5c561934e089\System.Windows.Forms.dll', No symbols loaded.
'Calculator_GUI.vshost.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll', No symbols loaded.
'Calculator_GUI.vshost.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll', No symbols loaded.
'Calculator_GUI.vshost.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\Microsoft.VisualStudio.HostingProcess.Utilities.Sync\8.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.HostingProcess.Utilities.Sync.dll', No symbols loaded.
'Calculator_GUI.vshost.exe' (Managed): Loaded 'C:\Documents and Settings\user\Desktop\Project Calculator_GUI\Calculator_GUI\bin\Debug\Calculator_GUI.vshost.exe', No symbols loaded.
'Calculator_GUI.vshost.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll', No symbols loaded.
'Calculator_GUI.vshost.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\System.Deployment\2.0.0.0__b03f5f7f11d50a3a\System.Deployment.dll', No symbols loaded.
'Calculator_GUI.vshost.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\System.Xml.dll', No symbols loaded.
The thread 0xe90 has exited with code 0 (0x0).
The thread 0xfb0 has exited with code 0 (0x0).
'Calculator_GUI.vshost.exe' (Managed): Loaded 'C:\Documents and Settings\user\Desktop\Project Calculator_GUI\Calculator_GUI\bin\Debug\Calculator_GUI.exe', Symbols loaded.
The thread 0x870 has exited with code 0 (0x0).
The thread 0xbcc has exited with code 0 (0x0).
The program '[2392] Calculator_GUI.vshost.exe: Managed' has exited with code 0 (0x0).

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Liberia Liberia
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions