PDA

Click to See Complete Forum and Search --> : Printer Dialog API


Jul 19th, 2000, 10:18 AM
Is there an api to access the printer dialog
I tried using the common dialog control but Some of the Flags I need to set cause errors. All I need to do is select the Print range option and set the page from and page to fields.??
Thanks

Jul 19th, 2000, 12:21 PM
For an API method, use PrintDlg. The settings are fairly straight foward.

Regarding the CommonDialog, there is a setting for Page From and Page To as well.

Jul 19th, 2000, 12:35 PM
Right on!
Thanks