Private Sub btnCalc_Click(sender As System.Object, e As System.EventArgs) Handles btnCalc.Click
CalculateCost()
End Sub
Private Sub CalculateCost()
txtbCat1Cost.Text = txtbCat1Items.Text * txtbCat1Price.Text
txtbCat2Cost.Text = txtbCat2Items.Text * txtbCat2Price.Text...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.