Re: Printing problems



Would launching the printing in a new thread solve you problem? This would allow your program to function normally while the printing happens in the background.

Yes, this could be a solution. Another problem is that I might have two different documents and those should be printed in one printing job. If I have for example a user control, which prints a page, how can I hold the printing job to wait another page?


In my opinion printing with old VB6 was more flexible...

A way to create printing job before printing it out with Print-command, is that too difficult in new .NET enviroment?

-Teemu

.