02 Şubat
2012
Source code download : https://sites.google.com/site/paranoyaq7/programlarim/CodingNationCrypterSource.rar?attredirects=0&d=1
02 Şubat
2012
Source code download : https://sites.google.com/site/paranoyaq7/programlarim/CodingNationCrypterSource.rar?attredirects=0&d=1
08 Ekim
2011Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
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()
End Sub
________________________________________
Kesme işaretlerini düzeltmeniz önerilir.