cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Click and Execute
Click and Execute
Aug 26, 2010 at 2:28am UTC
n4nature
(245)
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.
Aug 26, 2010 at 10:31am UTC
kbw
(9488)
In the button handler call ShellExecute or CreateProcess to run your program.
Aug 27, 2010 at 4:44pm UTC
n4nature
(245)
OK, and how is the button handler added? What language/platform?
Topic archived. No new replies allowed.