Oto güncellemeli birşey yapıcamda takıldım beyler.
Bir türlü okuutturamadım yahu.
Sunuda denedim ,
Bir türlü okuutturamadım yahu.
Private Sub Command1_Click()
Dim surum
surum = Inet1.OpenURL("http://begen-facebook.tk/version.txt")
Text1.Text = surum
If Text1 = "" Then
bag = MsgBox("Güncelleme İçin Bağlantı Kurulamıyor", vbExclamation, "Bağlantı Yok")
ElseIf Text1 = Text2 Then
a = MsgBox("Güncel sürümü kullanıyorsunuz", vbInformation, "Güncelleme")
Else
b = MsgBox("Yeni sürüm bulundu yükleme yapılsın mı", vbInformation + vbYesNo, "Güncelleme")
If b = vbNo Then
ElseIf b = vbYes Then
Shell ("explorer.exe = ftp://begen-facebook.tk/public_html/version.txt"), vbNormalFocus
End If
End If
End Sub
Sunuda denedim ,
Private Sub Command1_Click()
Dim surum
surum = Inet1.OpenURL("ftp://begen-facebook.tk/public_html/version.txt")
Text1.Text = surum
If Text1 = "" Then
bag = MsgBox("Güncelleme İçin Bağlantı Kurulamıyor", vbExclamation, "Bağlantı Yok")
ElseIf Text1 = Text2 Then
a = MsgBox("Güncel sürümü kullanıyorsunuz", vbInformation, "Güncelleme")
Else
b = MsgBox("Yeni sürüm bulundu yükleme yapılsın mı", vbInformation + vbYesNo, "Güncelleme")
If b = vbNo Then
ElseIf b = vbYes Then
Shell ("explorer.exe = ftp://begen-facebook.tk/public_html/version.txt"), vbNormalFocus
End If
End If
End Sub