-
2
说明: code for events which is there.
- 2015-03-23 14:57:21下载
- 积分:1
-
打印条形码示例
资源描述
Code128
Code39
两种编码规则的条形码,数字变成条形码的转换方法。
// TODO: Add your control notification handler code here
CDC dc;
int CodeName,printQuality;
LPSTR partial=NULL,text;
CCode39 code39;
CCode128 code128;
UpdateData(TRUE);
text=m_CodeText.GetBuffer (50);
//获取编码方式
CodeName=m_CodeName.GetCurSel();
if(CodeName==CB_ERR)
{
MessageBox("请选择编码方式");
return;
}
switch(CodeName)
{
case 0:
CodeType=CODE39;
break;
case 1:
CodeType=CODE128A;
break;
case 2:
CodeType=CODE128B;
break;
case 3:
CodeType=CODE128C;
break;
}
//获取打印机设备环境
if(!(printDlg.DoModal()))
{
MessageBox("打印错误。");
return ;
}
- 2022-03-22 14:26:04下载
- 积分:1
-
longshu
编译原理龙书第二版中文版习题答案,答案比较齐全(Long answer to the second edition of the book)
- 2011-01-06 13:55:28下载
- 积分:1
-
ChatRoom
客户端和服务器端的聊天室范例客户端和服务器端的聊天室范例(Client and server side of the chat room example client and server-side chat room paradigm)
- 2013-11-15 10:09:52下载
- 积分:1
-
1822
ebook for learning c++
- 2013-12-24 05:02:21下载
- 积分:1
-
ourdev_468573
EM310ZILIAO,em310的资料,EM310ZILIAO,EM310ZILIAO,EM310ZILIAO,(GPRS INFOR)
- 2009-12-23 13:14:30下载
- 积分:1
-
Boost_技术与应用.pdf
boost技术及应用,学C++ 必备书籍,高清pdf.(boost technology and application)
- 2018-03-07 15:36:00下载
- 积分:1
-
c51
单片机时钟编程,包括秒表,时钟以及闹钟,亲测可用,包括DSN文件(Microcontroller clock programming, including a stopwatch, clock, and alarm clock, pro-test are available, including DSN file)
- 2013-07-24 11:39:55下载
- 积分:1
-
用csharp设计模式的实现
design pattern implementations using csharp
- 2022-02-16 09:58:38下载
- 积分:1
-
VirtualMouse_project
虚拟的鼠标控制,适合初学者用来分析源码,实际当然没有什么用,测试通过(virtual mouse control, best for those green hands. It is not applicable for those experienced programmers.)
- 2014-08-12 08:59:20下载
- 积分:1