如何在 Visual Basic 6 上使用 USB 对 POS 打印机进行编程
如何在 Visual Basic 6 上使用 USB 对 POS 打印机进行编程
How to program a POS Printer using USB on Visual Basic 6
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要访问打印机设置,您可以使用 API 函数 DocumentProperties。 这是 VB6 的声明:
以下是一些详细信息:
http://support.microsoft.com/kb/167345
您可以使用其他 API 打印函数打印到任何 Windows 打印机:
http://msdn.microsoft.com/en-us/library/dd162861(VS.85) .aspx
To access the printer settings, you can use the API function DocumentProperties. Here's the declaration for VB6:
Here are some details:
http://support.microsoft.com/kb/167345
You can use the other API printing functions to print to any windows printer:
http://msdn.microsoft.com/en-us/library/dd162861(VS.85).aspx