You could also use a TProcess to run acroread (or other viewer). For
example,

TProcess.CommandLine := 'acroread ''' + filename + '''';
TProcess.Execute;

Dave.

On Wed, 2006-04-19 at 19:34 +0200, Christian U. wrote:
> Lazarus dont support OCX´s as components since they are not cross platform.
> the best way is you use an external pdf2html converter and show this with 
> turboipro or something else.
> 2nd way is you load your ocx with windows ole api prvided by freepascal (i 
> hope) 
> 
> _________________________________________________________________
>      To unsubscribe: mail [EMAIL PROTECTED] with
>                 "unsubscribe" as the Subject
>    archives at http://www.lazarus.freepascal.org/mailarchives



_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to