Quote Originally Posted by mehmetcik View Post
Ok try this:
Let me restate the purpose of each entity.

The command button should display time now() next to it (where it says <--Time Now) whenever the user clicks the button.

Each combobox should display the user selected time in minutes, if they choose 5 in the first, 7 in the second, 10 in the third it should stay 5,7,10 and not change.

The Time1-3 to the right of each combobox should display the computed time (time now value + combobox minute selection value) based upon the user combobox selections.

No matter when the user clicks the command button the time now updates, as well as the computed times to the right of each combobox.

The combobox values should never change unless the user changes them.