안녕하세요!!
win 2000에서 프린터의 위치와 이름등을 볼려고하는데
잘되지 안네요!! 아래소스로는 win 98에서는 잘보여주는데
2000에서는 ????
Printer.PrinterIndex := Combprinter.ItemIndex;
if GetDeviceCaps(Printer.Handle, TECHNOLOGY) = T_RASPRINTER then
lblStatus.Caption := '인쇄가능'
else lblStatus.Caption := '인쇄불가능';
Printer.GetPrinter(Device, pchar(Name), Port, DevMode);
if Printer.Orientation = TPrinterOrientation(poLandscape) then
Rbtnland.Checked := True
else rbtnport.Checked := true;
lblPrintItem.Caption := device; <=프린터이름/모델명
lblPrtPath.Caption := port; <= 프린터위치