My program does some amount of computationally intensive operations which take a fair amount of time, and so I've added a progress bar, such that it updates after each operation.<BR><BR>It works ...
I've got a C# form that is going to be displayed as a Modal Dialog from another form. In the event handler for the "OK" button, I validate the other controls on the form, and do some work.<BR><BR>In ...
Jeffrey Hicks shows you how to build on the code from a previous lesson to add a progress bar to your status box. Over the last several lessons we've been exploring different techniques for display ...