How to customize PrintDialog?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
I want to add a checkbox in PrintDialog that determines what to print (e.g. print table summary, or print table content). It seems like there is no way to customize PrintDialog like what Win32 & C++ allows you to do (specify PD_ENABLEPRINTTEMPLATE in PRINTDLG structure)
Any ideas
Thanks

-DS-
 
Hello Daniel,

You can customize PrintDialog(add your controls, etc.)
using our Dialog Workshop .NET product. Please visit our homepage for
details:
http://www.componentage.com

--
Serg Novogilov
COMPONENTAGE Software
http://www.componentage.com

Hi,
I want to add a checkbox in PrintDialog that determines what to print
(e.g. print table summary, or print table content). It seems like there is
no way to customize PrintDialog like what Win32 & C++ allows you to do
(specify PD_ENABLEPRINTTEMPLATE in PRINTDLG structure).
 
Back
Top