Forms and Simple Commands.

Hiya, anyone understand C++ on Visual Studio, when I run a command after
"Application::Run(%form);" it will only run after I have run the program and closed the form. Is there a way of doing it so I'll open up the form and then run the commands without having to close down the form?

I am very sorry, I am very new to this.
Last edited on
if you are speaking about when you run the program and it automatically closes use

system("pause");

I believe it should work in any form
Why don't you start the commands from the form ?
Topic archived. No new replies allowed.