VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Disable unwanted events from the WebBrowser Control

Hilal  (1 Submission)   Internet/HTML   VB Script   Advanced   Wed 3rd February 2021

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 (5(5 Vote))

Download Disable unwanted events from the WebBrowser Control

Disable unwanted events from the WebBrowser Control Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters