-
Printing Problem
While creating an app at college I was managing to print a document from the contents of an rtb. Everything was in the right place on the paper.
When I use it at home the there is a huge left margin thus ruining my print out. Does anybody know why this would be.
BTW, I am printing in landscape mode. Can you access page setup properties of th printer from VB?
-
Well ...
To access the printer properties, you can use the Printer object in VB.
.
-
I think it is the Page Set Properties that I perhaps need to access as it it these that should contain margin properties but I cant seem to find anything on it using the Printer obj.
I suppose that as long as it works in college there shouldn't be a problem. It was just annoying me thats all.