Re: Displaying pdf files
- From: "Mark Williams" <mark@{removethis}skwirel.com>
- Date: Fri, 29 Apr 2005 14:58:11 +0100
You'll find it in the Delphi help file. Look for TOLEContainer!
"Will" <NoSpam@xxxxxxxxxxxx> wrote in message
news:42723bcc@xxxxxxxxxxxxxxxxxxxxxxxxx
> What is a TOLEContainer:?
>
> Thanks
> Will
>
> "Mike Shkolnik" <mshkolnik2002@xxxxxxx> wrote in message
> news:426f8615$1@xxxxxxxxxxxxxxxxxxxxxxxxx
> > > Can anyone tell me how to open and display a pdf file ?
> > If you want to open the external application, use the ShellExecute:
> > ShellExecute(0, 'open', 'c:\aaa.pdf', nil, nil, SW_SHOWNORMAL);
> >
> > But if you want to view the pdf-file within your form, use the
> > TOLEContainer:
> > yourTOLEContainer.CreateObjectFromFile('c:\aaa.pdf', False)
> >
> > --
> > With best regards, Mike Shkolnik
> > EMail: mshkolnik@xxxxxxxxxxxxx
> > http://www.scalabium.com
> >
> >
>
>
.
- References:
- Displaying pdf files
- From: Eric Wright
- Re: Displaying pdf files
- From: Mike Shkolnik
- Re: Displaying pdf files
- From: Will
- Displaying pdf files
- Prev by Date: Re: Email Sending - How To
- Next by Date: Re: AsynchPro DTMF Question
- Previous by thread: Re: Displaying pdf files
- Next by thread: Re: Displaying pdf files
- Index(es):
Relevant Pages
|