Kategoriler |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Visual Basic 6.0 Yanıp Sönen Text |
|
|
Gerekenler:1 adet commandButon,1 adet timer,1 adet text
*************************
Private Sub Command1_Click()
Timer1.Interval = 500
End Sub
Private Sub Timer1_Timer()
Dim c
c = Text1.BackColor
Text1.BackColor = Text1.ForeColor
Text1.ForeColor = c
End Sub
*************************
|
|
|
|
|
|
|
Bugün 33 ziyaretçi (35 klik) kişi burdaydı! |
|
|
|
|
|
|
|