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