Monday, October 18, 2010

Monday October 18th 2010

Working on some tutorials by Patrice Pelland. It's a bit of a nuisance navigating all the forms, etc. I can see how it is cool to be able to do these things with the design environment instead of coding it by hand, but I am just afraid that they will up and change everything with the next edition of visual basic. not sure if that concern is valid.



If e.CurrentProgress < e.MaximumProgress Then
If pbStatus.Value >= pbStatus.Maximum Then
pbStatus.Value =
pbStatus.Minimum
Else
pbStatus.PerformStep()
End If
Else
pbStatus.Value = pbStatus.Minimum
End If

No comments: