S
SamSpade
I have a VB6 app that I'm converting. At various places in the program it
might be writing to a Textbox and also prints the text. Or someplace else,
it may ask the user something and depending on the reply print something.
I.e., the printing is dispersed among the logic of the program.
All the printing samples I've looked at have the printing code collected in
one place. I don't know how I can do that. I need to open a document, print
from wherever and when finished close the document.
Can I do that somehow?
Cal
might be writing to a Textbox and also prints the text. Or someplace else,
it may ask the user something and depending on the reply print something.
I.e., the printing is dispersed among the logic of the program.
All the printing samples I've looked at have the printing code collected in
one place. I don't know how I can do that. I need to open a document, print
from wherever and when finished close the document.
Can I do that somehow?
Cal