I am trying to write a function that will loop through all forms that are contained within a VB project. I know You can use the forms collection to access loaded forms. Do you know how to access forms that are not loaded, or know a way to load all the forms?
Alternatively do you know of a way of producing a list of all files (modules, forms etc) that are associated with a project?

Your help is greatly appreciated.