<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Gorsel Programlama &#187; GorselProgramlama.Com</title>
	<atom:link href="http://www.gorselprogramlama.com/category/gorselprogramlamacom/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gorselprogramlama.com</link>
	<description>Programlama&#039;nın Başlangıç Noktası</description>
	<lastBuildDate>Fri, 18 May 2012 13:45:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>RadioButton&#8217;la Hesap Makinesi Vb.Net</title>
		<link>http://www.gorselprogramlama.com/radiobuttonla-hesap-makinesi-vb-net/</link>
		<comments>http://www.gorselprogramlama.com/radiobuttonla-hesap-makinesi-vb-net/#comments</comments>
		<pubDate>Tue, 02 Nov 2010 16:18:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[GorselProgramlama.Com]]></category>
		<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[RadioButton'la Hesap Makinesi Vb.Net]]></category>
		<category><![CDATA[vb]]></category>
		<category><![CDATA[vb.net application]]></category>
		<category><![CDATA[vb.net examples]]></category>
		<category><![CDATA[vb.net örnekleri]]></category>
		<category><![CDATA[Visual Basic]]></category>

		<guid isPermaLink="false">http://www.gorselprogramlama.com/?p=7430</guid>
		<description><![CDATA[RadioButton&#8217;la Hesap Makinesi Vb.Net Bu Programımızda 4 Radiobutton,2 buton,1 textbox kullanılmıstır.Gerekli kodlar asagıda yazılıdır. Projeyi İndir]]></description>
			<content:encoded><![CDATA[<p>RadioButton&#8217;la Hesap Makinesi Vb.Net<span id="more-7430"></span><a href="http://www.gorselprogramlama.com/wp-content/uploads/2010/11/1.jpg"><img class="aligncenter size-full wp-image-7431" title="1" src="http://www.gorselprogramlama.com/wp-content/uploads/2010/11/1.jpg" alt="" width="297" height="256" /></a></p>
<p>Bu Programımızda 4 Radiobutton,2 buton,1 textbox kullanılmıstır.Gerekli kodlar asagıda yazılıdır.</p>
<pre class="brush: vb; title: ; notranslate">

Public Class Form1
Public tus As Byte
Public deger1, deger2 As Long

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
If tus = 0 Then
If RadioButton1.Checked Then
deger1 = Val(TextBox1.Text)
TextBox1.Clear()
RadioButton1.Enabled = False
RadioButton2.Enabled = False
RadioButton3.Enabled = False
RadioButton4.Enabled = False
End If
If RadioButton2.Checked Then
deger1 = Val(TextBox1.Text)
TextBox1.Clear()
RadioButton1.Enabled = False
RadioButton2.Enabled = False
RadioButton3.Enabled = False
RadioButton4.Enabled = False
End If
If RadioButton3.Checked Then
deger1 = Val(TextBox1.Text)
TextBox1.Clear()
RadioButton1.Enabled = False
RadioButton2.Enabled = False
RadioButton3.Enabled = False
RadioButton4.Enabled = False
End If
If RadioButton4.Checked Then
deger1 = Val(TextBox1.Text)
TextBox1.Clear()
RadioButton1.Enabled = False
RadioButton2.Enabled = False
RadioButton3.Enabled = False
RadioButton4.Enabled = False
End If
tus = 1
Else
If RadioButton1.Checked Then
deger2 = Val(TextBox1.Text)
TextBox1.Text = (deger1 + deger2).ToString

RadioButton1.Enabled = True
RadioButton2.Enabled = True
RadioButton3.Enabled = True
RadioButton4.Enabled = True
End If
If RadioButton2.Checked Then
deger2 = Val(TextBox1.Text)
TextBox1.Text = (deger1 - deger2).ToString

RadioButton1.Enabled = True
RadioButton2.Enabled = True
RadioButton3.Enabled = True
RadioButton4.Enabled = True
End If
If RadioButton3.Checked Then
deger2 = Val(TextBox1.Text)
TextBox1.Text = (deger1 * deger2).ToString

RadioButton1.Enabled = True
RadioButton2.Enabled = True
RadioButton3.Enabled = True
RadioButton4.Enabled = True
End If
If RadioButton4.Checked Then
deger2 = Val(TextBox1.Text)
TextBox1.Text = (deger1 / deger2).ToString
RadioButton1.Enabled = True
RadioButton2.Enabled = True
RadioButton3.Enabled = True
RadioButton4.Enabled = True
End If
tus = 0
End If
End Sub

Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)
TextBox1.Clear()
End Sub
End Class
</pre>
<p><a href="http://www.gorselprogramlama.com/wp-content/uploads/2010/11/Hesap-Makinesi.zip">Projeyi İndir</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gorselprogramlama.com/radiobuttonla-hesap-makinesi-vb-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gorselprogramlama.CoM Açıldı !!!</title>
		<link>http://www.gorselprogramlama.com/gorselprogramlamacom-acildi/</link>
		<comments>http://www.gorselprogramlama.com/gorselprogramlamacom-acildi/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 11:34:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[GorselProgramlama.Com]]></category>

		<guid isPermaLink="false">http://www.gorselprogramlama.com/?p=338</guid>
		<description><![CDATA[www.gorselprogramlama.com 2009 yılının şubat ayında programlama üzerine içerik üretmek için açılmıştır. Ağırlıklı olarak .Net üzerinde C#.Net ve VB.Net konu anlatımlı yazılar yayınlanacaktır. Site içeriğini Şehit Samet Kırbaş EML &#8211; Bilişim Teknolojileri Alanı- Veri Tabanı Dalı öğrencileri üretecektir.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gorselprogramlama.com">www.gorselprogramlama.com</a> 2009 yılının şubat ayında programlama üzerine içerik üretmek için açılmıştır. Ağırlıklı olarak .Net üzerinde C#.Net ve VB.Net konu anlatımlı yazılar yayınlanacaktır. Site içeriğini Şehit Samet Kırbaş EML &#8211; Bilişim Teknolojileri Alanı- Veri Tabanı Dalı öğrencileri üretecektir.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gorselprogramlama.com/gorselprogramlamacom-acildi/feed/</wfw:commentRss>
		<slash:comments>51</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
