Hey welcome back for more one tutorial. Today I will show a simple to crte a Right Click Event.
As you can see, there is no an "automatic" Right Click Event so, when you want to make it you have to use other methods. I will present the most simple.
1- Open your Visual Studio
Now let´s go to the . This contains 2 steps.
So, double-click in the button (or just open the form1.vb file). Crte the Mouse_Up Event
If e.Button = MouseButtons.Right Then
No comments:
Post a Comment