Trying to figure out how to open a PDF document with from within a Delphi app. I was thinking this would do it but no go.

Trying to figure out how to open a PDF document with from within a Delphi app. I was thinking this would do it but no go.

 ShellExecute(Handle,'open','c:\docs\test.pdf',nil,nil,SW_SHOWNORMAL) ;

Comments