Tema: shellexecute
Ver Mensaje Individual
  #2  
Antiguo 13-06-2003
Avatar de __marcsc
__marcsc __marcsc is offline
Miembro
 
Registrado: may 2003
Ubicación: Girona
Posts: 577
Reputación: 22
__marcsc Va por buen camino
Hola,

esta es la documentación que viene con Delphi en el Win 32 SDK

HINSTANCE ShellExecute(

HWND hwnd, // handle to parent window
LPCTSTR lpOperation, // pointer to string that specifies operation to perform
LPCTSTR lpFile, // pointer to filename or folder name string
LPCTSTR lpParameters, // pointer to string that specifies executable-file parameters
LPCTSTR lpDirectory, // pointer to string that specifies default directory
INT nShowCmd // whether file is shown when opened
);

Para más detalles te aconsejo que mires ahi. Si tienes alguna duda en concreto aquí estamos

Saludos
Responder Con Cita