Results 1 to 4 of 4

Thread: Print Dialog Box

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2000
    Location
    Dallas, TX
    Posts
    89
    Thanks for all your replys. Unfortunately, none of them are working. Is this working on your system, because it's not on my mine.
    ande211
    VB6 SP3

  2. #2
    Lively Member
    Join Date
    Jul 2000
    Posts
    94
    Works fine for me like this:
    Code:
    Private Sub Form_Load()
        CMD.Flags = cdlPDPageNums
        CMD.FromPage = 1
        CMD.ToPage = 3
        CMD.Min = 1
        CMD.Max = 3
        CMD.ShowPrinter
    End Sub

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jan 2000
    Location
    Dallas, TX
    Posts
    89
    Yeah, you 're right. I had put some other things in their too. I really appreciate all your help. Thank You
    ande211
    VB6 SP3

  4. #4
    Lively Member
    Join Date
    Jul 2000
    Posts
    94

    Talking

    You're Welcome

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