![]() |
Standard-Webbrowser öffnen...
Hallo,
mit der VCL/WinApi gab es ja die Möglichkeit mit
Delphi-Quellcode:
eine Website im Standard-Browser zu öffnen.
ShellExecute(0, 'open', 'http://www.delphipraxis.net', nil, nil, SW_SHOW);
Unter .NET funktioniert dies so:
Delphi-Quellcode:
[edit=Chakotay1308]Delphi-Tags, Titel und Klassifizierung angepasst. Mfg, Chakotay1308[/edit]
uses System.Diagnostics;
System.Diagnostics.Process.Start('http://www.delphipraxis.net'); System.Diagnostics.Process.Start('mailto:mail@domain.de'); |
Alle Zeitangaben in WEZ +1. Es ist jetzt 14:09 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