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