danasegarane
Active member
- Joined
- Jun 14, 2006
- Messages
- 41
- Programming Experience
- Beginner
Dear All,
How can Build a Enum during run time.
Now i have like this
Now the problem is that the members cannot be declared during design time.It will be defined during run time only.How can I build during run time
Thks in advance
Dana
How can Build a Enum during run time.
Now i have like this
VB.NET:
Public Enum Test
val1
val1
End Enun
Now the problem is that the members cannot be declared during design time.It will be defined during run time only.How can I build during run time
Thks in advance
Dana