Visual Basic ile Kolay Google Yapımı
Bu dersimizde tek satır ile Google yapımını göstereceğim..
Gerekli olanlar:
1 adet textbox
1 adet button
Kodlarımız:
Bu dersimizde tek satır ile Google yapımını göstereceğim..
Gerekli olanlar:
1 adet textbox
1 adet button
Kodlarımız:
Code:
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 = "sanalkurs" Then
System.Diagnostics.Process.Start("www.sanalkurs.net")
End If
If TextBox1.Text = "hotmail" Then
System.Diagnostics.Process.Start("www.hotmail.com")
End If
If TextBox1.Text = "meteliksizler" Then
System.Diagnostics.Process.Start("www.meteliksizler.net")
End If
end sub
![[Image: vmpt.gif]](http://c1112.hizliresim.com/s/2/vmpt.gif)
·٠•●♥ Ƹ̵̡Ӝ̵̨̄Ʒ ♥●•٠·˙˜”*°•. || Türk Team - SaNcArHaN71 || .•°*”˜˙·٠•●♥ Ƹ̵̡Ӝ̵̨̄Ʒ ♥●•٠·˙