Главная страница | назад





Article #28447: How to disable mouse clicking in a TWebBrowser

QUESTION:


How does one disable the mouse from being used inside a TWebBrowser?


ANSWER:


Place a TPanel on your form and drop the TWebBrowser on top of the TPanel. Then, change the TPanel's Enabled property to false. This will disable the use of the mouse inside the WebBrowser.

Last Modified: 28-FEB-02