ScReaM
Spys-Z
- Katılım
- 22 Eyl 2012
- Mesajlar
- 339
- Tepkime puanı
- 1
- Puanları
- 0
- Yaş
- 28
Şu "şu"Konuda Paylaştığım Programın Açık Kodları beyler
Form1.vb
Form2.vb
Form1.vb
Kod:
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
If TextBox1.Text = "ajanlar.org" And TextBox2.Text = "hekırşamo" Then
Form2.Show()
Me.Hide()
MsgBox("Coded By ScReaM")
Else
MsgBox("Tekrar Deneyin")
End If
End Sub
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
If MsgBox("Ajanlar.org Bir Ara Uğra Mübarek ;)", MsgBoxStyle.Information, "ScReaM") Then
End
End If
End Sub
End Class
Form2.vb
Kod:
Imports System.Net
Public Class Form2
Public WithEvents download As New WebClient
Private Sub Form2_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
End Sub
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
My.Computer.Network.DownloadFile(TextBox1.Text, TextBox2.Text, "", "", True, "90", False)
End Sub
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
TextBox1.Clear()
TextBox2.Clear()
End Sub
Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
If MsgBox("Ajanlar.org Bir Ara Uğra Mübarek ;)", MsgBoxStyle.Information, "ScReaM") Then
End
End If
End Sub
Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click
FolderBrowserDialog1.ShowDialog()
TextBox2.Text = FolderBrowserDialog1.SelectedPath
End Sub
Private Sub TextBox2_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox2.TextChanged
FolderBrowserDialog1.ShowDialog()
TextBox2.Text = FolderBrowserDialog1.SelectedPath
End Sub
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs)
End Sub
End Class