◘◘◘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.

+17
noel8877
Stephany297
aashleyy12
henderson791
jjohn8171
rian47242
colttonn83
walker935
nnelsotn55
zzainne66
cammeron12
sabbrinak55
william9908
orten999
yyanna2
Banaka
DaneX
21 posters

    [TUT] ProgressBar Part 2/2

    DaneX
    DaneX
    Admin
    Admin


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

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

    Post  DaneX Fri Jul 03, 2009 12:25 pm

    1. Make 1 Timer and put Enabled true.
    2. Make 1 Progressbar.
    3. Make A new form called Form2 (default name)
    4. 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
                Form2.Show()
            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 2/2 Empty Re: [TUT] ProgressBar Part 2/2

    Post  Banaka Sun Jul 05, 2009 8:10 am

    If i put the progressbar value a 100 and in the timer code i put progressbar1.value -=1 it gonna work?
    i gonna try it!
    avatar
    yyanna2
    Leacher
    Leacher


    Posts : 7
    Tokens : 63
    Reputation : 0
    Join date : 2010-01-20

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

    Post  yyanna2 Fri Feb 05, 2010 4:21 am

    Niminy-piminy...welldone
    ___________
    Contract Hire
    avatar
    orten999
    Leacher
    Leacher


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

    [TUT] ProgressBar Part 2/2 Empty Term Papers

    Post  orten999 Tue Mar 30, 2010 8:57 pm

    It's always nice when you can not only be informed, but also get knowledge, from these type of thread, nice entry. Thanks

    Term Papers
    avatar
    william9908
    Leacher
    Leacher


    Posts : 13
    Tokens : 170
    Reputation : 0
    Join date : 2010-02-15

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

    Post  william9908 Fri Apr 16, 2010 1:31 pm

    Really many many thanks for sharing this here,It helped me lot.
    _________________________________
    Web Design London
    avatar
    sabbrinak55
    Leacher
    Leacher


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

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

    Post  sabbrinak55 Tue Apr 20, 2010 1:26 am

    Awesome work thanks for sharing

    ______________________
    Dental Negligence
    avatar
    cammeron12
    Leacher
    Leacher


    Posts : 11
    Tokens : 137
    Reputation : 0
    Join date : 2010-04-23

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

    Post  cammeron12 Fri Apr 23, 2010 7:02 pm

    Thanks for your tutor in this forum..
    I learned a lot...
    Visual Basic is a very good language..
    Everyone should learn this.....


    ____________________
    VGA Cable
    XLR Cable
    avatar
    zzainne66
    Leacher
    Leacher


    Posts : 20
    Tokens : 216
    Reputation : 0
    Join date : 2010-04-21

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

    Post  zzainne66 Sat May 01, 2010 2:40 pm

    Excellent job.Good to know.Thanks for sharing



    Razz
    ______________
    HDMI Extender
    Guitar Cables
    avatar
    nnelsotn55
    Leacher
    Leacher


    Posts : 12
    Tokens : 124
    Reputation : 0
    Join date : 2010-04-20

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

    Post  nnelsotn55 Sun May 02, 2010 12:34 am

    Excellent - well done!
    lol!

    ________________
    HDMI Cable
    USB Cable
    avatar
    walker935
    Member
    Member


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

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

    Post  walker935 Wed May 19, 2010 1:37 pm

    I learned a lot...
    Visual Basic is a very good language..
    Everyone should learn this.....
    _______________________________________
    Sports Supplements
    Sports Nutrition
    avatar
    colttonn83
    Leacher
    Leacher


    Posts : 18
    Tokens : 200
    Reputation : 0
    Join date : 2010-04-19

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

    Post  colttonn83 Wed May 26, 2010 10:16 am

    It's a basic language .......very helpful and informative for us


    lol! _____________
    Proofreading
    SEO Copywriting
    avatar
    rian47242
    Leacher
    Leacher


    Posts : 6
    Tokens : 90
    Reputation : 0
    Join date : 2010-05-11

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

    Post  rian47242 Fri May 28, 2010 11:05 am

    1. Make 1 Timer and put Enabled true.
    2. Make 1 Progressbar.
    3. Make A new form called Form2 (default name)
    4. Coding Time
    _____________________
    Proofreading
    SEO Copywriting
    avatar
    jjohn8171
    Leacher
    Leacher


    Posts : 14
    Tokens : 184
    Reputation : 0
    Join date : 2010-06-01

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

    Post  jjohn8171 Thu Jun 03, 2010 1:01 pm

    I have learned a lot...
    Visual Basic is a very good language..
    This is a basic knowledge
    Everyone should try to learn this...
    ____________________________
    Hair Care Products
    Hair Products
    avatar
    henderson791
    Leacher
    Leacher


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

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

    Post  henderson791 Wed Jun 09, 2010 12:54 am

    I personally dislike the throbber [TUT] ProgressBar Part 2/2 Spinning-wheel-throbber created by Apple. It gives me the impression of a chicken running around with its head cut off.

    -------------------------------------------
    Web Design Birmingham
    Website Design Birmingham
    avatar
    aashleyy12
    Member
    Member


    Posts : 44
    Tokens : 574
    Reputation : 0
    Join date : 2010-06-24

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

    Post  aashleyy12 Sat Jul 03, 2010 10:07 am

    It's always nice when you can not only be informed, but also get knowledge, from these type of thread, nice entry. Thanks .
    _____________________________________________
    Hotel Italy
    Apartments Italy
    avatar
    Stephany297
    Member
    Member


    Posts : 28
    Tokens : 364
    Reputation : 0
    Join date : 2010-09-08

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

    Post  Stephany297 Mon Sep 20, 2010 9:30 pm

    It's a basic language.its very helpful and informative for us.Thanks for sharing.
    _______________________________

    Malaysia Flights
    Kuala Lumpur Accommodation
    avatar
    noel8877
    Member
    Member


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

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

    Post  noel8877 Tue Sep 21, 2010 10:45 am

    If i put the progress bar value a 100 and in the timer code i put progressbar1.value -=1 it gonna work?i gonna try it!
    ________________________________________
    Hotels Kuala Lumpur
    Hotel Kuala Lumpur
    avatar
    pprince951
    Member
    Member


    Posts : 27
    Tokens : 307
    Reputation : 0
    Join date : 2010-09-24

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

    Post  pprince951 Sat Oct 02, 2010 10:37 am

    It's always nice when you can not only be informed, but also get knowledge, from these type of thread, nice entry. Thanks
    _____________________________________
    Social Bookmarking Submission Service
    Manual Article Submission Service
    avatar
    dmtr1235
    Leacher
    Leacher


    Posts : 4
    Tokens : 60
    Reputation : 0
    Join date : 2010-10-04

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

    Post  dmtr1235 Thu Oct 07, 2010 10:09 am

    If i put the progressbar value a 100 and in the timer code i put progressbar1.value -=1 it gonna work?
    i gonna try it!
    ___________________________________________
    Social Bookmarking Submission Service
    Manual Article Submission Service
    avatar
    alpyssa12
    Member
    Member


    Posts : 32
    Tokens : 290
    Reputation : 0
    Join date : 2010-10-19

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

    Post  alpyssa12 Tue Oct 19, 2010 11:56 pm

    A progress bar is a component in a graphical user interface used to convey the progress of a task, such as a download or file transfer. Often, the graphic is accompanied by a textual representation of the progress in a percent format.

    ________________________________________________
    Cheap Flights
    Barcelona Flight
    avatar
    Stephany297
    Member
    Member


    Posts : 28
    Tokens : 364
    Reputation : 0
    Join date : 2010-09-08

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

    Post  Stephany297 Mon Nov 15, 2010 6:54 pm

    With a progress bar users can follow the progress of a lengthy operation. A progress bar may either show an approximate percentage of completion or indicate that an operation is ongoing.
    ______________________________________
    Link Building
    SEO Packages
    avatar
    luis6268
    Member
    Member


    Posts : 35
    Tokens : 273
    Reputation : 0
    Join date : 2011-04-12

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

    Post  luis6268 Thu Apr 28, 2011 5:50 pm

    If i put the progressbar value a 100 and in the timer code i put progressbar1.value -=1 it gonna work?i gonna try it!
    _________________________
    Zoladex
    Zoladex

    Sponsored content


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

    Post  Sponsored content


      Current date/time is Tue May 21, 2024 12:40 am