I have made a standard webbrowser and at the bottom of the form i am wanting to put a progress bar so the user knows how long the page is going to take to load but as some pages are going to take longer than others so a standard timer wont do it
Any help on the matter would be appreciated
Last edited by Aaron Smith; May 19th, 2005 at 10:44 AM.
Regards
Aaron Smith
Did my post help you, rate my post
When Quoting VB Code use [vbcode][/vbcode]
When your problem has been resolved change to *subject* [RESOLVED]
Thank you for trying to send this but i am using an internet connection which is a shared internet connection and the administrator has set the security settings to deny all incoming files
If you could possible take the file and print the code which would be required for the progress bar.
Thanks
Regards
Aaron Smith
Did my post help you, rate my post
When Quoting VB Code use [vbcode][/vbcode]
When your problem has been resolved change to *subject* [RESOLVED]
Please notice that the ProgressChange event works very unreliable. That code snippet was the only way I could more or less get it to work. The MSDN documentation doesn't list any bugs or problematic behavior, but the parameters sometimes have very strange values. Sometimes the ProgressMax parameter is even higher than the Progress parameter... That's why the error handler is added to the code.
Please notice that the ProgressChange event works very unreliable. That code snippet was the only way I could more or less get it to work. The MSDN documentation doesn't list any bugs or problematic behavior, but the parameters sometimes have very strange values. Sometimes the ProgressMax parameter is even higher than the Progress parameter... That's why the error handler is added to the code.
I think you mean Progress is higher than ProgressMax
Who knows why.
I think you mean Progress is higher than ProgressMax
The other way around wouldn't be so noteworthy...
By the way, here are the results of ProgressChange when navigating to vbforums.com. The first values look fairly accurate, but in the end it becomes strange...