Jump to content
Forum Windows-az.com

Forma açılış effekti vermək


Ʌüsal

Recommended Posts

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

 

- 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

Proqramlar telegramda

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ç.

Misafir
Bu konuya yanıt ver...

×   Zengin metin olarak yapıştırıldı.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Önceki içeriğiniz geri yüklendi.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • loading...
×
×
  • Create New...