|
|||||||
|
|
|
![]() |
|
|
Strumenti |
|
|
#1 |
|
Member
Iscritto dal: Sep 2001
Messaggi: 181
|
lanciare un eseguibile da delphi
Raga quel'è il comando per lanciare file esterni(.exe) da delphi??
|
|
|
|
|
|
#2 |
|
Member
Iscritto dal: Sep 2001
Messaggi: 181
|
è possibile che tanti utenti nn mi sanno dare una risp??nessuno conosce il delphi?
|
|
|
|
|
|
#3 |
|
Senior Member
Iscritto dal: Apr 2001
Città: Lyon
Messaggi: 112
|
un esempio :
procedure TForm1.AfficheAide; var Path : string; PCharPath : array[0..400] of Char; begin Path := ExtractFilePath(Application.ExeName) + '\Help\Publier\index.html'; StrPCopy(PCharPath, Path); ShellExecute(Handle , 'open', PCharPath , nil , nil , SW_SHOWNORMAL); end;
__________________
Be Glopil !!! Grand Fainéant !FANCAZZISTA MAXIMUS - Gran Modificatore della Sacra Santa Quinta Regola - Moderatore Voci Nel Web |
|
|
|
|
|
#4 |
|
Member
Iscritto dal: Sep 2001
Messaggi: 181
|
luned provo e ...ti faccio sapere!
|
|
|
|
|
|
#5 |
|
Member
Iscritto dal: Sep 2001
Messaggi: 181
|
il cmd Shellexecute...non lo conosce...nn è che devo includere qualche libreria particolare??o magari...è un comando delle api?
|
|
|
|
|
|
#6 |
|
Senior Member
Iscritto dal: Apr 2001
Città: Lyon
Messaggi: 112
|
In effetti sta nella libreria ShellAPI.
__________________
Be Glopil !!! Grand Fainéant !FANCAZZISTA MAXIMUS - Gran Modificatore della Sacra Santa Quinta Regola - Moderatore Voci Nel Web |
|
|
|
|
| Strumenti | |
|
|
Tutti gli orari sono GMT +1. Ora sono le: 16:13.



















