I have an MDI app and need to use one of its docs in another thread for background printing. I only need the doc, not the view as the printing should be invisible for the user.
Is there a way to create the doc inside the thread (a worker thread)?