C# .net windows 应用程序 - 打印文本框值
我有两个文本框,当我在这些文本框中输入时,通过单击打印按钮,应该直接使用连接的打印机进行打印。谁能帮我我该怎么做?
I have two text boxes when i input in these text boxes , by clicking the print button , it should directly printed with the connected printer. can anybody help me how should i do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
下面的示例是使用/继承 PrintDocument 类的基本思想:
然后从表单的按钮事件中调用如下内容:
The example below is a basic idea of using/inheriting the PrintDocument class:
Then from your form's button event, call something like: