Since your project doesn't exist at runtime, there's no subfolders or form files or anything else. You'll have to use Reflection to find all of the classes that decend from the Form class. But, you have another problem. At runtime, the controls on a form do not exist until you create an instance of the form. ONLY then will they show up.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009...