- Yasaklandı
- #1
1 Adet Label 1 Adet GrupBox 2 Adet Buton 1 Adet ProgressBar ve 1 Adet Timer Lazım
Kodlar
Buton Kod : HW ID Ögren
Buton 2 Giriş Yap
Timer Kod :
Kodlar
PHP:
Label1 = Hwıd Öğren
Label2 = Boş Bırakın [Videoya Bakın]
Button1 = Hwıd Öğren
Button2 = Giriş Yap
GroupBox = Ne Yaparsan Yap :D
Buton Kod : HW ID Ögren
PHP:
WebBrowser1.Navigate("http://siteadresi.com/program/HWID.txt")
TextBox1.Text = My.Computer.Info.TotalPhysicalMemory & My.Computer.Info.TotalVirtualMemory
PHP:
Dim a As String
Dim b As String
a = TextBox1.Text
b = InStr(WebBrowser1.DocumentText, a)
If b Then
WebBrowser1.Focus()
MsgBox("Kayıdınız Aktif")
Form2.Show
Else
MsgBox("Kayıtlı Değilsiniz.!")
End If
PHP:
If ProgressBar1.Value = ProgressBar1.Maximum Then
ProgressBar1.Value = 100
GroupBox1.Enabled = True
Timer1.Stop()
Else
ProgressBar1.Value = ProgressBar1.Value + 1
End If
Label2.Text = "%" & ProgressBar1.Value