Loop thourh an applications a forms
Hi!
I would like to loop through all forms within an applikation even if they are not loaded. I´m looking for a special form and if I find it in the applikation I want to load it. It doesn´t work with for each form in forms, becourse it only shows loaded forms. Thanx in advance
Re: Loop thourh an applications a forms
I can give u a method to find whether a particular form exists in a project.
The Visual Basic Project File (*.vbp) is having all the forms that the project is having.
So get the text of the .vbp file to a string and check that text, whether that form name exists.
Srinika