Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Win32/Win64 API (native code) (https://www.delphipraxis.net/17-win32-win64-api-native-code/)
-   -   Delphi ShellExecute mit Nicht-Standardanwendung! (https://www.delphipraxis.net/78004-shellexecute-mit-nicht-standardanwendung.html)

Grolle 27. Sep 2006 22:38


ShellExecute mit Nicht-Standardanwendung!
 
Hallo,
ich versuche mittels ShellExecute eine Internetseite zu öffnen.
Dieses soll nicht mit der Standardanwendung geschehen:
Delphi-Quellcode:
ShellExecute(Application.Handle, PChar('C:\Programme\Internet Explorer\IEXPLORE.exe'), PChar(DBEdit14.Text),nil, nil, SW_ShowNormal);
Leider passiert da gar nix?!?
Viele Grüße....

Sunlight7 27. Sep 2006 22:53

Re: ShellExecute mit Nicht-Standardanwendung!
 
Die Parameter sind faslch :zwinker:

Delphi-Quellcode:
ShellExecute(Application.Handle, nil, PChar('C:\Programme\Internet Explorer\IEXPLORE.exe'), PChar(DBEdit14.Text),nil, SW_ShowNormal);
Jetzt müßte es gehen :???:

Grolle 27. Sep 2006 22:54

Re: ShellExecute mit Nicht-Standardanwendung!
 
:wall: natürlich!
Danke

Sunlight7 27. Sep 2006 22:56

Re: ShellExecute mit Nicht-Standardanwendung!
 
Noch ne Fehlerquelle: Du solltest
Delphi-Quellcode:
PChar('"'+DBEdit14.Text+'"')
falls Leerzeichen im Pfad oder Dateinamen sind.


Alle Zeitangaben in WEZ +1. Es ist jetzt 08:14 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