QUOTE(gram999 @ 20 Jun, 2008 - 11:47 AM)

Quick question: is it possible to have a MS Word Document included as part of a VB.Net project when you publish it? I have a form and when I click a command button I want a preformatted MS-Word document to open. Instead of trying to write code in VB.Net to format a blank Word document I was wondering if is possible to bundle it into the application when you publish it to CD.
If this would work is it best to put the Word template in the obj file of the project or should I set up a new project file?
Yes it is more than possible. How are you deploying your application (ie, OneClick, Setup and Deployment project)?
All you need to do is add the template file to your project. Just right-click on solution and Add Existing Item.
Depending on how you are deploying the application will determine what happens next.