To Getting List of All Printers First of all add a namespace System.Drawing.Printing use Foreach Loop: foreach(string printer in PrinterSettings.InstalledPrinters) { Combobox1.Items.Add(Printer.ToString()); } using this you get list of all printer install on your system |
basically this is a a my own blog to help ma students and friends with sharing useful information with the. information regarding C language code. .net applications, .net projects. general technical information. notes.
Sunday, 25 December 2011
Get List Of All Printers
Saturday, 24 December 2011
Select Second Maximum From a Table in Sql
Q.Find Second Maximum From a Table in Sql |
select max(duration) from course where duration<(select max(duration) from course) OR
|
Wednesday, 7 December 2011
EditTable Listbox
To create a edittable list box take a list box and enter items in it.now select the list box double click event from event list.
|
Subscribe to:
Posts (Atom)