I have a (I thought:confused:) relatively simple converter project I am writing with Visual Studio 2010 C++ Windows Form App. So to be forthwith I am completely stumped as to how I would get the user input from the Amount box (1234.12 for example) and the Rate box (1.04108 for example) to call this math method Total = (1/ 1.04108) * 1234.12 and display the results in the Total box…?? This whole project is just to learn more about C++ and Windows Forms Apps, any guidance or inspiration to an aspiring programmer would be greatly welcomed. I also attached a screen shot of the application design. (If it helps)
Thank you for reading
Anatake