Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 VB.net 中创建了一个 Windows 窗体项目,我决定在 Form1 之前添加另一个窗体。如何在启动时显示不同的表单而不是 Form1?
打开您的项目属性(您可以在解决方案资源管理器中双击它)转到Application>Startup Form
Application
Startup Form
至少这就是我在 VS 2010 中的做法。
希望这对你也有用......
在 Windows 窗体中设置启动窗体:
在Solution Explorer中,右键单击项目并选择Properties。
Solution Explorer
Properties
Project property页面打开,显示常规属性。
Project property
Startup Object从下拉列表中选择您想要的表单作为启动表单。
Startup Object