Ʌüsal Konu tarihi: 5 Ağustos 2011 Paylaş Konu tarihi: 5 Ağustos 2011 Forma 1 əıdəd Timer əlavə edin. 1. Timer1-ə klik edin və aşağıdakı kodu yazın. Dim x, y, k As Integer x = 300 y = 0 For k = 0 To 300 y += 1.1 Me.Size = New System.Drawing.Size(x, y) Next Timer1.Stop() 2. Formda 2 ədə klik edin və kod pəncərəsinə aşağıdakı kodu daxil edin. Timer1.Start() Timer1.Interval = 100 Ümumi kod: Public Class Form1 Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick Dim x, y, k As Integer x = 450 y = 0 For k = 0 To 450 y += 1.1 Me.Size = New System.Drawing.Size(x, y) Next Timer1.Stop() End Sub Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Timer1.Start() Timer1.Interval = 100 End Sub End Class Alıntı - Laptop ve Desktop Anakartlarin temiri - BIOS yazilmasi - Sifreli SuperUser BIOS-larin silinmesi - Kicik chiplerin deyisidrilmesi - BGA Chiplerin deyisdirilmesi (GPU/CPU/FCH/PCH/HM ve s) Link to comment Share on other sites More sharing options...
sahin666 Mesaj tarihi: 5 Ağustos 2011 Paylaş Mesaj tarihi: 5 Ağustos 2011 Cox sagol Alıntı Link to comment Share on other sites More sharing options...
Ʌüsal Mesaj tarihi: 5 Ağustos 2011 mövzunu açan Paylaş Mesaj tarihi: 5 Ağustos 2011 deymez Alıntı - Laptop ve Desktop Anakartlarin temiri - BIOS yazilmasi - Sifreli SuperUser BIOS-larin silinmesi - Kicik chiplerin deyisidrilmesi - BGA Chiplerin deyisdirilmesi (GPU/CPU/FCH/PCH/HM ve s) 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ç.