有关Exe Call的问题

问题描述:

亲爱的先生/女士





如何在按钮点击事件

Dear Sir/Ma''am


How can i call an Other window form exe on the button click event

System.Diagnostic.Process.Start http://msdn.microsoft.com/en-us/library/system.diagnostics.process.aspx [ ^ ]。



如果它是表单应用程序也无关紧要。通常,几乎没有任何意义。如果孩子申请你的?如果是这样,绝对没有意义。你应该更好地开发这两个应用程序。



-SA


VB.NET Process.Start [ ^ ]

C#Process.Start [ ^ ]

如何运行.EXE on按钮单击C# [ ^ ]
VB.NET Process.Start[^]
C# Process.Start[^]
How to run .EXE on button click in C#[^]


HI,



你只需调用进程线程或创建表单对象并在buttonclick事件中调用表单即可。



参考我的提示在其他地方



谢谢


You can do it by simply calling the process thread or creating the object of the form and invoking the form in the buttonclick event.

Refer my tips here

Thanks