重拾VB6(11.1):VB6对象导论笔记
本文标签:重拾VB6 来自MSDN-2001-OCT: Visual Tools and Languages/Visual Studio 6.0 Documentation/Visual Basic Documentation/Using Visual Basic/Programmer’s Guide/Part 1: Visual Basic Basics/Programming Fundamentals/Working with Objects (1)For simplicity,most of the material outside of this chapter won't make many references to an object's class. Just remember that the term "list box control," for example,means "an instance of the ListBox class." (2)关于对象层次 (3)关于集合: Controls("List1") Controls!List1 Controls(3) VB6里最常用到的集合对象:Forms,Controls,Printers。不过,据赵老虎说,Collection 不是一个基类或接口,它和 Forms、Printers 一样都是 IEnumVARIANT 的一个实现,看这个帖子8楼。 (4)关于容器: (5)关于New: (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |