|
-
Jun 26th, 2002, 02:17 PM
#1
Thread Starter
Lively Member
How to set the Startup
I am creating a active x control and can't figure out how to get it to startup with Form1 instead of sub main. In vb6 you used project properties. In vb.net I can't find anything that resembles it. Thanks for any help.
-
Jun 26th, 2002, 07:02 PM
#2
Registered User
go to project / properties / then under startup object select what you want...
jeff
-
Jun 26th, 2002, 08:35 PM
#3
Thread Starter
Lively Member
Thanks, But I don't see a properties selection under the project menu.
-
Jun 26th, 2002, 10:18 PM
#4
Registered User
alright, on the right, there is a solution explorer window, that holds all the modules and form names. Right click on the windowsapplication1 (default name of any new windows application project you start in vb.net) and select properties. you can get to the window that way too. then change the startup object...
jeff
-
Jun 26th, 2002, 10:46 PM
#5
Registered User
that is weird, it seems that it only appears under project if you click or highlight the windowsapplication1, (or whatever you have it named in the solution explorer on the far right). if you have a form or module clicked it won't be there. so just right click on the name in the solution explorer and you can access it.
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
|