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?
Printable View
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?
Check out Forms collection in Visual basic Help.
to count no of forms at run time.
eg:
forms.count
Forms.Count only gives the loaded forms count. I want all the Total Forms Count and List in that Project(Not only loaded Forms).