Advertisement
botdotdot

Untitled

Jul 19th, 2011
394
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.32 KB | None | 0 0
  1.     Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click
  2.         Dim tempPoints As New Point
  3.         tempPoints.X = Button4.Location.X
  4.         tempPoints.Y = Button4.Location.Y + Button4.Size.Width / 2 - 5
  5.         ContextMenuStrip1.Show(Button4, tempPoints)
  6.     End Sub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement