This demo project disables Right-Click, Text Selection, and Text Drag from the WebBrowser control. I needed to find/adjust this code to hide my page source path and contents. Well I 've been benefeting from all the other good submissions, and I think that it is my turn now to try to upload something useful to others. I hope I can get your votes for this submission.
Inputs
Just paste the following after the in your html file
<script src="nrc.js">
<script src="noshift.js">
<body background="your background image" ondragstart="return false" onselectstart="return false">