CONTOH SEDERHANA UNTUK ANIMASI FORM [ FLASHING ]
Private Declare Function FlashWindow Lib "user32" (ByVal hwnd As Long, ByVal bInvert As Long) As Long
Private Sub Form_Load()
Timer1.Interval = 300
End Sub
Private Sub Timer1_Timer()
FlashWindow hwnd, 1
End Sub
Selamat Mencoba...
Category:
Source Code
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response.
0 Responses
