Results 1 to 2 of 2

Thread: Common dialog "Current page" driving me nuts

  1. #1

    Thread Starter
    Frenzied Member Lightning's Avatar
    Join Date
    Oct 2002
    Location
    Eygelshoven
    Posts
    1,611

    Common dialog "Current page" driving me nuts

    Hi all,
    I have a question, for printing out something I use the common dialog:
    VB Code:
    1. With CDLG
    2.         .Copies = 1
    3.         .PrinterDefault = False
    4.         .Min = 0
    5.         .Max = 99
    6.         .Flags = &H4
    7.        
    8.         '.CancelError = True
    9.         .DialogTitle = "Select Printer"
    10.         .Flags = cdlPDHidePrintToFile Or cdlPDPageNums Or cdlPDNoSelection
    11.         .FromPage = 1
    12.         .ToPage = 9
    13.         .ShowPrinter
    14.         Debug.Print
    15.     End With

    Does anybody know how to ENABLE the "current page" option?
    VB6 & C# (WCF LINQ) mostly


    If you need help with a WPF/WCF question post in the NEW WPF & WCF forum and we will try help the best we can

    My site

    My blog, couding troubles and solutions

    Free online tools

  2. #2
    New Member
    Join Date
    Jan 2006
    Posts
    1

    Re: Common dialog "Current page" driving me nuts

    bump

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