控制打印机指令的使用 ( 积分: 60 )

  • 主题发起人 主题发起人 flyerer1
  • 开始时间 开始时间
F

flyerer1

Unregistered / Unconfirmed
GUEST, unregistred user!
在打印机的指令中,有一个打印bmp文件的指令;描述为:
ESC+GM BMP File Print Specification
[parameter] <GM>aaaaa,n-n
a &quot;
Total Byte of a BMP file&quot;
n &quot;Data&quot;
请问如何将其写为指令.期待中.........
 
来看看啊......
 
下面是打印文本的命令
S:='cmd /c type '+'c:/pfile/'+xbank_acct+'.txt > prn';
strpcopy(A,S);
try
iwinexec := winexec(A,0);
finally
ReleaseDC(iwinexec,0);
end;
 
这有一段vb的例子.如何转为delphi:
vb代码如下:
Open &quot;C:/Documents and Settings/Administrator/桌面/test2/1234.BMP&quot;
For Binary As #2
A$ = &quot;
&quot;
For I = 1 To 7572
Get #2, I, A$
Print #1, A$;

For K = 1 To 100
Next K
Next I
Print #1, C$;
&quot;V400&quot;;
C$;
&quot;H250&quot;;
C$;
&quot;XMPRINTED BY SATO CLXXX(e) PRINTER&quot;;
 
接受答案了.
 

Similar threads

I
回复
0
查看
666
import
I
S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
后退
顶部