Click and Execute

How do I hide a command to execute behind a GUI button? The program is written in C++ and I would like to press a button and execute the program. I am sure this is a piece of cake for someone who has done it before.

Thanks.
In the button handler call ShellExecute or CreateProcess to run your program.
OK, and how is the button handler added? What language/platform?
Topic archived. No new replies allowed.