Dos based printing using C#.net

扶醉桌前 提交于 2019-12-21 20:24:15

问题


i m using Dotmatrix printer EPSON for printing the reports, and i need the of how to print the reports without using crystalReport and print dialog, i.e. i want the code for DOS based printing in C#.net.........


回答1:


I know a very old and dirty way. Just open LPT1 (or the printer port you are using) as a stream and output the characters.




回答2:


Maybe this will help? http://support.microsoft.com/kb/322091/EN-US




回答3:


Does your printer appear in windows? In other words, can your print to it from notepad? Then you can still use the System.Drawing.Printing namespace and send data to your printer that way.

This is if you need to print anything other than character data - otherwise, do like tekBlues said.



来源:https://stackoverflow.com/questions/1013960/dos-based-printing-using-c-net

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!