Im trying to get the selected value of my 4 comboboxes and add them together automatically in a windows form. The comboboxes items are decimals, 0,75 , 0,8 etc. How do i add all the values selected from the comboboxes together into a textbox?
I have tried for 5 hours now and really cant figure it out. FYI im really a beginner.
Thanks!
ComboBox.SelectedIndexChangedevent.