Wednesday, April 23, 2014

Pembuatan Aplikasi Pendaftaran siswa Full sources code

Berikut adalah contoh pembuatan form pendaftaran siswa yah itung" belajar dulu meskipun belum laku di jual tapi pasti berguna buat temen" yang pengan belajar pemrograman vb6 juga

Pembuatan animasi coluor mouse pada label :
Private Sub Form_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
      Label10.ForeColor = &HE0E0E0
      Label10.BackStyle = 0
      Label10.BorderStyle = 0
      Label11.ForeColor = &HE0E0E0
      Label11.BackStyle = 0
      Label11.BorderStyle = 0
      Label12.ForeColor = &HE0E0E0
      Label12.BackStyle = 0
      Label12.BorderStyle = 0
End Sub

Private Sub Label10_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
      Label10.ForeColor = &H0&
      Label10.BackStyle = 1
      Label10.BackColor = &H80FFFF
      Label10.BorderStyle = 1
End Sub

Private Sub Label11_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
      Label11.ForeColor = &H0&
      Label11.BackStyle = 1
      Label11.BackColor = &H80FFFF
      Label11.BorderStyle = 1
End Sub

nah untuk temen" yang pengen belajar lebih detail downlod aja sources codenya disini
oya kalo brmanfaat jgan lupa coment yaaa..... :D

0 comments:

Post a Comment