PDA

Click to See Complete Forum and Search --> : Forms Count in a Project


sujatharaj
Jan 4th, 2000, 06:41 PM
Can any one tell me how to get the forms count in a Standard EXE Project and also the List of Forms in Runtime? Is it possible?

kishore
Jan 4th, 2000, 09:32 PM
Check out Forms collection in Visual basic Help.

to count no of forms at run time.
eg:
forms.count

sujatharaj
Jan 7th, 2000, 12:16 PM
Forms.Count only gives the loaded forms count. I want all the Total Forms Count and List in that Project(Not only loaded Forms).