petermeachem
Programmer
I am using a thing called textcontrol as a wordprocessor control. When I print from it, the print queue name is the name of the application and I need it to be something specific for each file.
I'm not sure if this is coverable by TextControl. I certainly could not find anything in the documentation.
What I have done is to set App.Title to filename and paper type before each print. I'm not sure if this is an ok thing to do or not. It seems to work.
Anyone else had this problem and fixed it?
And no, I don't want to save the document and print it using the common dialog control, even a hidden version of same, just print what is on the screen.
I'm not sure if this is coverable by TextControl. I certainly could not find anything in the documentation.
What I have done is to set App.Title to filename and paper type before each print. I'm not sure if this is an ok thing to do or not. It seems to work.
Anyone else had this problem and fixed it?
And no, I don't want to save the document and print it using the common dialog control, even a hidden version of same, just print what is on the screen.