Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2007 Dec : Printer Question
Hi! CheckBox1.Items.Assign(Printer.Printers); Checkbox1.ItemIndex:=Printer.PrinterIndex; This shows me all installed printers in the CheckBox. I want to tell if a printer is connected and on when selected in the checkbox . How can I read this? Ove