Ver Mensaje Individual
  #2  
Antiguo 31-08-2006
Avatar de Enan0
Enan0 Enan0 is offline
Miembro
 
Registrado: may 2004
Ubicación: Argentina
Posts: 565
Reputación: 21
Enan0 Va por buen camino
Mi simplemente tendrias que Guardar tu Presentancion como PPS (no PPT) ya que pps esta en modo Show (powert point show). y depues simplemente ejecutarla..


Código Delphi [-]
ShellExecute(GetDesktopWindow, PChar('open'),
                PChar('c:\MIpres.pps'), nil, nil,SW_SHOWMAXIMIZED);


Tenes que agregar en el uses "SHELLAPI"

Saludos
Responder Con Cita