【问题标题】:Button click opens different application in Windows Form Application Ms Visual Studio 2012按钮单击在 Windows 窗体应用程序 Ms Visual Studio 2012 中打开不同的应用程序
【发布时间】:2015-05-22 04:37:36
【问题描述】:

我在 VS2012 中创建了一个 windows 窗体应用程序。我的表单中有一个按钮功能。单击按钮后如何打开不同的应用程序(单独的项目)?

【问题讨论】:

标签: .net forms button


【解决方案1】:
    Application.Run(new MyForm());
 should be your solution where MyForm is the form you want to open.

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-10-08
    • 2012-09-10
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-06-11
    相关资源
    最近更新 更多