vb Code:
Dim number As Integer = Cint(txta.text) + Cint(txtb.Text) + Cint(txtC.Text)
You should look at Integer.TryParse to make sure that the text in the textboxes can actually be added
|
Results 1 to 3 of 3
Thread: vs[2005] adding textboxesThreaded View
|
Click Here to Expand Forum to Full Width |