CabConModding
Facebook
Twitter
youtube
Discord
Contact us
RSS
Menu
CabConModding
Home
New
Top
Premium
Rules
FAQ - Frequently Asked Questions
Games
Fornite
Call of Duty: Black Ops 3
Clash of Clans
Grand Theft Auto 5
Apex Legends
Assassin’s Creed Origins
Forums
Premium
Latest posts
What's new
Latest posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Log in
Register
What's new
Premium
Latest posts
Menu
Log in
Register
Navigation
Install the app
Install
More options
Dark Theme
Contact us
Close Menu
Forums
Tech Boards
Computer Programming
Source Code & Tutorial
Visual Basic 2010 - How to use a progress bar (Tutorial ) + Source
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Dev" data-source="post: 6083" data-attributes="member: 292"><p style="text-align: center">Simple Tutorial + Source</p> <p style="text-align: center">Download App:</p> <p style="text-align: center"><a href="https://www.sendspace.com/file/q7gap4" target="_blank">Download Progress Bar Tut.exe from Sendspace.com - send big files the easy way</a></p> <p style="text-align: center">Virus Scan:</p> <p style="text-align: center"><a href="https://www.virustotal.com/en/file/97e8a8415e42ed774a3dc95ef75a51bf550adb58fa538b11b36824a77b1ed90d/analysis/1464373945/" target="_blank">Antivirus scan for 97e8a8415e42ed774a3dc95ef75a51bf550adb58fa538b11b36824a77b1ed90d at2016-05-27 18:32:25 UTC - VirusTotal</a></p> <p style="text-align: center">Download Source: </p> <p style="text-align: center"><a href="https://www.sendspace.com/file/ao1pv1" target="_blank">Download Progress Bar Tut.rar from Sendspace.com - send big files the easy way</a></p> <p style="text-align: center"></p> <p style="text-align: center">[MEDIA=youtube]Lsvy0K7cZDQ[/MEDIA]</p> <p style="text-align: center"></p> <p style="text-align: center">Code</p><p>[CODE]Public Class Form1</p><p></p><p> Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click</p><p> Timer1.Start()</p><p> End Sub</p><p></p><p> Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load</p><p> MessageBox.Show("Progress bar Tut DeveloperExtra!")</p><p> End Sub</p><p></p><p> Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick</p><p> ProgressBar1.Increment(1)</p><p> If ProgressBar1.Value = 100 Then</p><p> Timer1.Enabled = False</p><p> MessageBox.Show("Hello People!")</p><p> End If</p><p> End Sub</p><p>End Class[/CODE]</p></blockquote><p></p>
[QUOTE="Dev, post: 6083, member: 292"] [CENTER]Simple Tutorial + Source Download App: [URL='https://www.sendspace.com/file/q7gap4']Download Progress Bar Tut.exe from Sendspace.com - send big files the easy way[/URL] Virus Scan: [URL='https://www.virustotal.com/en/file/97e8a8415e42ed774a3dc95ef75a51bf550adb58fa538b11b36824a77b1ed90d/analysis/1464373945/']Antivirus scan for 97e8a8415e42ed774a3dc95ef75a51bf550adb58fa538b11b36824a77b1ed90d at2016-05-27 18:32:25 UTC - VirusTotal[/URL] Download Source: [URL='https://www.sendspace.com/file/ao1pv1']Download Progress Bar Tut.rar from Sendspace.com - send big files the easy way[/URL] [MEDIA=youtube]Lsvy0K7cZDQ[/MEDIA] Code[/CENTER] [CODE]Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Timer1.Start() End Sub Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load MessageBox.Show("Progress bar Tut DeveloperExtra!") End Sub Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick ProgressBar1.Increment(1) If ProgressBar1.Value = 100 Then Timer1.Enabled = False MessageBox.Show("Hello People!") End If End Sub End Class[/CODE] [/QUOTE]
Verification
Post reply
Forums
Tech Boards
Computer Programming
Source Code & Tutorial
Visual Basic 2010 - How to use a progress bar (Tutorial ) + Source
CabConModding is now on facebook! Check the latest Updates, the Site Status and much more now!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top