i want that by using on changevent a calculation can be done in vb.net windosapplication
suppose i had got some textbox like totalamount(t) , amountpaid(ap), balancerefund(bf), amount due(ad),
If t > ap Then
bf textbox shows the amount
Else
ad textbox shows the amount
End If
how to this through an on change event