Pop Up menu

How to make pop up menu in different palce on a form in vb 2005 ?
[65 byte] By [RonDesta] at [2008-2-5]
# 1
Try this:



contextMenuStrip1.Show(Me, 10, 10);

DavidM.Kean at 2007-9-8 > top of Msdn Tech,Visual Basic,Visual Basic IDE...