Results 1 to 5 of 5

Thread: Increase Loading Speed

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Nov 2005
    Posts
    153

    Increase Loading Speed

    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?
    This is The Prophet MOHAMMAD!
    =======================
    My SuperMen:
    RhinoBull, gigemboy, jmcilhinney, |2eM!x, Edneeis and Hack

  2. #2
    Frenzied Member Jmacp's Avatar
    Join Date
    Jul 2003
    Location
    UK
    Posts
    1,959

    Re: Increase Loading Speed

    Buy a faster connection

    can you post the relavant code, though i doubt there's much you can do.

  3. #3
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Increase Loading Speed

    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.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    Nov 2005
    Posts
    153

    Re: Increase Loading Speed

    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

    Quote Originally Posted by Jmacp
    Buy a faster connection

    can you post the relavant code, though i doubt there's much you can do.
    shall i buy for all members or only me
    Attached Files Attached Files
    This is The Prophet MOHAMMAD!
    =======================
    My SuperMen:
    RhinoBull, gigemboy, jmcilhinney, |2eM!x, Edneeis and Hack

  5. #5
    Frenzied Member Jmacp's Avatar
    Join Date
    Jul 2003
    Location
    UK
    Posts
    1,959

    Re: Increase Loading Speed

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width