you can capture the "mouseup" of your form. this event is already predefined.
then you can capture the MouseEventArgs using which you can determine whether "right" or "left" is clicked.
then you can proceed to put your logic here.
OR
add a contextmenu to your form.
hope this helps