摘要
本文介绍了 Visual Basic应用程序代码大小的优化技术 ,包括编程时减少加载窗体的数目、减少控制数目、用标签代替文本框、只在需要时才加载数据、合理地组织模块、禁用 Variant数据类型、使用动态数组、回收被字符串或对象变量用过的空间、消除死代码和无用的变量等 ,以及编译时选择“编译为本机代码”和“代码大小优化”选项 ,从而提高程序的性能。
This paper introduces optimization of the code size of VB applications, such as reducing the number of loaded forms and controls, using textboxes instead of labels, loading data only if necessary, organizing modules, prohibiting variant data type, using dynamic arrays, freeing spaces formerly used by strings and variables, erasing redundant codes and useless variables, and selecting the options of 'compiled as local code' and 'code size optimized'.
出处
《微型电脑应用》
2000年第8期63-64,共2页
Microcomputer Applications
关键词
VB语言
编程技术
应用程序代码
代码大小
优化
VB program optimization of code size programming technique compiling technique local code