Hi
Access 2007
WinXpPro Sp3
I've set up an SP6 Listview. I have two imagelist controls associated with it, one for small icons and one for large; thay are associated using
normal = my_imagelist_large
small = my_imagelist_small
I have added the icons for small and large so that they have the same index nos in their respective lists.
Whether my_lv.view = 1 / 2 or 3 I only ever get small icons?
I somehow made the assumption that the call to
Lv.ListItems.add which has 'Small_Icon' & 'Large_Icon' parameters would place icons from the small & normal imagelist controls?
Does anyone know how to connect these up please?
On a general note, what does one reliably search for to find microsoft's programming references? In the good old days we would call these a 'Command reference' where all the parameters, keywords, options (arguments in the u.S.) are listed ... sometimes I see them, sometimes I don't...
Thanks
Access 2007
WinXpPro Sp3
I've set up an SP6 Listview. I have two imagelist controls associated with it, one for small icons and one for large; thay are associated using
normal = my_imagelist_large
small = my_imagelist_small
I have added the icons for small and large so that they have the same index nos in their respective lists.
Whether my_lv.view = 1 / 2 or 3 I only ever get small icons?
I somehow made the assumption that the call to
Lv.ListItems.add which has 'Small_Icon' & 'Large_Icon' parameters would place icons from the small & normal imagelist controls?
Does anyone know how to connect these up please?
On a general note, what does one reliably search for to find microsoft's programming references? In the good old days we would call these a 'Command reference' where all the parameters, keywords, options (arguments in the u.S.) are listed ... sometimes I see them, sometimes I don't...
Thanks