摘要:
一、如何控制条码打印机 通过向条码打印机发送ZPLII指令来实现。(指令参考后面的介绍)二、条码打印出中文只要是通过调用com组建kernel32.dll来实现 /// <summary> /// 試打中文 /// </summary> private void PrintChn() { string sChn = txtExBarcode.Text; if (sChn.Trim().Equals("")) { txtExBarcode.Focus(); MessageBox.Show("請輸入中文字"); return; } S 阅读全文
posted @ 2010-05-23 16:10
windback
阅读(594)
评论(1)
推荐(1)