◘◘◘VisualXtremes◘◘◘

<a href="http://www.forums100.com/in.php?id=1665"><img src="http://www.forums100.com/button.php?id=1665" border="0" /></a><br><font face="Tahoma"><span style="font-size: 6pt; font-weight: 700"><a href="http://www.forums100.com" style="text-decoration: none">Top 100 Forums</a></span></font><!-- BEGIN TOP SITE LIST PLANET VOTING CODE -->
<center>
<a href="http://forumz.top-site-list.com/vote447.html">
<IMG SRC="http://forumz.top-site-list.com/images/voteimage/forumz-2.jpg" border=0></a><br><font size=1><a href="http://www.top-site-list.com/">Free TopSite</a></font>
</center>
<!-- END TOP SITE LIST PLANET VOTING CODE -->
VOTE NOW TO HELP US TO GROW!

Join the forum, it's quick and easy

◘◘◘VisualXtremes◘◘◘

<a href="http://www.forums100.com/in.php?id=1665"><img src="http://www.forums100.com/button.php?id=1665" border="0" /></a><br><font face="Tahoma"><span style="font-size: 6pt; font-weight: 700"><a href="http://www.forums100.com" style="text-decoration: none">Top 100 Forums</a></span></font><!-- BEGIN TOP SITE LIST PLANET VOTING CODE -->
<center>
<a href="http://forumz.top-site-list.com/vote447.html">
<IMG SRC="http://forumz.top-site-list.com/images/voteimage/forumz-2.jpg" border=0></a><br><font size=1><a href="http://www.top-site-list.com/">Free TopSite</a></font>
</center>
<!-- END TOP SITE LIST PLANET VOTING CODE -->
VOTE NOW TO HELP US TO GROW!

◘◘◘VisualXtremes◘◘◘

Would you like to react to this message? Create an account in a few clicks or log in to continue.

+14
johnathan6418
ddenleyy88
aanssell25
domminic59
sshayndell12
walker935
sashpa25
henderson791
scoott271
sabbrinak55
kimberly3309
orten999
Banaka
DaneX
18 posters

    [TUT] ProgressBar Part 1/2

    DaneX
    DaneX
    Admin
    Admin


    Posts : 28
    Tokens : 811
    Reputation : 0
    Join date : 2009-07-03
    Age : 32
    Location : Canada/Quebec

    [TUT] ProgressBar Part 1/2 Empty [TUT] ProgressBar Part 1/2

    Post  DaneX Fri Jul 03, 2009 12:16 pm

    1. Put 1 Timer and put the Enabled at True
    2. Put 1 ProgressBar
    3. Coding Time:

    Code:
    Public Class Form1

        Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load

        End Sub

        Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
            ProgressBar1.Value += 1
            If ProgressBar1.Value = 99 Then
                Timer1.Enabled = False
                MsgBox("Done!")
            End If
            If ProgressBar1.Value = 98 Then
                Timer1.Enabled = False
                MsgBox("Done!")
            End If
        End Sub

        Private Sub ProgressBar1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ProgressBar1.Click

        End Sub
    End Class
    avatar
    Banaka
    Leacher
    Leacher


    Posts : 16
    Tokens : 210
    Reputation : 0
    Join date : 2009-07-05

    [TUT] ProgressBar Part 1/2 Empty Re: [TUT] ProgressBar Part 1/2

    Post  Banaka Sun Jul 05, 2009 8:09 am

    Whoa thank you DaneX !
    avatar
    orten999
    Leacher
    Leacher


    Posts : 10
    Tokens : 130
    Reputation : 0
    Join date : 2010-03-30

    [TUT] ProgressBar Part 1/2 Empty Term Papers

    Post  orten999 Tue Mar 30, 2010 8:59 pm

    The Progress Bar is one of the latest components to be added to the excellent library of UI widgets and interaction helpers built on top of jQuery. It was introduced in the latest version of the library, which at the time of writing is 1.7.


    Term Papers
    avatar
    kimberly3309
    Leacher
    Leacher


    Posts : 9
    Tokens : 96
    Reputation : 0
    Join date : 2010-02-13

    [TUT] ProgressBar Part 1/2 Empty Re: [TUT] ProgressBar Part 1/2

    Post  kimberly3309 Sat Apr 10, 2010 2:40 pm

    Awesome information u are sharing thank u so much.



    _______________________
    lastminute follonica
    avatar
    sabbrinak55
    Leacher
    Leacher


    Posts : 7
    Tokens : 77
    Reputation : 0
    Join date : 2010-02-17

    [TUT] ProgressBar Part 1/2 Empty Re: [TUT] ProgressBar Part 1/2

    Post  sabbrinak55 Tue Apr 20, 2010 1:28 am

    Thanks for sharing this nice information.

    __________________________
    Dental Negligence
    avatar
    scoott271
    Leacher
    Leacher


    Posts : 20
    Tokens : 216
    Reputation : 0
    Join date : 2010-03-20

    [TUT] ProgressBar Part 1/2 Empty Re: [TUT] ProgressBar Part 1/2

    Post  scoott271 Fri Apr 30, 2010 10:55 am

    Really many many thanks for sharing this here,It helped me lot.
    _____________________________________________________________
    Firewire Cable
    Guitar Cable
    avatar
    henderson791
    Leacher
    Leacher


    Posts : 23
    Tokens : 291
    Reputation : 0
    Join date : 2010-03-22

    [TUT] ProgressBar Part 1/2 Empty Re: [TUT] ProgressBar Part 1/2

    Post  henderson791 Mon May 10, 2010 10:56 pm

    Thanks for this descriptive post over here regarding this topic.
    _________________________________________
    Wine Investment
    Fine Wine Investment
    avatar
    sashpa25
    Leacher
    Leacher


    Posts : 15
    Tokens : 186
    Reputation : 0
    Join date : 2010-02-27

    [TUT] ProgressBar Part 1/2 Empty Re: [TUT] ProgressBar Part 1/2

    Post  sashpa25 Wed May 26, 2010 9:57 pm

    Nice work, always good to know new things.

    _______________
    Proofreading
    SEO Copywriting
    avatar
    walker935
    Member
    Member


    Posts : 31
    Tokens : 426
    Reputation : 0
    Join date : 2010-03-18

    [TUT] ProgressBar Part 1/2 Empty Re: [TUT] ProgressBar Part 1/2

    Post  walker935 Thu May 27, 2010 12:04 pm

    The Progress Bar is one of the latest components to be added to the excellent library of UI widgets and interaction helpers built on top of Query. It was introduced in the latest version of the library, which at the time of writing is 1.7.
    ______________________________________
    Whey Protein
    Protein Supplements
    avatar
    sshayndell12
    Leacher
    Leacher


    Posts : 12
    Tokens : 198
    Reputation : 0
    Join date : 2010-05-14

    [TUT] ProgressBar Part 1/2 Empty Re: [TUT] ProgressBar Part 1/2

    Post  sshayndell12 Fri May 28, 2010 9:17 pm

    hi

    you can use step instead of increment()
    for example :
    Private Sub Command1_Click()

    For i = ProgressBar1.Min To ProgressBar1.Max Step 10
    ProgressBar1.Value = i
    Text1.Text = i
    Text1.Refresh
    Next i

    End Sub

    _______________________________________
    Web Design Birmingham
    Website Design Birmingham
    avatar
    domminic59
    Member
    Member


    Posts : 35
    Tokens : 441
    Reputation : 0
    Join date : 2010-05-12

    [TUT] ProgressBar Part 1/2 Empty Re: [TUT] ProgressBar Part 1/2

    Post  domminic59 Sat Jun 12, 2010 9:17 pm

    what is this coding for, the thread is not vivid yet..!
    Wink







    ---------------------------------------------
    Hair Care Products
    Hair Products
    avatar
    aanssell25
    Member
    Member


    Posts : 36
    Tokens : 477
    Reputation : 0
    Join date : 2010-07-27

    [TUT] ProgressBar Part 1/2 Empty Re: [TUT] ProgressBar Part 1/2

    Post  aanssell25 Fri Aug 13, 2010 1:20 pm

    The Progress Bar is one of the latest components to be added to the excellent library of UI widgets and interaction helpers built on top of jQuery.
    __________________________________
    Driving Lessons Glasgow
    Driving Lessons
    avatar
    ddenleyy88
    Member
    Member


    Posts : 41
    Tokens : 531
    Reputation : 0
    Join date : 2010-07-20

    [TUT] ProgressBar Part 1/2 Empty Re: [TUT] ProgressBar Part 1/2

    Post  ddenleyy88 Wed Aug 18, 2010 12:16 am

    It's all up to you. To get a "asynch" web part, use ajax, and display a progress bar when it loads. We did an Ajax webpart connected to a web service, and the web part showed the user an animated gif for "loading"
    _____________________________

    Cosmetic Dentistry
    Cosmetic Dentist
    avatar
    johnathan6418
    Member
    Member


    Posts : 35
    Tokens : 455
    Reputation : 0
    Join date : 2010-09-09

    [TUT] ProgressBar Part 1/2 Empty Re: [TUT] ProgressBar Part 1/2

    Post  johnathan6418 Mon Sep 20, 2010 10:32 am

    Progress Bar is one of the latest components to be added to the excellent library of UI widgets and interaction helpers built on top of jQuery. It was introduced in the latest version of the library, which at the time of writing is 1.7.
    ________________
    Villas Spain
    Villa Spain



    Last edited by johnathan6418 on Thu Oct 07, 2010 3:21 pm; edited 2 times in total
    avatar
    noel8877
    Member
    Member


    Posts : 27
    Tokens : 377
    Reputation : 0
    Join date : 2010-09-08

    [TUT] ProgressBar Part 1/2 Empty Re: [TUT] ProgressBar Part 1/2

    Post  noel8877 Tue Sep 21, 2010 3:32 pm

    The Progress Bar is one of the latest components to be added to the excellent library of UI widgets and interaction helpers built on top of jQuery. It was introduced in the latest version of the library, which at the time of writing is 1.7.
    _____________________________________
    Hotels Kuala Lumpur
    Hotel Kuala Lumpur
    avatar
    ajohns229
    Member
    Member


    Posts : 27
    Tokens : 321
    Reputation : 0
    Join date : 2010-10-20

    [TUT] ProgressBar Part 1/2 Empty Re: [TUT] ProgressBar Part 1/2

    Post  ajohns229 Thu Nov 04, 2010 10:34 am

    The Progress Bar is one of the latest components to be added to the excellent library of UI widgets and interaction helpers built on top of jQuery. It was introduced in the latest version of the library, which at the time of writing is 1.7.
    ________________________________
    HDMI Cable
    HDMI Cables
    avatar
    aaric61
    Member
    Member


    Posts : 61
    Tokens : 803
    Reputation : 0
    Join date : 2010-12-10

    [TUT] ProgressBar Part 1/2 Empty Re: [TUT] ProgressBar Part 1/2

    Post  aaric61 Mon Dec 27, 2010 6:23 pm

    The Progress Bar is one of the latest components to be added to the excellent library of UI widgets and interaction helpers built on top of jQuery. It was introduced in the latest version of the library, which at the time of writing is 1.7.
    _________________________
    SEO Marketing
    SEO Company
    avatar
    oral1139
    Member
    Member


    Posts : 33
    Tokens : 384
    Reputation : 0
    Join date : 2010-12-29

    [TUT] ProgressBar Part 1/2 Empty Re: [TUT] ProgressBar Part 1/2

    Post  oral1139 Thu Jan 06, 2011 9:13 am

    The Progress Bar is one of the latest components to be added to the excellent library of UI widgets and interaction helpers built on top of jQuery. It was introduced in the latest version of the library, which at the time of writing is 1.7.
    ____________________________________
    SEO
    Search Engine Optimization

    Sponsored content


    [TUT] ProgressBar Part 1/2 Empty Re: [TUT] ProgressBar Part 1/2

    Post  Sponsored content


      Current date/time is Mon May 20, 2024 9:08 pm