index
>
Windows Forms General
> printers
printers
how can I get the list of all system printers
I want to shoose one and to change ists properties
or do a screen print
thank you !
MigrationUser 1 Monday, February 17, 2003 12:43 PM
I mean what is in stead of common dialog box showprinter method (vb6) in vb 7 ?
thank you
MigrationUser 1 Monday, February 17, 2003 1:11 PM
System.Windows.Forms.PrintDialog
C#
PrintDialog dlg = new PrintDialog();
dlg.ShowDialog();
VB
Dim dlg As New PrintDialog()
dlg.ShowDialog()
MigrationUser 1 Monday, February 17, 2003 1:41 PM
You can use google to search for other answers
Custom Search
More Threads
make search button based on access database
ListView Column Headers + ToolTip
How to add a alert icon with a exclamation mark in a yellow triangle in a form control
Application.exe.config file disappears on compile
Winform inside a SplitContainer Funny Behaviour
Regarding GroupBox expansion and collapse
I need a sample about initiating dialup with WinInet and C++.NET
Saving Data from parent form.
Reading Attributes through reflection
ListViewGroup ignoring me!
Home
Copyright 2009-2010 by windowsdevelop.com All rights reserved