cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Getting a form to show from DOS prompt
Getting a form to show from DOS prompt
Oct 23, 2012 at 3:55pm UTC
Christian Malone
(4)
How would i go about using the DOS prompt to load a windows form, from DOS.
Oct 23, 2012 at 4:13pm UTC
pogrady
(677)
CreateWindowEx(...). It would be the same as creating a window from the winmain function, except that you would need to query the console window handle to pass it to the function.
Topic archived. No new replies allowed.