Click to See Complete Forum and Search --> : Loop thourh an applications a forms


jen
September 5th, 2001, 09:23 AM
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

srinika
September 6th, 2001, 06:06 AM
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