sahin666 Konu tarihi: 23 Ekim 2011 Paylaş Konu tarihi: 23 Ekim 2011 Kod: Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Timer1.Start() End Sub Private Sub Timer1_Tick(ByVal sender As Object, ByVal e As System.EventArgs) Handles Timer1.Tick ProgressBar1.Increment(2) PictureBox1.Visible = True If ProgressBar1.Value = 100 Then PictureBox1.Visible = False End If End Sub End Class Alıntı Link to comment Share on other sites More sharing options...
=== Mesaj tarihi: 23 Ekim 2011 Paylaş Mesaj tarihi: 23 Ekim 2011 Bu kodlar Visual Basic 6`da isleyer ? Alıntı Link to comment Share on other sites More sharing options...
sahin666 Mesaj tarihi: 23 Ekim 2011 mövzunu açan Paylaş Mesaj tarihi: 23 Ekim 2011 Yox Alıntı Link to comment Share on other sites More sharing options...
Recommended Posts
Sohbete katıl
Şimdi mesajını gönderebilir ve daha sonra kayıt olabilirsin. Bir hesabın varsa, hesabınla göndermek için şimdi oturum aç.