Re: Displaying pdf files
- From: "Will" <NoSpam@xxxxxxxxxxxx>
- Date: Fri, 29 Apr 2005 06:51:02 -0700
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
>
>
.
- Follow-Ups:
- Re: Displaying pdf files
- From: Mike Shkolnik
- Re: Displaying pdf files
- From: Mark Williams
- Re: Displaying pdf files
- References:
- Displaying pdf files
- From: Eric Wright
- Re: Displaying pdf files
- From: Mike Shkolnik
- Displaying pdf files
- Prev by Date: Re: Is there anybody here that can help with DIHTMLParser component please???
- Next by Date: Re: Email Sending - How To
- Previous by thread: Re: Displaying pdf files
- Next by thread: Re: Displaying pdf files
- Index(es):
Relevant Pages
|