Hi.
I have an application developed with Visual Basic 6.0 that use the following
API:
Public Declare Function PAGESETUPDLG Lib "comdlg32.dll" Alias
"PageSetupDlgA" (pPagesetupdlg As PAGESETUPDLG) As Long
This API let me see and use the page setup dialog, where exists a Printer
button that let select a printer.
My problem is in Windows Vista machines, this button is not display.
My questions are:
1. Why this button is not display in Windows Vista?
2. There is a workaround to that behaviour?
Best regards,
Sérgio Martins
Archived from group: microsoft>public>vb>winapi