M mttc Oct 17, 2004 #1 I need popup menu in center of screen, that arise by code, without any context?
H Herfried K. Wagner [MVP] Oct 17, 2004 #2 mttc said: I need popup menu in center of screen, that arise by code, without any context? Click to expand... Inside your form (notice that the form doesn't necessarily need to be visible): \\\ Me.ContextMenu1.Show(Me, New Point(100, 100)) ///
mttc said: I need popup menu in center of screen, that arise by code, without any context? Click to expand... Inside your form (notice that the form doesn't necessarily need to be visible): \\\ Me.ContextMenu1.Show(Me, New Point(100, 100)) ///