Delphi-PRAXiS
Seite 2 von 2     12   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Netzwerke (https://www.delphipraxis.net/14-netzwerke/)
-   -   Delphi TWebBrowser kein rechtslick und scrollen (https://www.delphipraxis.net/21692-twebbrowser-kein-rechtslick-und-scrollen.html)

OlloSoft 11. Mai 2004 11:29

Re: TWebBrowser kein rechtslick und scrollen
 
Hi,

was soll denn diese Geheimniskrämerei hier, Data????
Ist das nun eine Forum, oder eine Quizshow?



@Faux: Die Geschicht ist ganz einfach. TWebbrowser stellt den Event
OnShowContextMenu bereit.

Code:
function TfrmMain.HtmlShowContextMenu(const dwID:         Cardinal;
                                      const ppt:          PPoint;
                                      const pcmdtReserved: IInterface;
                                      const pdispReserved: IDispatch): HRESULT;
begin
  Result := S_OK; // Das reicht aus, um das Default-Conextmenu zu unterdrücken.
end;
Good luck
Ollo


Alle Zeitangaben in WEZ +1. Es ist jetzt 07:28 Uhr.
Seite 2 von 2     12   

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz