|
-
Mar 3rd, 2006, 08:12 PM
#18
Re: Getting toolStripProgressBar to Increment
The Style is irrelevant, as is the Step. Step is the value by which the Value will increase when you cal PerformStep. You're not doing that so it has no influence. The progress bar will change when the WebBrowser notifies it. The progress will not be smooth and ther may be fits and starts. You have to live with that because the only information you have to go on is what the WebBrowser provides you in the ProgressChanged event handler.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|