Results 1 to 4 of 4

Hybrid View

  1. #1
    Vertu™'s Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    Wonderland
    Posts
    44
    Reputation
    10
    Thanks
    35
    My Mood
    Angelic

    Little help with progress bar

    Help:
    How to get this style of progress bar in vb2008?

    I know it's noobish question xD
    Last edited by Vertu™; 05-14-2011 at 04:30 AM.

  2. #2
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,679
    My Mood
    Mellow
    Very simply just set the "Style" property of the progressbar to "Marquee" you can adjust the speed of it by changing the "MarqueeAnimationSpeed" property as well.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  3. The Following User Says Thank You to Jason For This Useful Post:

    Vertu™ (05-14-2011)

  4. #3
    Vertu™'s Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    Wonderland
    Posts
    44
    Reputation
    10
    Thanks
    35
    My Mood
    Angelic
    Quote Originally Posted by Chooka View Post
    Very simply just set the "Style" property of the progressbar to "Marquee" you can adjust the speed of it by changing the "MarqueeAnimationSpeed" property as well.
    thank you

  5. #4
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,679
    My Mood
    Mellow
    Marked solved then.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)