Visual Studio 2008怎么设置启动窗体
软件一般都有多个窗体,要调试程序,必须要设置项目的启动窗体。
打开Visual Studio 2008,在菜单栏选择 “文件”→“新建”→“项目”。
在项目里,选择“Visual C#”→“Windows”→“Windows窗口应用程序”,将其命名为WindowsFormsApplication2
在项目里,添加一个WindowsFormsApplication3窗体,并将它设置为启动窗体。随包
操作如下:在菜单栏选择 “项目”→“添加Windows 窗体”。
在添加新项中选择类别“Visual C#项”→“Windows 窗体”,将名称改为 WindowsFormsApplication3.cs
在“解决方案资忌诉源管理器”中,双击打开Program.cs 文件。
修改Application.Run方法中的参数来设置启动窗体。
将 Application.Run(new Form1()); 中的Form1 改成WindowsFormsApplication3 即可。
设置完毕后,我们点击菜单栏上的“生成”,“生成WindowsFormsApplication2”
生成好了,接言裕购下来我们打开文件夹查看程序吧。
打开“解决方案资源管理器”→左击“WindowsFormsApplication2”→“在Windows 资源管理器中打开文件夹”
打开“bin”→“Debug”→“WindowsFormsApplication2.exe”
路径为 D:\Documents\Visual Studio 2008\Projects\WindowsFormsApplication2\WindowsFormsApplication2\bin
版权声明:本站【趣百科】文章素材来源于网络或者用户投稿,未经许可不得用于商用,如转载保留本文链接:https://www.qubaik.com/answer/11972.html