How To Use PageSetupDialog In VB
Mar 27, 2011
Well, I have a textbox and a print button. I want when a user will click on the print button, the pagesetup appears to print the textbox details according to the user.What is the code to do this?
View 1 Replies
Mar 11, 2011
In a program I am using the standard PrintDocument, PageSetupDialog and PrintPreView controls. I am attempting to print a screenful of information which covers three A4 printed sheets. The printed format is OK except that the positioning on the page. Changing the margins in the PageSetupDialog makes it worse.So I wrote the following code in the Form Load event to see what was going on -
While
True
Dim
MsgStr As
[code]....
View 3 Replies
Aug 3, 2010
I add a PrintDocument, PageSetupDialog, PrintPreviewControl & button to my form[code]...
View 2 Replies
Jan 9, 2012
When setting the Page properties with the PageSetupDialog there was a "Printer..." button in the lower right corner to set the Printer setting also. But in the same app under win7 the button is gone.
I've set:
PageSetupDialog1.AllowPrinter = True
but to no avail. Also tried with Admin rights...nothing
View 2 Replies