Okay, so this should be a simple question, but I’m fairly new at programming, and I can’t for the life of me figure out how to use a right-click event. All I want to do is call an event that does something when I right-click a picturebox. It’s not in the events toolbar, and I feel like a real idiot. Any help would be greatly appreciated. I’m running the 2010 version.
Share
You can use the mouse_down event and check if it is a right-click
refer to this http://www.homeandlearn.co.uk/net/nets10p2.html