by davebarr » Sun Apr 06, 2008 6:34 am
I want to display a scrolling window that views all of the pages in a PDF. I can only see how to display one page at a time and must use Display..Frame methods to change the page. Is there a built-in way to display all of the pages at once, or must I BitBlt each page to a separate PictureBox hdc and do the scrolling myself? Using VB6.