新建一个工程,只添加一个控件ADODC,双击它的下一条记录的箭头,出来Adodc1_WillMove(...)方法,在函数里添加了一个MSGBOX “Hello"语句,为啥一点运行就出现如下错误:
Compile error:
Procedure declaration does not match description of event or procedure having the same name.
...全文
669打赏收藏
vb编译问题
新建一个工程,只添加一个控件ADODC,双击它的下一条记录的箭头,出来Adodc1_WillMove(...)方法,在函数里添加了一个MSGBOX “Hello"语句,为啥一点运行就出现如下错误: Compile error: Procedure declaration does not match description of event or procedure having the same name.