hello please help me on how to make this loading bar or progress bar can you help me please..hoping for your positive responds....thanks in advance
Loading
Share Your Source Code or Article
Do you have source code, articles, tutorials, web links, and books to share? You can write your own content here. You can even have your own blog.
Submit now...
Submit now...
Sponsor
Receive Free Updates
Today's popular content
- Hotel Reservation System (473)
- Payroll System (427)
- Hotel Reservation System (VB.NET) (427)
- Library Management Software (421)
- A Simple Add, Edit, Delete, and Search using VB and MSAccess (409)
- Students Information System (405)
- How to Add/Update/Delete Record using MS Access Database (405)
- Free Hotel Management System Manual (339)
- Sending SMS using AT Commands via GSM Modem/GSM Phone (receiving SMS-updated) (291)
- Library System Source Code (256)
- 1 of 204
- ››
Random Post
- Electronic Sales Management (4,960)
- A Simple Ms-Access Database Application (6,717)
- SIMPLE POS adding of amount due (3,201)
- POS Inventory System (5,137)
- Reverse A String Version 1.0 (2,199)
- SQL GROUP BY Clause (1,706)
- Four Function Calculator Version 1.0 (2,490)
- Database Backup Utility for MS SQL Server 2000 (6,100)
- File Search And Destroy (1,566)
- Unloading Form with a Style! (3,435)
- 1 of 133
- ››
'you need to add progress bar to your form
'right click the toolbox then select components
'then select and check microsoft windows common control 6.0
'add timer to your form..
Private Sub Timer1_Timer()
'-------------------------------------------------------------------------
'-------------------------------------------------------------------------
ProgressBar1.Value = ProgressBar1 + 10
If ProgressBar1.Value = ProgressBar1.Max Then
ProgressBar1.Value = ProgressBar1.Min
Else
End If
If ProgressBar1 = Max Then
Unload Me
Form2.Show
End If
End Sub
hope this code help you.......
hi renz09 thanks for the reply....more power to you...
uhm...did my code work? I hope so...
hello i tried your code and it works but is it possible to put the progress number..example 1percent.2 percent..etc....please help me if you know this
try this code, the code is easy to understand...
Private Sub Timer1_Timer()
If Timer1.Enabled = True Then
ProgressBar1.Value = ProgressBar1.Value + 1
End If
If ProgressBar1.Value = 100 Then
Unload Me
End If
End Sub
did I answer your quaries....hope so...
is this really functional.. if this is so i say thank you.. bec. this is my assignment
how to create loading progressbar with color?
how can create loading or progress bar in c++ or C ?.. any buddy tell me .......
how about na prng circle lng ung loading nya?
Pages
Add new comment