vb.net中有没有代码可以检查打印机状态
在打印作业中再次出现问题...
我有一台打印机(Epson TM-T88IV Receipt)。在打印之前,我想检查打印机是否可用于打印(连接与否)。如果没有,我将显示打印预览表格。否则它将自动打印
vb.net 代码中的任何解决方案
提前致谢
马卡拉
The problem seen to appear again in printing job...
I have a printer(Epson TM-T88IV Receipt). Before printing, i would like to check if printer is available for printing or not (connect or not). if not, i will show the print preview form. otherwise it will print automatically
any solution in vb.net code
Thanks in advance
Makara
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不是 100% 确定这会起作用,所以先尝试一下:
I'm not 100% sure this will work so try it first:
当你使用 Vb.net 时,我猜你使用的是 Windows 机器。使用您的操作系统 API。例如 GetPrinterStatus。
As you use Vb.net I guess you are on a windows machine. Use your operating systems API. Like e.g. GetPrinterStatus.