noisiv 1
noisiv
Manwe Work 1
Manwe Work
mavzermete 1
mavzermete
kralhakan2009 1
kralhakan2009
Bodyguardd 1
Bodyguardd
Vahsi Uzman 1
Vahsi Uzman
[DEV]AB 1
[DEV]AB
R 1
Roksam
Hikaye Ekle

Kolay Google Yapımı

  • Konuyu başlatan Konuyu başlatan beyic_baris
  • Başlangıç tarihi Başlangıç tarihi
  • Cevaplar Cevaplar 4
  • Görüntüleme Görüntüleme 395
Bu dersimizde tek satır ile Google yapımını göstereceğim..

Gerekli olanlar:

1 adet textbox
1 adet button

Kod:
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        If TextBox1.Text = "google" Then
            System.Diagnostics.Process.Start("www.google.com.tr")
        End If
        If TextBox1.Text = "facebook" Then
            System.Diagnostics.Process.Start("www.facebook.com")
        End If
        If TextBox1.Text = "TURKMMO" Then
            System.Diagnostics.Process.Start("www.turkmmo.comt")
        End If
        If TextBox1.Text = "hotmail" Then
            System.Diagnostics.Process.Start("www.hotmail.com")
        End If
        If TextBox1.Text = "turkmmo" Then
            System.Diagnostics.Process.Start("www.turkmmo.com")
        End If
end sub

Çok kolay bir program ama yapamayan olursa ulaşsın.
Alıntıdır.
 
Son düzenleme:
Keşke program'ın bitiş halinden bir resim olsaydı, veya videolu bir anlatım. Yazılı ile çok birşey anlayan olmuyor. Teşekkürler.
 

Şu an konuyu görüntüleyenler (Toplam : 0, Üye: 0, Misafir: 0)

Geri
Üst