I am printing reports with VB 6 like this:
Printer.print "I am in Malta"
Now I want to print a logo in the same way and manner however when I tried
Printer.print c:\malta.bmp
it does not work and a number appears instead. How do I print images in this kind of reports through Visual Basic.
Reply URGENTLY.


Reply With Quote