Hi,
I've been looking everywhere, and can't find the answer to this one.
I'm making a program and was stuck here.
I'm making a windows form in Visual C++ 2010, and I want to make it so that when you click "button1" it extracts an integer from "textbox1" and "textbox2" and divides integer a (from textbox1) by integer b (from textbox2) AND DISPLAY THE OUTPUT IN A NEW WINDOW!
find how to catch a button hit event.
find how to get an integer from a text box.
find how to create a new widow.
find how to write text on that window.
then glue them together.
if you can't find one, ask. I bet you can figure out some of them.