Results 1 to 2 of 2

Thread: Common Dialouge for Printing

  1. #1
    Guest

    Red face

    Hi Folks-

    Like I have a command button as follows"

    Private cmdPrint_Click()
    printlistview
    End Sub

    Here Printlist view is a function which printing the listview directly But is it possible to show printer dialouge before printing in above code?

    Sohel

  2. #2
    Frenzied Member sebs's Avatar
    Join Date
    Sep 2000
    Location
    Aylmer,Qc
    Posts
    1,606

    Talking well of course

    You just have to do this:

    Code:
    Private Sub Command1_Click()
    CommonDialog1.ShowPrinter
    End Sub
    Don' know if it's what you want but...


    If not specify!!

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