Just a quick and easy (I hope) question. I have a Form with a Web Control and I want to detect and disable the right click function. So first question is, how do you detect a right click and then how would you tell the web control to not do anything with it? This basically keeps people from viewing the source within the application.

Thanks in advance.