Formu yakıp söndürme......

Son güncelleme: 05.02.2007 12:11
  • Private Sub Timer1_Timer()
    If Me.Visible = True Then
    Me.Visible = False
    Else
    Me.Visible = True
    End If
    End Sub

    Private Sub Command1_Click()
    ' That value for duration 1000 = 1 second
    Timer1.Interval = 1000
    End Sub
#03.03.2006 21:16 0 0 0
  • Ellerine sağlık teşekkürler
#08.03.2006 10:07 0 0 0
  • teşekkürler kardeş
#07.08.2006 22:51 0 0 0
  • sağol
#05.02.2007 12:11 0 0 0