Hi all.
I want to send some formatted (fontified) text to windows printer directly - not trough any VB controls for example RichTextBox. I want also include some picture in the same printing page.
How can I do that.
Thanks for reply
In vb (not VBA) there is a printer object. You can do most anything you want via the properties and methods available therein. 'Tis not for the failn of heart, as not only CAN you do most anything - what ever is done, you MUST do it piece-meal. This includes setting the font and it;s attributes, the location (X-Y coordinates) to print, pag margins ...
MichaelRed
m.red@att.net
There is never time to do it right but there is always time to do it over
Hello.
Yes. I use Printer object and I prepare right printer from collection and prepare fontified string to send to printer. And then? How can I use Print method? If I use xObject.Print I got error. Where am I doing wrong?
Thanks
Andrej
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.