hello,
I wish to use a progress bar to show the progress of several subrotines that run after a button click event. Any help would be appreciated.
Private Sub btnCalc_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnCalc.Click
MCCalc()
WetDenCalc()
OSCalcs()
calcCurve()
omcCalc()
showValues()
End Sub