[Message Deleted]
C#
4
Posts
2
Posters
0
Views
1
Watching
Try the OnValueChanged
event. Check if all four got a value, and if true, write the contents to the textbox :)
I are troll :)
The OnValueChanged
should fire for each combobox, but you'll only need one event-handler. Once you written the code for ComboBox1, you can reuse it by hooking up the event from ComboBox2, ComboBox3 and ComboBox4.
I are troll :)