Tip 16 : Open Multiple Documents within Single Application Instance Using C#
- by StanleyGu
1. Using Microsoft Word 2007 as an example, you can open test1.docx and test2.docx at same time. The two documents are opened within single instance of the word application. World application supports command line argument of passing multiple documents.
2. Again, Using…