我遇到了C#的问题。我正在使用我认为正确的代码,但它给出了错误消息:名称,''auxWindowsMediaPlayer1.URL'在当前上下文中不存在“
这是我的代码:
private void button1_Click(object sender, EventArgs e)
{
axWindowsMediaPlayer1.URL = @"C:\Users\BitCoin\Desktop\loic-code-42-tags-1.0.6\Resources\music.wmv";
}
我可能没有使用正确的C#代码,因为我只知道C ++。我正在使用Visual Studio 2013。