哥耶!好象还不行?
private void Form1_MouseDown(object sender, System.Windows.Forms.MouseEventArgs e)
{
if(e.Button ==MouseButtons .Left )
{
this.contextMenu1 .Show (e.X,e.Y);
}
}提示E:\我的代码\数据连接\Form1.cs(127): 与“System.Windows.Forms.ContextMenu.Show(System.Windows.Forms.Control, System.Drawing.Point)”最匹配的重载方法具有一些无效参数
2.E:\我的代码\数据连接\Form1.cs(127): 参数“1” : 无法从“int”转换为“System.Windows.Forms.Control”
3.E:\我的代码\数据连接\Form1.cs(127): 参数“2” : 无法从“int”转换为“System.Drawing.Point”
private void Form1_MouseDown(object sender, System.Windows.Forms.MouseEventArgs e)
{
if(e.Button ==MouseButtons .Left )
{
this.contextMenu1 .Show (e.X,e.Y);
}
}提示E:\我的代码\数据连接\Form1.cs(127): 与“System.Windows.Forms.ContextMenu.Show(System.Windows.Forms.Control, System.Drawing.Point)”最匹配的重载方法具有一些无效参数
2.E:\我的代码\数据连接\Form1.cs(127): 参数“1” : 无法从“int”转换为“System.Windows.Forms.Control”
3.E:\我的代码\数据连接\Form1.cs(127): 参数“2” : 无法从“int”转换为“System.Drawing.Point”
真的想象风一样去流浪!