Hey Guys,
Just looking for some help on how to create my own right click contextmenu for my vb6.0 application. I have a web browser control in my vb6.0 app but i want my own custom right click menu.
Any links, urls or forum threads that you could provide would be very helpful and appreciated.
I've tried the below code from another thread in here, it does work for the VB form, but it doesn't work for right click in the webbrowser control.
Thanks,Code:Private Sub Form_MouseUp(Button As Integer, Shift As Integer, X As Single, Y As Single) If Button = vbRightButton Then PopupMenu mnuContext End If End Sub
n3m.




Reply With Quote