VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Disable unwanted events from the WebBrowser Control

by Hilal (1 Submission)
Category: Internet/HTML
Compatability: VB Script
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (5 Votes)

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">

Rate Disable unwanted events from the WebBrowser Control

Download Disable unwanted events from the WebBrowser Control

Download Disable unwanted events from the WebBrowser Control (14 KB)

Disable unwanted events from the WebBrowser Control Comments

No comments have been posted about Disable unwanted events from the WebBrowser Control. Why not be the first to post a comment about Disable unwanted events from the WebBrowser Control.

Post your comment

Subject:
Message:
0/1000 characters