First you create a popupmenu from the toolbox then click on your filebox and from the properties window change the ContexMenu to whatever ContexMenu you want to use for that object.
Private Sub File1_MouseDown(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles File1.MouseDown
If e.Button = MouseButtons.Right Then
'what do i put here
End If
End Sub
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.