I have this code in which I read all the printers on the PC, it works just fine..
VB Code:
For Each OBJ In Printers Call frmSelPrinter.cboPrinters.AddItem(OBJ.DeviceName) Next
My question is once I have done this and I have all the printers loaded into my combo box I want to set the index to the one that is the default printer. However I do not know how to detect which one is the default printer.. Can some one please help meout with this?
Thank you
Rudy





Reply With Quote