Ver Mensaje Individual
  #3  
Antiguo 09-11-2007
Avatar de Gabo
[Gabo] Gabo is offline
Miembro Premium
 
Registrado: mar 2007
Ubicación: Murcia (España)
Posts: 684
Reputación: 20
Gabo Va por buen camino
Llamar un documento externo se hace así (C++Builder):

Código:
  try
  {
  ShellExecute(this->Handle,"open","ayuda/067.chm",NULL,NULL,SW_SHOWMAXIMIZED);
  }
  catch(...)
  {
    MessageBox(this->Handle, "Error al abrir el archivo de ayuda", "Error" , MB_APPLMODAL | MB_OK | MB_ICONERROR);
  }
__________________
Saludos,
Gabo

A menos que se indique lo contrario, el código estará hecho en C++Builder.
Responder Con Cita