J
John
Hello,
i have this structure
Public Structure TestStructure
Dim a As Boolean
Dim b As Boolean
Dim c As Boolean
End Structure
Dim Test as TestStructure
test.a = true
test.b = false
test.c = true
I would want set to a datasource of a checkedlistbox and an automatic load a
field of structure and value..
It is possibile?
i have this structure
Public Structure TestStructure
Dim a As Boolean
Dim b As Boolean
Dim c As Boolean
End Structure
Dim Test as TestStructure
test.a = true
test.b = false
test.c = true
I would want set to a datasource of a checkedlistbox and an automatic load a
field of structure and value..
It is possibile?