Bvural41 1
Bvural41
CortexAI 1
CortexAI
Test5410 1
Test5410
kaptanmikro1 1
kaptanmikro1
bList 1
bList
[DEV]AB 1
[DEV]AB
R 1
Roksam
farkmt2official 1
farkmt2official
emirhanHCL 1
emirhanHCL
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