kitty-yo
September 17th, 2001, 07:59 AM
Hi!
I'm working with MS Access and VBA and have included a MS ListView Control into my form. When I add the following event to the class module
Private Sub ListView1_ItemCheck(ByVal Item As MSComctlLib.ListItem)
...
End Sub
the compiler says that the syntax of the event (parameters) is not correct. But in the object catalouge it's the syntax as above.
Does anyone know about this? I'm very grateful if you do.
Thanx,
kitty
I'm working with MS Access and VBA and have included a MS ListView Control into my form. When I add the following event to the class module
Private Sub ListView1_ItemCheck(ByVal Item As MSComctlLib.ListItem)
...
End Sub
the compiler says that the syntax of the event (parameters) is not correct. But in the object catalouge it's the syntax as above.
Does anyone know about this? I'm very grateful if you do.
Thanx,
kitty