列表格式显示
广告招商中...... 联系方式!
私信 +好友
1: Fnthex32.dll
fnthex32. dll文件 是斑马条码 打印机驱动 的常用dll文件,绿色资源网带来的为fnthex32.dll 9参数,32位和64位系统都可使用,有需要的朋友,赶快拿走吧!
在程序中加入以下代码:
private declare function getfonthex lib ".\fnthex32.dll" (byval chnstr as string, byval fontname as string, byval orient as integer, byval height as integer, byval width as integer, byval bold as integer, byval italic as integer, byval hexbuf as string) as integer
调用:
dim cbuf as string * 1024
getfonthex "打印内容", "宋体", 0, h,w, 0, 0, cbuf
打印内容,要打印的内容(字符型数据);宋体,此处为要打印字符的字体名称;0,打印内容的旋转角度(0,90,180,270四种,h & w,要打印字符的高和宽的数据(数值型),粗体和斜体的设置,cbuf,打印内容的图象代码。
fnthex32.dll,为8位参数。注意写代码时定时参数为8位,不然会报错
一、直接拷贝该文件到系统目录里:
1、windows 95/98/me系统,则复制到c:windowssystem目录下。
2、windows nt/2000系统,则复制到c:winntsystem32目录下。
3、windows xp系统,则复制到c:windowssystem32目录下。
二、然后打开“开始-运行-输入regsvr32 fnthex32.dll”,回车即可解决错误提示!
本页Html网址:/htmlsoft/74553.html
本页aspx网址:/soft.aspx?id=74553&bianhao=20240101_110649_172518&kind1=17文件下载&kind2=DLL文件
上一篇:bgkms6_10.dll文件
下一篇:toolhelp.dll CE6
增加