C
chris
Hello all -
I have a form that has several checked list boxes. I want to maintain a
static (Shared) array to make looping through them easier. I have tried
several things unsuccessfully.
I wanted to declare a the array like this:
'private shared foo() as checkedlistbox = {item, item, item}' and access it
with a ReadOnly property. I received compile errors here (need reference to
instance). Anyway, what would be the recommended way of tackling this
problem? Any suggestion is appreciated. Example if possible. Thanks.
I have a form that has several checked list boxes. I want to maintain a
static (Shared) array to make looping through them easier. I have tried
several things unsuccessfully.
I wanted to declare a the array like this:
'private shared foo() as checkedlistbox = {item, item, item}' and access it
with a ReadOnly property. I received compile errors here (need reference to
instance). Anyway, what would be the recommended way of tackling this
problem? Any suggestion is appreciated. Example if possible. Thanks.