|
-
Sep 11th, 2008, 12:55 PM
#1
Thread Starter
New Member
How to set default Form?
Hi, I am just learning to program in VB (so please use simple words), I'm really enjoying it but have come across a problem,
the first form I mad (Form1) is the form that comes up when I run the program but how do I make a different Form be the one that comes up first (the default)?
THanks in advance, I'm really looking foreward to spending time on this forum!
Cheers
Last edited by New_Programmer; Sep 11th, 2008 at 01:12 PM.
-
Sep 11th, 2008, 12:59 PM
#2
Re: How to set default Form?
in your design time menus
Project-->Properties-->Application-->Startup form
- Coding Examples:
- Features:
- Online Games:
- Compiled Games:
-
Sep 11th, 2008, 01:02 PM
#3
Frenzied Member
Re: How to set default Form?
From the Toolbar Go > Projects > Properties > Application Tab then select from Startup form
-
Sep 11th, 2008, 01:04 PM
#4
Thread Starter
New Member
Re: How to set default Form?
Thanks to both of the above for telling me how to do it!
Very quick reply's and great instructions, I had been looking for that button for ages!
Thanks
-
Sep 12th, 2008, 03:13 AM
#5
Re: How to set default Form?
Note also that you can double-click the My Project node in the Solution Explorer to open the project properties. As is always the way in MS software, there's usually at least 37 ways to do everything. I never use the Project menu for anything as I generally find the Solution Explorer faster. There's probably a keyboard shortcut I'm not aware of too.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|