I have a combo box that contain a list of installed printers. However this only have the printer names. I also need the following info for crystal reports:

CurrentPrintDriver = Printer.DriverName
CurrentPrintName = Printer.DeviceName
CurrentPrintPort = Printer.Port

CrystalReport1.PrinterDriver = CurrentPrintDriver
rystalReport1.PrinterName = CurrentPrintName
CrystalReport1.PrinterPort = CurrentPrintPort

Can anyone please help me with this???


Thanks.