i have a enum like that :
public enum Mode
{
[*"I need a display name attribute to show in combobox"*]
Active,
[*"I need a display name attribute to show in combobox"*]
DeActive
}
I want to use it as a dataSource in a comboBox and i need to set display name. Anyone can help me?
it is not the BLT deal...
my solution was:
Test.cs
Caption.cs
LocalizedEnumConverter.cs