Results 1 to 3 of 3

Thread: Printing to a form...

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2002
    Location
    Perth - Australia
    Posts
    105

    Printing to a form...

    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

  2. #2

    Thread Starter
    Lively Member
    Join Date
    Nov 2002
    Location
    Perth - Australia
    Posts
    105
    anyone???

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Nov 2002
    Location
    Perth - Australia
    Posts
    105
    surely someone has the answer?

    I cant find ANY documentation about this...


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width