Ver Mensaje Individual
  #2  
Antiguo 02-04-2008
Avatar de cHackAll
[cHackAll] cHackAll is offline
Baneado?
 
Registrado: oct 2006
Posts: 2.159
Reputación: 20
cHackAll Va por buen camino
Código Delphi [-]
uses Printers;
 
procedure TForm1.FormCreate(Sender: TObject);
begin
 ComboBox1.Items := Printer.Printers
end;

Saludos
Responder Con Cita