Delphi-PRAXiS
Seite 3 von 3     123   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Netzwerke (https://www.delphipraxis.net/14-netzwerke/)
-   -   Bracuhe Hilfe (https://www.delphipraxis.net/104467-bracuhe-hilfe.html)

phXql 4. Dez 2007 18:47

Re: Bracuhe Hilfe
 
Code:
 LPCTSTR lpParameters, // pointer to string that specifies executable-file parameters
Ist ein Parameter von ShellExecute(). Da kannste z.B. 'http://www.delphipraxis.net' an den Webbrowser übergeben und der öffnet dir dann die Seite.

EDatabaseError 4. Dez 2007 18:48

Re: Bracuhe Hilfe
 
Hier im Forum suchenShellExecute
Delphi-Referenz durchsuchenShellExecute

schau mal dazu gibts 100erte Threads darüber.

DeddyH 4. Dez 2007 18:51

Re: Bracuhe Hilfe
 
Außerdem steht es oben:
Zitat:

lpFile

Pointer to a null-terminated string that specifies the file to open or print or the folder to open or explore. The function can open an executable file or a document file. The function can print a document file.

lpParameters

If lpFile specifies an executable file, lpParameters is a pointer to a null-terminated string that specifies parameters to be passed to the application.
If lpFile specifies a document file, lpParameters should be NULL.
[edit] Wobei document sich nicht unbedingt auf z.B. Word-Dokumente bezieht. Vielmehr heißt das, dass Dateien mit einer registrierten Endung mit dem verknüpften Programm geöffnet werden. [/edit]

ScrollbarKopf 4. Dez 2007 18:53

Re: Bracuhe Hilfe
 
Wie soll ich das schreiben
ShellExecute(LPCTSTR lpParameters.....................

DeddyH 4. Dez 2007 18:55

Re: Bracuhe Hilfe
 
Dir ist aber schon aufgefallen, dass die Windows-Hilfe in C++-Syntax geschrieben ist?

DP-Maintenance 4. Dez 2007 19:10

DP-Maintenance
 
Dieses Thema wurde von "Matze" von "Programmieren allgemein" nach "Internet / LAN / ASP.NET" verschoben.
Delphi-Frage
Hinweis: Bitte ändere den Titel noch in einen aussagekräftigen.


Alle Zeitangaben in WEZ +1. Es ist jetzt 00:33 Uhr.
Seite 3 von 3     123   

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