一个鱼一个旨念什么:VB中一共有几种“过程”?

来源:百度文库 编辑:中科新闻网 时间:2024/05/14 01:41:56
VB中一共有几种“过程”?
至少有Sub Function Type Constant

VB6.0内有:
Sub 过程
Function函数过程
Property属性过程
event事件过程

private
public

VB6.0内有:
Sub 过程
Function函数过程
Property属性过程
event事件过程
private
public
CASE
CONST
。。。。。。。。。。。