Hi,
I am creating a Visual C++ application with a bunch of forms. I would like one form to stay open the entire time (just a screen to show app is running), then I need one form with two radio buttons, an OK button and a Cancel. If the OK button is clicked I want to close the form and continue with the code in main, however, I can't seem to get this working.
Any advice would be GREATLY appreciated.
Thanks in advance.