How to get the list of forms in VS2008 C# project ?

Posted by Mobin on Stack Overflow See other posts from Stack Overflow or by Mobin
Published on 2010-03-19T11:59:19Z Indexed on 2010/03/19 12:01 UTC
Read the original article Hit count: 176

Filed under:
|

I want to get a list of all the forms in the project i am running a form from .

Suppose i am running a project which has 4 forms 1.Form1 2.Form2 3.Form3 4.Form4

and i want to retrieve the list of them for further direction which form to direct to

© Stack Overflow or respective owner

Related posts about winforms

Related posts about c#