"Theo Pronk" <
[hidden email]> wrote in message
news:
[hidden email]...
> Does any one know how to setup a printer device in Dolphin that can
> capture any printed output from say word, excel and any other program
> as graphics and output to a graphic screen.
>
> Displaying the graphics should not be difficult (ie using GDI+ and
> PrinterCanvas) assuming the output is feed into a jpg or bitmap.
>
> The hard part is the printer device.
I suspect that you will need to dive into some Windows API's to accomplish
what you want to do. As an example, or perhaps as an alternative you might
have a look at PDF Creator,
http://sourceforge.net/projects/pdfcreator/ .
You could see what API's they are using, or you could probably use it to
generate a PDF and display that PDF in an embedded Acrobat ActiveX
component.
Chris