Ver Mensaje Individual
  #1  
Antiguo 25-11-2014
JuanOrtega JuanOrtega is offline
Miembro
NULL
 
Registrado: sep 2011
Posts: 130
Reputación: 13
JuanOrtega Va por buen camino
Sintaxis de ShellExecuteEx

Hola estoy buscando la sintaxis de la funcion ShellExecuteEx y no la encuentro en google ,estoy tratando de usar la misma funcion ShellExecute a ShellExecuteEx pero me da error.

El codigo :

Código Delphi [-]
    ShellExecute(0, 'open', PChar('c:/xampp/htdocs/t.jpg'), nil, nil,
      SW_SHOWNORMAL);

    ShellExecuteEx(0, 'open', PChar('c:/xampp/htdocs/test.jpg'), nil, nil,
      SW_SHOWNORMAL);

El error :

Código Delphi [-]
[DCC Error] test.dpr(15): E2034 Too many actual parameters

¿ Que estoy haciendo mal en la sintaxis ?
Responder Con Cita