|
-
Jan 4th, 2000, 07:41 PM
#1
Thread Starter
Junior Member
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?
-
Jan 4th, 2000, 10:32 PM
#2
Member
Check out Forms collection in Visual basic Help.
to count no of forms at run time.
eg:
forms.count
-
Jan 7th, 2000, 01:16 PM
#3
Thread Starter
Junior Member
Forms.Count only gives the loaded forms count. I want all the Total Forms Count and List in that Project(Not only loaded Forms).
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|