Hey all,
I am trying to create a simple GUI that when the user hits 'calculate' the program will run through my function and display the results in a text box.
All I have working is the 'calculate' button. It runs through that fine, but I cannot figure out how to get the answer to display on the GUI. It'll just be a number like "11.145" for example.
I am wondering what boxes to use and how to get the calculated number to display.
Thanks so much for any help.
I am trying to create a simple GUI that when the user hits 'calculate' the program will run through my function and display the results in a text box.
All I have working is the 'calculate' button. It runs through that fine, but I cannot figure out how to get the answer to display on the GUI. It'll just be a number like "11.145" for example.
I am wondering what boxes to use and how to get the calculated number to display.
Thanks so much for any help.