cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
winforms Setting a form as the default l
winforms Setting a form as the default launch form.
Mar 31, 2014 at 5:08pm UTC
RE9741
(21)
Hey guys, I have a winforms application, but I created my forms the wrong way round, now I want my Form3 to be the main Form so when the program launches this will be the form that will load. Any ideas?
Thanks in advance
Apr 1, 2014 at 1:47am UTC
R23MJ
(140)
Take a look at this line in the "ProjectName".cpp
Application::Run(gcnew Form1());
Topic archived. No new replies allowed.