Does anyone know why I get an error when the following line is executed?
ListView7.Icons = ImageList6
trying to set the icons property of a listview control to an existing imagelist control. Both are referenced as Microsoft Windows common controls 6.0 (SP4).
According with Access help and MSDN, it should work, but I get an error "35610: Invalid Object".
Please, help...It's driving me crazy.
ListView7.Icons = ImageList6
trying to set the icons property of a listview control to an existing imagelist control. Both are referenced as Microsoft Windows common controls 6.0 (SP4).
According with Access help and MSDN, it should work, but I get an error "35610: Invalid Object".
Please, help...It's driving me crazy.