Vb.net起始页 [英] Vb.net Start Page

查看:122
本文介绍了Vb.net起始页的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何将mdi表单/任何其他表单设置为项目的起始页??

(Vb.net,c#)


请帮助我

Kishore r

How to set mdi form/ any other form as starting page of a project???

(Vb.net,c#)


Kindly help me

Kishore r

推荐答案

转到项目属性",选择应用程序"选项卡.
将启动对象"设置为您想要作为项目的启动表单的表单.

您也可以在项目的Main()函数中对其进行分配.
Application.Run(new formName())
Go to Project Properties, select Application tab.
Set Startup object as the form you want as starting form of your project.

You can also assign it in the Main() function of your project.
Application.Run(new formName())


这篇关于Vb.net起始页的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆