I'm trying to make a program so that people at work can generate their mock ups in C# then pass them to my program and have a Word document created based on what's in the mock up. Right now I am taking the Designer files from the project and parsing their code to generate this. I was just wondering if there is a better way or not. Thanks!