Hi!
I am new at vb.net
I am trying to use contextmenustrip.My code is:
When I click on the panel,ContextMenustrip open at the upperleft side of the screen.
How can I show ContextMenuStrip1 at the position,which I have determined.
Thanks in advice....
I am new at vb.net
I am trying to use contextmenustrip.My code is:
Code:
Private Sub Panel1_MouseClick(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles Panel1.MouseClick
ContextMenuStrip1.Show()
End Sub
How can I show ContextMenuStrip1 at the position,which I have determined.
Thanks in advice....