Basically, I am making a simple windows form application in C++ that calculates the area and circumference of a circle, by using the radius input by the user in a textbox. When the user presses the 'Calculate' button it runs the calculation. The problem I'm having is, I'm unsure how to make the program read the radius from the content of the textbox. Here's what I have so far.