First all of you must excause me, because I am sure this is a simple question that also has a simple answer.

How do I print all source code in a project at one time in Visual basic .Net/Visual Studio .Net?

I just managed to print one class/module/form at the time, but when I have 30 of these to print I would like a much easier way to print them all at the same time.

VB6 could do that, and there was also a function you could choose that allowed you to print specifikations/properties for a form and the controls on it. I am looking for something similiar in VB.Net!

I hope that there is someone out there who can help me with this.

/Anders