Previous | Next | (P-PDF) Acrobat 7
Topic: Printing a pdf minimized in VB6 with Acrobat 7.0
Conf: (P-PDF) Acrobat 7, Msg: 126071
From: toddkruse
Date: 1/22/2005 07:07 AM
I currently have code that works perfectly with Acrobat 6.0 to keep the application minimized to the toolbar. But with the new installation of 7.0, the application doesn't stay minimized. Instead, it opens up, but doesn't display the document I am printing, and then closes. Below is the code I use for 6.0:
lsReturnVal = ShellExecute(hDesktop, "Print", lsPrintPDFFileName, vbNullString, "C:\", 0)
Does anyone have any ideas on how to get this to work with Acrobat 7.0?
Thanks in advance for any help.