c#在windows media player中播放电影“不是”嵌入式
我环顾四周,我发现的一切都在谈论嵌入它。
我不想嵌入它。我想单击一个按钮,然后单独启动Windows Media Player。
例如,我有一个保存在XML文件中的位置。我右键单击“播放”。它拉扯了位置。像这样。
int dd = dataGridView1.CurrentRow.Index;
string eLoc = dataGridView1.Rows[dd].Cells[4].Value.ToString();
if (eLoc == "")
{
MessageBox.Show("You have not saved a location for this movie","Movie Play",MessageBoxButtons.OK,MessageBoxIcon.Information);
}
else
{
MessageBox.Show(eLoc);
ProcessStartInfo ps = new ProcessStartInfo("wmplayer.exe", eLoc.ToString());
Process.Start(ps);
}
正如你所看到的,我有一个弹出窗口可以查看字符串是什么。
就是这个。我添加%20来替换空格,认为这是问题,但事实并非如此。
正如你所看到的,它拉动了整个位置。我从Windows媒体播放器回来的就是这个。
有任何想法吗?对我来说,这似乎应该工作..
没有找到相关结果
已邀请:
2 个回复
拟蓬
贡炮逗握惫