+ Reply to Thread
Results 1 to 2 of 2

VB simple questions

  1. #1
    Ch
    Guest

    VB simple questions

    I have some simple questions if anybody can help me:
    Q: How many maximum child forms can be opened on an MDI form? Whats the
    exact figure.?
    Q: What is the maximum number of mudules,class modules and forms that
    can be present in a VB project?
    Q: What is the maximum size of a code module?


  2. #2
    RB Smissaert
    Guest

    Re: VB simple questions

    I don't know about Q1 and I only know about Excel, but:

    Q2. I have found that if the number of normal modules, class modules and
    forms together goes above 100 strange things can happen.

    Q3. The consensus seems to be that it is best to keep the size of normal
    modules and class modules below 64 Kb, so this is when you do export to .bas
    or .cls file. I have a form that is bigger than this and there is no problem
    with that, but maybe it is best as well to keep this below 64 Kb.

    RBS


    "Ch" <hadia.ch@gmail.com> wrote in message
    news:1123192182.744635.40280@z14g2000cwz.googlegroups.com...
    >I have some simple questions if anybody can help me:
    > Q: How many maximum child forms can be opened on an MDI form? Whats the
    > exact figure.?
    > Q: What is the maximum number of mudules,class modules and forms that
    > can be present in a VB project?
    > Q: What is the maximum size of a code module?
    >



+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1