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
Printable View
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
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.
Right on!
Thanks