I want to create a document (probably MS Word) containing screen shots of every form in each of my company's projects.
There is no one .sln that contains all the .proj files. However, the .proj files are all in one directory structure.
We're using VS2012, so the macro functionality from previous versions is not available to us.
Ideally I would like each screenshot to be associated with, say, the filename of the .frm so they can be easily identified by reviewers.
I realise that the screen shots will probably be how the form looks in the IDE, rather than how it looks at runtime. This is ok.
We are using a mixture of VB.NET and C# forms.
Does any one have any ideas that might help me?
There is no one .sln that contains all the .proj files. However, the .proj files are all in one directory structure.
We're using VS2012, so the macro functionality from previous versions is not available to us.
Ideally I would like each screenshot to be associated with, say, the filename of the .frm so they can be easily identified by reviewers.
I realise that the screen shots will probably be how the form looks in the IDE, rather than how it looks at runtime. This is ok.
We are using a mixture of VB.NET and C# forms.
Does any one have any ideas that might help me?