Тёмный

Splash Screen with Progress Bar- % Completed While Loading a Page - Visual Basic 6.0 tutorial 

Sandeep Kaundal
Подписаться 21 тыс.
Просмотров 160 тыс.
50% 1

Splash Screen with Progress Bar (Loading Page)Visual Basic 6.0-Quick and easy- Progress bar tutorial in visual basic 6
Tutorial is mainly focused on the following points.
1.How you can create a splash Screen.
2.How you can add progress Bar to your form using advanced controls.
3.Above the progress Bar, We can also show "Loading" Label along with progress meter that starts from 0% and end at 100%.
When loading is completed, immediately Welcome /Main Page appears on the screen.
All Steps are self explanatory and easy.
Every one can create such splash screen with progress Bar.
for your little help am attaching the code for your reference.
VB Code:
Option Explicit
Private Sub Form_Load()
Timer1.Enabled = True
End Sub
Private Sub Timer1_Timer()
ProgressBar1.Value = ProgressBar1.Value + 5
Label1.Caption = "Loading....."
Label5.Caption = ProgressBar1.Value & "%"
If (ProgressBar1.Value = ProgressBar1.Max) Then
Timer1.Enabled = False
Unload Me
Form2.Show
End If
End Sub
_____________________________________________________________
Here is my updated List of Tutorials.
_____________________________________________________________
Create and store data in Microsoft Excel Sheet using visual basic • Learn Visual Basic | C...
Search records in listview control • Learn visual basic 6 |...
Create and Display Popup menu in Visual Studio • Learn Visual Basic 6 |...
Search Records between Two dates using DataGrid • Search Records between...
How to Connect Listview with Database and Load data into Listview • How to Connect Listvie...
Add Delete Search and Sort Listitems in Listview control • Visual Basic 6 tutoria...
How to Reset Forgotten Password by User Verification in Visual Basic 6.0 • Login system in Visual...
How to Connect Datagrid control with Access database without VB6 ADODC
• How to Connect Datagri...
How to Make installer for Visual Basic Database
• Visual Basic Tutorial ...
ImageCombo and ImageList-Display Image with Combo items in Combobox • Visual Basic Tutorial:...
Create Save Update Delete and Search Student Profile Using Visual Basic/Ms Access-Step by Step • Create Save Update Del...
Advance Login System (Splash Screen with Progress Bar,User Registration,Login system,Welcome ) • Advanced Login and Re...
Add Delete Update Search Records • Add Delete Update Sear...
How to Print Data Report in VB6 • Visual Basic tutorial-...
How to Use Data Manager in VB6 • Learn Visual Basic -Vi...
Create Tool Bar,Status Bar and Menu Bar • Create Tool Bar,Status...
Common dialog control- Font and Color Dialog • How to use Common dial...
Search Records in Database (By Name or ID) • Search Records in Data...
Login Form using Visual Basic 6.0 • Login Form using Visua...
Add Delete Update and Clear records • Add,Update,Delete and ...
Simple Visual Basic Database Application • Simple Visual Basic Da...
Design Font Dialog Box in VB 6 • Learn Visual Basic 6.0...
Road Traffic lights Animated system • Learn Visual Basic 6.0...
ListBox Control( Advanced) • Learn Visual Basic 6....
ListBox Control -Add,Delete and Clear items • Learn Visual Basic 6....
Custom Progress Bar with percentage completed on Splash Screen • Custom Progress Bar wi...
Frame Control,Check Box and Option Buttons • Learn Visual Basic 6.0...
Picture Viewer+Browser in Visual Basic • Picture Viewer+Browser...
Splash Screen with Progress Bar- • Splash Screen with Pro...
Create Menus,Drop Down Menus ,Nested menus in Menu Bar • Create Menus,Drop Down...
for more Visual Basic tutorials,please visit
RU-vid Channel: / sandydehrian
Computer Gyan Blog:selfcomputerlearning.blogspot.in/

Опубликовано:

 

24 мар 2015

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 80   
@neharenge2640
@neharenge2640 4 года назад
Thanks sir When I did it , it's successfully run , excellent video
@ntcepicreply5993
@ntcepicreply5993 5 лет назад
Thankyou sir ji... It's Helpful video 👍👍🙏
@SandeepKaundalSir
@SandeepKaundalSir 9 лет назад
Splash Screen with Progress Bar (Loading Page)Visual Basic 6.0-Quick and easy Tutorial is mainly focused on the following points. 1.How you can create a splash Screen. 2.How you can add progress Bar to your form using advanced controls. 3.Above the progress Bar, We can also show "Loading" Label along with progress meter that starts from 0% and end at 100%. When loading is completed, immediately Welcome /Main Page appears on the screen. All Steps are self explanatory and easy. Every one can create such splash screen with progress Bar. #VisualBasic #programming #programmer #microsoft #VB
@jitingeorge6484
@jitingeorge6484 5 лет назад
Sandeep Kaundal can u send me the vb6 software.. My software does not habe a date picker... Windows 7 64bit
@vishaljoshi1977
@vishaljoshi1977 Год назад
Thanks Sir its very uesfull video to creat saplashscreen form thnaks a lot again
@SandeepKaundalSir
@SandeepKaundalSir Год назад
Thanks 🙏.check my other videos too
@Den-r
@Den-r 2 года назад
thanks it works well.
@SandeepKaundalSir
@SandeepKaundalSir 2 года назад
Thanks for your valuable comment
@asifullahdaudzai738
@asifullahdaudzai738 8 лет назад
Thanks For such a Good Info
@SandeepKaundalSir
@SandeepKaundalSir 8 лет назад
+Asif Ullah ..Watch my other latest tutorials too..
@artiupadhyay7100
@artiupadhyay7100 2 года назад
Thanks alot sir..your video is so helpful...🙏🏻
@SandeepKaundalSir
@SandeepKaundalSir 2 года назад
You are most welcome 🙂.check my other videos too.
@addadd8784
@addadd8784 Год назад
thank you very much
@SandeepKaundalSir
@SandeepKaundalSir Год назад
You are welcome.please share my videos,:-)
@muhammadafzal237
@muhammadafzal237 5 лет назад
Great!
@xWolfyz
@xWolfyz 7 лет назад
Very Helpful Sir, have a good day.
@SandeepKaundalSir
@SandeepKaundalSir 7 лет назад
I am glad that it is working fine for you... Check my other videos too... I hope you will find this useful.
@qbinhyoutebehome
@qbinhyoutebehome 7 лет назад
i love it..
@koelmahata8425
@koelmahata8425 7 лет назад
thank you sir.it helped me a lot
@SandeepKaundalSir
@SandeepKaundalSir 7 лет назад
I am glad to hear this. Check my latest videos as well. You will find my other YT videos useful.
@happychuckprogramming6048
@happychuckprogramming6048 5 лет назад
nice one, amazing.. I also have a video on creating splash screens (in python pygame) though.. good.
@SukhaRehal1313
@SukhaRehal1313 7 лет назад
hi sandeep ji you tutorials are essay to understand it helps me to making a project in vb 6.0 thanks
@SandeepKaundalSir
@SandeepKaundalSir 7 лет назад
You are Welcome Mr Rehal Ji. Keep learning and sharing
@penggunaphp7297
@penggunaphp7297 8 лет назад
How to implement it to real loading time of application? I think i don't need progress bar if i use only loop....
@b.k.ravishankar1971
@b.k.ravishankar1971 3 месяца назад
Super sir 🙏
@SandeepKaundalSir
@SandeepKaundalSir 3 месяца назад
Thanks buddy
@theslavserb8956
@theslavserb8956 8 лет назад
awesome dude, i slightly edited your code so that when a part of my app is initalized it adds a small percentage to the bar, when all of them have fully initialized then it can launch
@SandeepKaundalSir
@SandeepKaundalSir 8 лет назад
Great !!! .... Keep on learning and sharinggg...
@oonyuali7530
@oonyuali7530 6 лет назад
please send me that code. oonyuali@gmail.com
@1cloud5
@1cloud5 8 лет назад
how do you get it to restart when its below max value?
@martinalebachew4730
@martinalebachew4730 8 лет назад
What is your visual studio version?
@tanmaykumar5650
@tanmaykumar5650 7 лет назад
Thank you sir for your awesome videos, they are easy to understand even though there is no audio :) Now I started to watch your videos regularly. Just a question "ProgressBar1.Value = ProgressBar1.Value + 5" In the above line what is the use of "+5" and why I am getting errors if I change the value ?
@SandeepKaundalSir
@SandeepKaundalSir 7 лет назад
Thank you Tanmay for such inspiring words. This statement works like a counter.In the above statement ,code will add 5 to current value of the progress bar (Initial value of progress bar is 0 as it is set by Min property)...progress bar is filled up by incremented value by 5 upto 100.Example 5,10,15,20,25......100. You can change value as per ur convenience.You can set to 2,4,8,10 or any number in place of 5. Value property of the progress bar determines how much of the control has been filled. for showing the progress in the operation,value property is incremented continuously till its Max value.Max value is determined by MAX property of the progress bar.by default ,Max property is 100 and Min Property is 0 . Progress Bar's Value property will be incremented up to 100 (As Max property is set to 100).
@tanmaykumar5650
@tanmaykumar5650 7 лет назад
Thank you sir , Now I got it. Please make more videos so we can learn with ease :)
@SandeepKaundalSir
@SandeepKaundalSir 7 лет назад
Definitely,I am creating more videos .simple and easy
@educationhub8241
@educationhub8241 6 лет назад
sir in vb6 lavel.caption is not working in progressbar programme what to do
@shanmugakumar5798
@shanmugakumar5798 3 года назад
Tq sir
@SandeepKaundalSir
@SandeepKaundalSir 3 года назад
You are welcome. Check my other videos too.
@HasanthaKariyawasam
@HasanthaKariyawasam 9 лет назад
it good...
@SandeepKaundalSir
@SandeepKaundalSir 8 лет назад
+Hasantha Kariyawasam Thanks... See my other video tutorials on youtube
@sivadharshan1235
@sivadharshan1235 8 лет назад
very good
@SandeepKaundalSir
@SandeepKaundalSir 8 лет назад
+vimal sarvesh thank you !!!
@JGBURGUITE
@JGBURGUITE 11 месяцев назад
how to sort data by number of delimiter?+progressbar
@n1lknarf
@n1lknarf 4 года назад
How could I implement this with unreal engine?
@tronerz24t2
@tronerz24t2 8 лет назад
this code still applicable in 2010?
@ho0goh
@ho0goh 5 лет назад
how to refresh progressbar?
@sushmitadewangan9553
@sushmitadewangan9553 5 лет назад
Plzz sir payroll management system pr video bnaiye na plzz
@visclo_king4890
@visclo_king4890 2 года назад
Thanks sir. i have tried to reproduce it but i don't know how to get the Timer.
@SandeepKaundalSir
@SandeepKaundalSir 2 года назад
Timer control is available in vb toolbox with a clock symbol.check and drag it to your form for use.
@visclo_king4890
@visclo_king4890 2 года назад
@@SandeepKaundalSir thank you for the answer but it seems like the timer control is not available in my vb toolbox.
@htoomaw1547
@htoomaw1547 5 лет назад
Sir, I want to ask. Ok?
@samirhamrouchi4267
@samirhamrouchi4267 5 лет назад
good how to calcul in the dbgrid
@ManishKumar-sx1gh
@ManishKumar-sx1gh 8 лет назад
what is MDI from?
@SandeepKaundalSir
@SandeepKaundalSir 8 лет назад
+Manish Kumar Multiple Document Interface.. Such MDI Applications displays multiple documents (forms) at same time.Each document have its own window.MDI is center of User interaction.User can view more than one form at a time.
@sixestla8878
@sixestla8878 9 лет назад
You can't upgrade Visual Basic to 2010 Express Version ? Because this version is very old..
@unicodefox
@unicodefox 8 лет назад
+Redall Redall Or even VS 2015 Community?
@sixestla8878
@sixestla8878 8 лет назад
Yes i have now too VS2015
@unicodefox
@unicodefox 8 лет назад
Redall Redall its most likely newer versions of vb use vb.net this old version uses vb6
@SandeepKaundalSir
@SandeepKaundalSir 8 лет назад
+Redall Redall These tutorials are only meant for School and College students (As per their syllabus)or Programming Beginners.
@unicodefox
@unicodefox 8 лет назад
Sandeep Kaundal My school teaches VB 2010.
@kar12211
@kar12211 8 лет назад
can u give me the visual basic download link
@MrAndrjuha
@MrAndrjuha 8 лет назад
Its not so hard to find it.
@vb6programmingvbaprogrammi240
@vb6programmingvbaprogrammi240 8 лет назад
How to create a splash screen with VB6 programming.
@SandeepKaundalSir
@SandeepKaundalSir 8 лет назад
+VB6 Programming VBA Programming Already demonstrated in the video(Splash Screen with Progress Bar).
@romeodayrit733
@romeodayrit733 7 лет назад
can i use this in visual 2008 ?
@SandeepKaundalSir
@SandeepKaundalSir 7 лет назад
Yes ,you can use it VB 2008. as you know there are different methods or procedure and their arguments used in 2008.but you can still use this code in 2008. Code within the procedures remains same. Just click on Timer control and add the same piece of code.it will work for you definitely in 2008. If you still facing issues.then i am here to help u...
@romeodayrit733
@romeodayrit733 7 лет назад
oh i got it . thanks for your good information thumbs up for this video .
@szczerbatekFnaf
@szczerbatekFnaf 7 лет назад
No work ...
@magajalkah8429
@magajalkah8429 6 лет назад
مش واضح 😑😑😑
@VeeTHis
@VeeTHis 8 лет назад
Dude, nobody uses Visual Basic 6.0 anymore.
@SandeepKaundalSir
@SandeepKaundalSir 8 лет назад
I know....Nobody uses visual basic 6.0 but everybody wants to learn visual basic.... these tutorials are made only to assist the beginners.....
@MrAndrjuha
@MrAndrjuha 8 лет назад
Thats a good answer!
@mc-developers5806
@mc-developers5806 6 лет назад
It's fake...
@SandeepKaundalSir
@SandeepKaundalSir 9 лет назад
Splash Screen with Progress Bar (Loading Page)Visual Basic 6.0-Quick and easy Tutorial is mainly focused on the following points. 1.How you can create a splash Screen. 2.How you can add progress Bar to your form using advanced controls. 3.Above the progress Bar, We can also show "Loading" Label along with progress meter that starts from 0% and end at 100%. When loading is completed, immediately Welcome /Main Page appears on the screen. All Steps are self explanatory and easy. Every one can create such splash screen with progress Bar. for your little help am attaching the code for your reference. VB Code: Option Explicit Private Sub Form_Load() Timer1.Enabled = True End Sub Private Sub Timer1_Timer() ProgressBar1.Value = ProgressBar1.Value + 5 Label1.Caption = "Loading....." Label5.Caption = ProgressBar1.Value & "%" If (ProgressBar1.Value = ProgressBar1.Max) Then Timer1.Enabled = False Unload Me Form2.Show End If End Sub
@SandeepKaundalSir
@SandeepKaundalSir 9 лет назад
Splash Screen with Progress Bar (Loading Page)Visual Basic 6.0-Quick and easy Tutorial is mainly focused on the following points. 1.How you can create a splash Screen. 2.How you can add progress Bar to your form using advanced controls. 3.Above the progress Bar, We can also show "Loading" Label along with progress meter that starts from 0% and end at 100%. When loading is completed, immediately Welcome /Main Page appears on the screen. All Steps are self explanatory and easy. Every one can create such splash screen with progress Bar. for your little help am attaching the code for your reference. VB Code: Option Explicit Private Sub Form_Load() Timer1.Enabled = True End Sub Private Sub Timer1_Timer() ProgressBar1.Value = ProgressBar1.Value + 5 Label1.Caption = "Loading....." Label5.Caption = ProgressBar1.Value & "%" If (ProgressBar1.Value = ProgressBar1.Max) Then Timer1.Enabled = False Unload Me Form2.Show End If End Sub
@tamilvendan7507
@tamilvendan7507 8 лет назад
i am also from india
@smartbas8020
@smartbas8020 7 лет назад
Hi i have doubt. how can i add the timer control command. In my VBA it's not available. Please advise
Далее