Results 1 to 7 of 7

Thread: Maximum forms in a project

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Oct 2000
    Posts
    1,463

    Maximum forms in a project

    Hi,

    I assume I could have 250 forms in a project just as long as they are not all loaded right? When I am done with a form, I use the Unload method. And the most forms I have open in a series at once may be 4 or 5. So this would be fine right?

    Thanks

    Warren

  2. #2

  3. #3
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: Maximum forms in a project

    I have written so rather large applications in my days and I have never even come close to 100 forms in a project, how does one manage that many forms?

  4. #4

    Thread Starter
    Frenzied Member
    Join Date
    Oct 2000
    Posts
    1,463

    Re: Maximum forms in a project

    I won't have that many, just used it as an example. The one large program I am writing will probably have around 50 forms though. Just for the settings page of my program, I am using individual pages for each setting which is alot in this one. I know I could combine but just easier this way.

    Thanks!!!

  5. #5
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: Maximum forms in a project

    You should always consider re-using some of your forms regardless - that's how small or large projects are done..
    There are many different technics like putting multiple frames on the form and show appropriate based on some argument... You'd strongly recommend that yoou try one of those...
    Without this you may put yourself against the wall one day

  6. #6

  7. #7
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Maximum forms in a project

    Or making a Settings Wizard.

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