Howdy there:
I'm doing a work using Visual Basic 6.0 work, that has the objective of calculating the total value of an ordering. However I can't do the total sum of the diferent values including in a label (putting the total into the txtBox), it always gives me the last value. Truly will appreciate your help
Here goes the cod:
[code=vb]
Private Sub cmbCodigo_DropD own()
txtQuantidade.E nabled = True
...