Math Help Needed [Resolved]
If this is an easy question please excuse me. I am new to VB.NET and have made a few small programs that randomize numbers but I want to learn some math now and need a working code example.
I want to have a series of text boxes 1 thru 10. The math formula I need help with is below. If it's easy enough I would like the calculations to occur when the numbers are typed in the text boxes by the user like an on change event. If it's easier to use a button to do all the caluclations after the numbers have been entered in the text boxes that would be ok too.
textbox1 minus textbox2 plus textbox3 = textbox4
textbox4 minus textbox5 plus textbox6 = textbox7
textbox7 minus textbox8 plus textbox9 = textbox10
Thanks for help with this.