vb.net 我有 2 个表单,我想使用 form1 运行,但它以 form2 Visual Basic 开头

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/14775213/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-17 12:15:52  来源:igfitidea点击:

I have 2 forms and I want to run with form1 but it start with form2 Visual Basic

vb.net

提问by user2054767

I have 2 forms and I want to run with form1 but it start with form2 (Visual Basic)

我有 2 个表单,我想使用 form1 运行,但它以 form2 开头(Visual Basic)

回答by hometoast

Right click your project, click properties, select the Application tab, Change Startup Object from Form1 to Form2.

右键单击您的项目,单击属性,选择应用程序选项卡,将启动对象从 Form1 更改为 Form2。