print dialog no of pages selection
-
-
I am using print dialog in my project, I want to use "the select pages FROM PAGE TO PAGE properties. printdialog1.allowssomepages = true ' i have activated but I am not able to print only the no of pages instead its printing all pages. thanks in advance
check this article http://www.startvbdotnet.com/controls/printdialog1.aspx
-
check this article http://www.startvbdotnet.com/controls/printdialog1.aspx
thanks for that suggestion, it helped to know more about printing. But it doesnot say anything about how to use no of pages selection (ie. FROM PAGE, TO PAGE) . I have enabled the print dialog and also the selection but was not able to print the specified pages even if i told to print (EXAMPLE FROM PAGE 1 : TO 2 PAGE), instead its prints all. Thanks again