Hello...
I have three textboxes on a form.
The first two are for entering numbers for addition.
And the third is for displaying the result of addition.
I want the result of addition to appear in the third textbox as soon as I enter
the numbers in the first two textboxes, without pressing any buttons.
Does anyone know how to do this?