C
Craig Buchanan
if i have an enum like:
Public Enum StatusEnum
Opened = 1
Closed = 2
WIP = 3
AtSDPS = 4
Waiting = 5
End Enum
Is there a way to list the text values? Is there a way to get these into a
combobox?
thanks,
craig
Public Enum StatusEnum
Opened = 1
Closed = 2
WIP = 3
AtSDPS = 4
Waiting = 5
End Enum
Is there a way to list the text values? Is there a way to get these into a
combobox?
thanks,
craig