Results 1 to 8 of 8

Thread: [RESOLVED] The right term for preloader

  1. #1

    Thread Starter
    Addicted Member charmedcharmer's Avatar
    Join Date
    Sep 2003
    Posts
    211

    [RESOLVED] The right term for preloader

    Hi.. just wondering what is the more techinical term for "preloader". Preloader is used in Flash, I dont know how to call iit in vb... you know, a form that displays the status of a loading form.... Ive searched for "preloader" in the forum but it seems that nobody's answering their inquiries....

    Can I ask it again? How can I make a preloader? I would reaaly appreciate it even if you just direct me to a site that teaches how to make a preloader (or someting like that). thanks. Thanks a lot
    Last edited by charmedcharmer; Nov 19th, 2004 at 08:13 PM.
    C++ Programming is overwhelming.

    Dont let it overwhelm you or you'll fall into the oblivion of its perfection

  2. #2
    The Devil crptcblade's Avatar
    Join Date
    Aug 2000
    Location
    Quetzalshacatenango
    Posts
    9,091
    Do you mean like a splash screen?
    Laugh, and the world laughs with you. Cry, and you just water down your vodka.


    Take credit, not responsibility

  3. #3
    PowerPoster lintz's Avatar
    Join Date
    Mar 2003
    Location
    The 19th Hole
    Posts
    2,697
    Are you referring to a Splash Screen?? or maybe a progress bar??

  4. #4
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709
    The preloadeer in Flash is a progressbar indicating the progress
    of the download. In VB the equilivalent would be a Splash screen
    with a progressbar indicating the progress of loading forms,
    connecting to a db, loading a recordset, or anything else that you
    have in need to be loaded before your program starts.

    If you go to Project > Add Form > and in the New tab there is a
    template for a Splash Screen.

    You can add a progressbar to it if you want. Project >
    Components > Controls tab > and select Windows Common
    Controls 6.0.

    HTH
    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

  5. #5

    Thread Starter
    Addicted Member charmedcharmer's Avatar
    Join Date
    Sep 2003
    Posts
    211
    GOT IT.... thanks... how do i make the progress bar work, you know, progressing as the loading of the object/control/form occurs?

    Since I dont know what is happening internally to my object/control/form, i mean, it just takes some time to appear, i dont have the information on how many percent it has loaded.. how can i know the percentage of one loading control?

    I am asking this coz i'll be having 180+ picture boxes on a form, and i think it will load much longer than loading a form without a picture box... so i need the information about the percentage of the loaded objects on my form or the form itself.... Got my explantion? Im not good on explaining things.... Thank you.. hope you'll still answer me back.... thanks. thanks alot...
    C++ Programming is overwhelming.

    Dont let it overwhelm you or you'll fall into the oblivion of its perfection

  6. #6
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901
    make the progress bar max=180, then to advance it, advance it 18 every time you read 10 files and display them. that way, while it reads the first 18, progress will be 0, then for the next 18, progress will be 10%, etc.

  7. #7
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709
    In the form_load event of your main form reference your
    splash screen.progressbar.value to equal another increment as
    you set the picture property of the pictureboxes, etc.
    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

  8. #8

    Thread Starter
    Addicted Member charmedcharmer's Avatar
    Join Date
    Sep 2003
    Posts
    211
    oooh, thats how it works..... thank you very much again for your replies.... thanks alot.... thank you thank you! havent i thank you enough? I'll be tying your code later when i get home... THANKS
    C++ Programming is overwhelming.

    Dont let it overwhelm you or you'll fall into the oblivion of its perfection

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