为何在bas中不能定义ListView变量解决办法
为何在bas中不能定义ListView变量
在bas文件中定义如下变量:
Dim lv As ListView
为何报错:
Compiler Error:
Expected user-defined type,not project
------解决方案--------------------
不要将工程命名为 ListView !
在bas文件中定义如下变量:
Dim lv As ListView
为何报错:
Compiler Error:
Expected user-defined type,not project
------解决方案--------------------
不要将工程命名为 ListView !