Einzelnen Beitrag anzeigen

Micha88
(Gast)

n/a Beiträge
 
#19

Re: Diagramm aus Stringgrid Tabelle zeichnen.

  Alt 26. Feb 2009, 17:20
Gehört jetzt nicht zum Thema, aber ich würde niemals relative Pfade nehmen .. also aus

ShellExecute(Application.Handle, 'open', PChar('Dokumentation\Dokumentation.pdf'), Nil, Nil, SW_NORMAL); folgendes machen:

Delphi-Quellcode:
ShellExecute(Application.Handle, 'open',
PChar(ExtractFilePath(Application.ExeName) + 'Dokumentation\Dokumentation.pdf'), Nil, Nil, SW_NORMAL);
  Mit Zitat antworten Zitat