comboBox Enum
C#
2
Posts
2
Posters
0
Views
1
Watching
-
I want to fill a combobox with System.Windows.Forms.Keys Emun! So how can i do that?
-
I want to fill a combobox with System.Windows.Forms.Keys Emun! So how can i do that?
You can fill combo box like this comboBox1.DataSource = Enum.GetNames(typeof(System.Windows.Forms.Keys));
----------------------------- Shakeel Iqbal ------------------------------ My New Article Task Manager