visualbasicuser Posted July 21, 2003 Posted July 21, 2003 I did this in VB6, but have recently moved to VB .NET and I can't get it to work. Does anyone know how to populate a drop-down menu ("combobox1") with the printers available to the PC my application is running on? I want to give the user the option of selecting which printer the report output goes to. Thanks, Visualbasicuser Quote
*Experts* mutant Posted July 21, 2003 *Experts* Posted July 21, 2003 Couldnt you simply use PrintSetup dialog? Quote
JABE Posted July 22, 2003 Posted July 22, 2003 Look up System.Drawing.Printing.PrinterSettings.InstalledPrinters. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.