How to bind enum to a combo box using Binding class
Hello, Does anyone know how can I bind an enum to a combo box using Binding class and not by settting DataSource. I mean by setting the "combobox.Databindings.add" method. Thanks,
JefeSol Tuesday, September 15, 2009 4:39 PM
I have an example of using an Enum to build a dictionary and then binding the dictionary. The example uses the DataSource property, but once you have the dictionary you may be able to use the .Add method instead.
Hope this helps.www.insteptech.com ;
msmvps.com/blogs/deborahk
We are volunteers and ask only that if we are able to help you, that you mark our reply as your answer. THANKS!
Marked As Answer byJefeSolWednesday, September 16, 2009 8:41 AM
DeborahK Tuesday, September 15, 2009 4:56 PM
I have an example of using an Enum to build a dictionary and then binding the dictionary. The example uses the DataSource property, but once you have the dictionary you may be able to use the .Add method instead.
Hope this helps.www.insteptech.com ;
msmvps.com/blogs/deborahk
We are volunteers and ask only that if we are able to help you, that you mark our reply as your answer. THANKS!
Marked As Answer byJefeSolWednesday, September 16, 2009 8:41 AM