Results 1 to 3 of 3

Thread: Forms Count in a Project

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Aug 1999
    Location
    Avinashi,Tamilnadu,India
    Posts
    23

    Post

    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?

  2. #2
    Member
    Join Date
    Feb 1999
    Location
    Lexington,kentucky,USA
    Posts
    61

    Post

    Check out Forms collection in Visual basic Help.

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

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Aug 1999
    Location
    Avinashi,Tamilnadu,India
    Posts
    23

    Post

    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
  •  



Click Here to Expand Forum to Full Width