【发布时间】:2010-09-30 12:46:10
【问题描述】:
我有micromedia flash player的exe文件。我可以使用以下代码从 .net 应用程序运行此文件
private void button1_Click(object sender, EventArgs e)
{
System.Diagnostics.Process.Start("peopledisplay.exe");
//System.Diagnostics.Process.Start("iexplorer.exe", "peopledisplay.exe");
}
此代码在单击按钮后启动 micromedia flash 文件。我希望在单击按钮后在 Internet Explorer 中启动此文件。这个怎么做 ?您能否提供我可以解决上述问题的任何代码或链接?
【问题讨论】:
-
什么是“micromedia flash player”?
标签: c# .net flash executable exe