Results 1 to 2 of 2

Thread: printing pages !!!!

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jun 1999
    Posts
    22

    Post

    Hi,

    When I try to bring up the printer dialog box thru the VB app, the "pages" option is disabled. How do I make it enabled?.
    Thanks
    Latha

  2. #2
    Junior Member
    Join Date
    Feb 2000
    Posts
    21

    Post

    I think you have to set those options to enable the 'Pages' option...

    CommonDialog1.Max = 3
    CommonDialog1.Min = 1
    CommonDialog1.FromPage = 1
    CommonDialog1.ToPage = 3

    Tipi

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