The information in this article applies to:
SUMMARY
Visual Basic 4.0 has a Compile on Demand feature. To set it, on the Tools
menu, click Options, and then click Advanced. This feature is selected by
default. When this feature is selected, code segments are not forced to be
compiled until called upon in the application. This means that the
application will typically start more quickly, but there will be some delay
during the running of an application from the design environment if a code
segment is called that has not yet been compiled.
Additional query words: speed performance vb4win vb4all
Keywords : kbtool kbVBp400 EnvtDes VB4WIN |
Last Reviewed: January 20, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |