Search results for query: *

  1. C

    Learning about running total

    Here is what I ended up doing In case someone else has the same problem or is just curious, here is my code: Private Sub cmdCalc_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdCalc.Click Dim i As Integer = Costs.Items.Count Dim count As Integer Dim total As...
  2. C

    Learning about running total

    Find below my code, my problem is that I need txtTotalOut.text to equal the sum of multiple workshops selected. I am aware how to do it if I would only have one workshop, but if more than one is selected I do not know how to do it. Private Sub cmdExit_Click(ByVal sender As System.Object...
Back
Top