Visual Studio Development Bookmark and Share   
 index > Visual C# Express Edition > Creating a calculator
 

Creating a calculator

I am new to C# and this whole world. For a university project I have chosen to create a computer program that helps with the calculations required for a suspension system. So in essence I need to have buttons that open up a new form in which the user can input a few data, ie x, y & z. Then click calculate, and the value for that part will be calculated...

I was wondering whether anyone knew of any good places to find tutorials that may help with this? Probably I am most interested in learning how to link the nice GUI you create in C# with the functions I want to create, and also a guide on programming these functions. I am still confused where you would create the functions in C#?

Thank you,

Cris

cristoball50  Sunday, October 11, 2009 9:34 PM
Here is a good place to start if you are new to C#:

http://msdn.microsoft.com/en-us/vcsharp/aa336766.aspx

This is a link about calling/building a function in C#:

http://www.meshplex.org/wiki/C_Sharp/Calling_Functions

Hope this helps get you started ...
www.insteptech.com ; msmvps.com/blogs/deborahk
We are volunteers and ask only that if we are able to help you, that you mark our reply as your answer. THANKS!
  • Marked As Answer bycristoball50 Monday, October 12, 2009 1:06 PM
  •  
DeborahK  Sunday, October 11, 2009 10:10 PM

Thank you!

  • Marked As Answer bycristoball50 Sunday, October 18, 2009 6:03 PM
  •  
cristoball50  Monday, October 12, 2009 1:06 PM
Here is a good place to start if you are new to C#:

http://msdn.microsoft.com/en-us/vcsharp/aa336766.aspx

This is a link about calling/building a function in C#:

http://www.meshplex.org/wiki/C_Sharp/Calling_Functions

Hope this helps get you started ...
www.insteptech.com ; msmvps.com/blogs/deborahk
We are volunteers and ask only that if we are able to help you, that you mark our reply as your answer. THANKS!
  • Marked As Answer bycristoball50 Monday, October 12, 2009 1:06 PM
  •  
DeborahK  Sunday, October 11, 2009 10:10 PM

Thank you!

  • Marked As Answer bycristoball50 Sunday, October 18, 2009 6:03 PM
  •  
cristoball50  Monday, October 12, 2009 1:06 PM

You can use google to search for other answers

Custom Search

More Threads

• Merging menu strips
• How to create Default Property for class ?
• Searching a List<> + other questions relating to System.Collections
• KeyBoard Kapers
• How to add rows to datagridview when datasourse is set & how to bind datasourse with datagridview?
• Can someone tell me what's wrong with my code?
• C# programming codes
• Running a program on startup
• label help please
• Report Viewer