if (e.Button == MouseButtons.Right) { int x = Cursor.Position.X; int y = Cursor.Position.Y; contextMenuStrip1.Show(x,y); }
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)