private void notifyIcon1_Click(object sender, System.EventArgs e)
{
   this.contextMenu1.Show(this.notifyIcon1,new Point(e.X,e.Y);
}
其中的e.x,e.y就是了