Pada Pembahasan ini penulis akan memposting cara membuat tanda loding dengan splash timer:
Komponent:
1.Splash Timer.
2.Progressbarr.
masukkan kode Berikut:
Private Sub Splash_Timer_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Splash_Timer.Tick
Dim F_Login As New F_Login
ProgressBar1.Value += 4
If ProgressBar1.Value = 100 Then
Splash_Timer.Dispose()
Me.Visible = False
F_Login = New F_Login
F_Login.Show()
End If
End Sub
Dim F_Login As New F_Login
ProgressBar1.Value += 4
If ProgressBar1.Value = 100 Then
Splash_Timer.Dispose()
Me.Visible = False
F_Login = New F_Login
F_Login.Show()
End If
End Sub
demikaian tutorial singkat dari penulis.
jika ada pertanyaan silahkan tingkalkan komentar.