Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click
- Dim tempPoints As New Point
- tempPoints.X = Button4.Location.X
- tempPoints.Y = Button4.Location.Y + Button4.Size.Width / 2 - 5
- ContextMenuStrip1.Show(Button4, tempPoints)
- End Sub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement