Thursday, January 29, 2015

Combobox in c#


I get this error:


Operator '+' cannot be applied to operands of type 'System.Windows.Forms.ComboBox' and 'System.Windows.Forms.ComboBox'

Well, that's no surprise. You can't add two ComboBoxes together.



- Wayne


No comments:

Post a Comment