M
Mr. B
In my application, I have a Combo Box and Text Box.
At Startup, I fill the Combo Box with information that I allow the Users to
select to do certain Calculations.
My Text Box shows a Value calculated by the information in the Text Box.
At Startup, I have Default information in both boxes.
Right now, a User selects a different line item in the Combo Box... and when
they Select the CALC button, the TEXT box is updated.
What I would like to do is to have the Text Box updated as soon as a User
changes the Combo Box.
But when I do the "SelectedIndexChanged", my Startup Fails as the application
is trying to run this or something.
How do I get around this issue?
Thanks in advance.
BruceF
At Startup, I fill the Combo Box with information that I allow the Users to
select to do certain Calculations.
My Text Box shows a Value calculated by the information in the Text Box.
At Startup, I have Default information in both boxes.
Right now, a User selects a different line item in the Combo Box... and when
they Select the CALC button, the TEXT box is updated.
What I would like to do is to have the Text Box updated as soon as a User
changes the Combo Box.
But when I do the "SelectedIndexChanged", my Startup Fails as the application
is trying to run this or something.
How do I get around this issue?
Thanks in advance.
BruceF