Tagged Questions

17
votes
6answers
21k views

How to get Printer Info in .NET?

In the standard PrintDialog there are four values associated with a selected printer: Status, Type, Where, and Comment. If I know a printer's name, how can I get these values in C# 2.0?
4
votes
1answer
303 views

C#/.NET: How to add networked printer to a local PC account?

I'm using the WMI Code Creator to create code to add a networked printer. http://img13.imageshack.us/img13/9847/wmicodecreatorwin32prin.png The code that was generated works great (under my domain ...
4
votes
1answer
489 views

Get local printer list to change printer IP and default printer

How am I able do find all local printers of the machine where the program is running with a user that doesn't have admin rights. I need to remap the printer IP and set the printer as default. My idea ...
3
votes
2answers
165 views

PageSettings keep getting modifed unexpectedly

It seems that you can persist in a settings file PrinterSettings and also PageSettings, they are Serializable etc. Great! Everything was going OK until I tried to persist my PageSettings and the ...
1
vote
3answers
316 views

How to work on Bixolon POS Printer using C#

I've been programming an application which is responsible to deal with a POS printer, The printer brand is BIXOLON, I've didn't find any SDK to using this type of printers as well as no example to how ...
1
vote
1answer
139 views

printer driver type application

I am working on a application which requires me to create a printer type driver, which offers to decrease the quality of document, and then prints the document. Where document can be anything like ...
0
votes
1answer
25 views

Loading bitmap with ICM profile

I am working on a sample in this I am loading a EMF file. To do this I am using API Image image = Image.FromFile(strFilePath, true); The 2nd parameter is to use the embedded ICM profile. Then I am ...
0
votes
2answers
114 views

How do i execute a process in C# that installs a printer driver?

I have to start an executable (installPrint.exe) within my C# code. For this purposes I used the System.Diagnostics.Process class. The exe file installs a printer driver and copy several files into ...
0
votes
1answer
107 views

How can I get the Sharp OSA SDK for .NET

According to one of the comments on http://sentryfile.blogspot.com/2006/11/copier-apis-myth.html, there is a .NET SDK for interfacing with Sharp printers (called the OSA SDK?). I'm wanting this as I ...
0
votes
1answer
535 views

Crystal Reports loads very slowly if printer is invalid

In Crystal Reports, if another developer designed a report, I see the error "This report uses an invalid printer. The default printer will be used instead." I noticed that it takes a VERY long time ...