J
John
Hello,
i have this structure..
Public Structure MyStructure
a as boolean
b as boolean
c as boolean
....
end structure
Dim Infos() As FieldInfo
Dim fi As FieldInfo
mInfos = GetType(MyStructure).GetFields
for each fi in Infos
msgbox fi.name
next
I Would "VALUE" for this Field..
i have this structure..
Public Structure MyStructure
a as boolean
b as boolean
c as boolean
....
end structure
Dim Infos() As FieldInfo
Dim fi As FieldInfo
mInfos = GetType(MyStructure).GetFields
for each fi in Infos
msgbox fi.name
next
I Would "VALUE" for this Field..