Cry Ant Crew
Would you like to react to this message? Create an account in a few clicks or log in to continue.


We are Just Computer Freaker
 
IndeksPencarianLatest imagesPendaftaranLogin
Login
Username:
Password:
Login otomatis: 
:: Lupa password?

 

 Membuat Progres Bar di VB6

Go down 
PengirimMessage
Mhc_Shadow
Neophyte
Neophyte



Jumlah posting : 156
Join date : 10.04.11

Membuat Progres Bar di VB6 Empty
PostSubyek: Membuat Progres Bar di VB6   Membuat Progres Bar di VB6 EmptySat 15 Oct 2011 - 1:32

Buka visual basic 6 nya .. pilih application standard tus buat 1 form

Pada tab components, pilih Microsoft Windows Common Controls 6.0 (SP6)

[You must be registered and logged in to see this image.]

Selanjutnya masukkan, 1 buah progress bar dan 1 buah timer, seperti ini

[You must be registered and logged in to see this image.]

stelah itu masukan source code di bawah ini di timer

Code:
If ProgressBar1.Value = 100 Then

ProgressBar1.Value = 0

Else

ProgressBar1.Value = Val(ProgressBar1.Value) + Val(1)

End If

Setelah itu, close Form1Code tersebut, dan klik lg pd timer1.
Ganti intervalnya menjadi 100
Kemudian coba compile dengan menekan tombol play.
Jika berhasil tampilannya seperti ini:

[You must be registered and logged in to see this image.]

Kembali Ke Atas Go down
 
Membuat Progres Bar di VB6
Kembali Ke Atas 
Halaman 1 dari 1
 Similar topics
-
» Membuat Form Transparant di VB6
» Membuat Hiren Boot UFD
» Membuat Themes Firefox sendiri
» Cara Membuat Menu Tab View
» Cara Membuat Task Manager

Permissions in this forum:Anda tidak dapat menjawab topik
Cry Ant Crew :: Information Technology :: Programming :: Visual Basic-
Navigasi: