Hi Experts,
I'm doing a small tool has a WebBrowser and i want to Increase the speed of Loading pages.
is there a method to do this Optimization?
Printable View
Hi Experts,
I'm doing a small tool has a WebBrowser and i want to Increase the speed of Loading pages.
is there a method to do this Optimization?
Buy a faster connection ;)
can you post the relavant code, though i doubt there's much you can do.
It depends on your pages and very little on your code, if at all.
Your pages should be optimized for download speed by optimizing the images used, limit images per page, preload images if possible, use light weight controls, if any, etc. Also, if your hosting the pages yourself then you can always increase your upload speed by upgrading your internet connection with your ISP.
The tool for a Forum and Just i was asking if possible to increase loading speed through VB or not.
by the way I am a newbie and like to make a small tools only . lol the code attached it does nothing ,, just a few Buttons and ComboBoxes
shall i buy for all members or only me :confused: :bigyello:Quote:
Originally Posted by Jmacp
Had a quick look and on the coding side you could get rid of all those select cases and set the itemdata property of each item in the listbox to its corresp[onding forum number then say something like,
webbrowser1.navigate "www.xxx.com/" & cmbForums.ItemData(cmbForums.ListIndex)
if at all this would only make a tiny difference.