![]() |
webbrowser + disable "save changes'
How I disable the popup "tha page has changed, save changes?' in webbrwoser edit mode?
|
Re: webbrowser + disable "save changes'
I would have a solution for word documents but not for an open excel file.
|
Re: webbrowser + disable "save changes'
show me the solution
Zitat:
|
Re: webbrowser + disable "save changes'
Liste der Anhänge anzeigen (Anzahl: 1)
I've attached a small demo.
|
Re: webbrowser + disable "save changes'
anybody have a Idea to solve my problem?
|
Re: webbrowser + disable "save changes'
Hi,
you should switch off designMode (property of IHTMLDocument2) in order to suppress the safety dialog:
Delphi-Quellcode:
Regards
with WebBrowser.Document as IHTMLDocument2 do
designMode := 'Off'; |
Alle Zeitangaben in WEZ +1. Es ist jetzt 17:13 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz