6
Answers

How to Enable button after selecting all items in a combobx

I am new to C#. I have a button and a combobox in my winform. I want to enabled my button right after selecting all items of the combobox one by one. Can anyone suggest me with this problem? As i am new so some sudo code will be highly appreciated.

thanks in advance
Answers (6)
0
Rajeev Punhani

Rajeev Punhani

NA 4.7k 402.7k 8y
Hi Chetan,
 
Please see the below links.
 
https://pauliom.com/2009/04/30/how-to-remove-items-from-a-bound-list-box-or-how-to-avoid-operation-not-supported-on-read-only-collection/