LostGamerz
[TUT]How to make a Loader For Your Program  1296785282
LostGamerz
[TUT]How to make a Loader For Your Program  1296785282
LostGamerz
Would you like to react to this message? Create an account in a few clicks or log in to continue.



 
HomePinoy VendeTaLatest imagesRegisterLog in

 

 [TUT]How to make a Loader For Your Program

Go down 
AuthorMessage
Crowd™
Administrator
Administrator
Crowd™


Join date : 31/01/2011
LostPoints : 10383
Thanks & Rep : 28
Posts : 229
Age : 33
Location : 6ret
Warning Level : [TUT]How to make a Loader For Your Program  WarningBar-Gloss1

[TUT]How to make a Loader For Your Program  Empty
PostSubject: [TUT]How to make a Loader For Your Program    [TUT]How to make a Loader For Your Program  Icon_minitimeSun Aug 05, 2012 3:57 am

[Requirments]

-Progressbar
-Timer
-Button(Hinde na rin KAylangan)




1.In Form1 Add 1 Progressbar and 1 Timer.
2.Add Form2 .
3.now for Coding

4.double click the Timer1


5.paste this
ProgressBar1.Increment(4)
If ProgressBar1.Value = ProgressBar1.Maximum Then
Me.Hide()
Form2.Show()
Timer1.Stop()


6.should be like this

Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
ProgressBar1.Increment(4)
If ProgressBar1.Value = ProgressBar1.Maximum Then
Me.Hide()
Form2.Show()
Timer1.Stop()



7.double click the Form1

Paste This

timer1.start ()

should be like this


Public Class Form1


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

Back to top Go down
https://pinoyvendetta.forumtl.com
 
[TUT]How to make a Loader For Your Program
Back to top 
Page 1 of 1
 Similar topics
-
» [TUT] Make a Autoclicker in VB 2010/2008 [TUT] Make a Autoclicker in VB 2010/2008
» Make Money with your Pictures & Videos on Jokeroo

Permissions in this forum:You cannot reply to topics in this forum
LostGamerz :: Coding Section :: Visual Basic and .NET Framework-
Jump to: