Hey guys,

While developing the printing side of my app, i am printing to a form.

To get the width that the page will be, i set the form size like this:

VB Code:
  1. Me.Width = Printer.Width
  2.     Me.Height = Printer.Height

My problem is this,

when i change it to print to the printer, its not the right size at all.. so my question is:

How do i get my form to accurately represent the printer (paper) size that the finished print will look like?

Thanks in advance for ay help offered.

nightshift