Can anybody tell me how I can get the icon of the PrintQueue object like in C # (in Explorer) I get a list of all printers with this code:
Advance NeoKript You open an operating system icon Should try shell32.dll (or try with other dll of the board) as a resource file with Visual Studio, you should find the icon there, But I do not know if you use it in your app Here's a screenshot on a dll as a resource: Of course you will have to try to open the icon one needs one for one, maybe you want one called 17? LocalPrintServer PrintServer = new LocalPrintServer (); PrintQueueCollection PrintQueuesOnLocalServer = PrintServer.GetPrintQueues (New [] {EnumeratedPrintQueueTypes.Local, EnumeratedPrintQueueTypes.Connections});
here what you get and here:
Comments
Post a Comment