|
-
June 18th, 2001, 05:03 AM
#1
PRINTER API
Hi!
Please some one can tell me, How I can write these code using API?
Thank in advance.
@Printer.Copies = 1 'Specify how many sheet to be printed
@ Printer.FontTransParent = false 'Specify not "transparent".
@ Printer.print " " 'Single-byte space
@ Printer.FontTransParent = true 'Specify "transparent".
f Use the below section if the FillStyle property can not be enabled.
@ Printer. FillStyle = 0 'Specify "fill".
@ Printer.print " " 'Single-byte space
@Printer. FillStyle = 1 'Specify "transparent".
Printer.print "Prodcut name" 'Specify the strings to be printed.
Printer.EndDoc
Actually, This give me memory leak error on win98 and I wanted to tested with using an API.
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|