How to show a Common dialog that only lets the user choose printer?


    If you want to show a print-setup dialog without the "from page... to page... etc." and only want the user to select printer, use this code when you show the dialog:

      cmdialog1.Flags = &H40&
      cmdialog1.Action = 5
    


Mail to Daniel Wiman <daniel@wimania.com>
Online since June 1996, updated 971025
<- The VB home
<- Daniels homepage