How to disable right click mouse, select and copy text in WebBrowser
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, all!!! I created a simple WebBrowser, and now I need disable right mouse clicking, copy and select text in this WebBrowser. If somebody knows how do it, please help me... Thank's
Chek if there is a context menu property associated with the browser control. If yes, set the context menu property to null.This will disable right clicks