<?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>vb not hesaplama arşivleri - Ertan Dönmez</title>
	<atom:link href="https://www.ertandonmez.org/tag/vb-not-hesaplama/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Ertan Dönmez Kişisel Blog Sitesi.</description>
	<lastBuildDate>Sun, 28 Mar 2010 16:21:46 +0000</lastBuildDate>
	<language>tr</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>VB Not Hesaplama</title>
		<link>https://www.ertandonmez.org/vb-not-hesaplama/</link>
					<comments>https://www.ertandonmez.org/vb-not-hesaplama/#respond</comments>
		
		<dc:creator><![CDATA[Ertan]]></dc:creator>
		<pubDate>Sun, 28 Mar 2010 16:21:46 +0000</pubDate>
				<category><![CDATA[Kategorisizler]]></category>
		<category><![CDATA[vb not hesaplama]]></category>
		<category><![CDATA[visual basic not hesaplama programı]]></category>
		<guid isPermaLink="false">https://www.ertandonmez.org/?p=255</guid>

					<description><![CDATA[<p>Evet arkadaşlar şimdide sizlere Visual Basic&#8217;te Not Hesaplamayı Göstericez. Kendimden örnek vericem bunun için. 2 tane vize ve bir tane final notunu giricez, program bizim ortalamamızı hesaplıyacak ve geçip geçmediğimizi (50 üzerinden) söyleyecek.  5 tane text nesnesi, 1 tanede buton nesnesi oluşturmamız gerekiyor. Aşağıdaki komutları da buton nesnesine çift tıklayıp içine yazarak çalıştırabiliyoruz. *************************** *************************** [&#8230;]</p>
<p><a href="https://www.ertandonmez.org/vb-not-hesaplama/">VB Not Hesaplama</a> yazısı ilk önce <a href="https://www.ertandonmez.org">Ertan Dönmez</a> üzerinde ortaya çıktı.</p>
]]></description>
										<content:encoded><![CDATA[<p><img fetchpriority="high" decoding="async" class="alignleft" src="https://www.ertandonmez.org/wp-content/uploads/VisualBasicLogo.gif" alt="visual basic 6" width="346" height="163" />Evet arkadaşlar şimdide sizlere Visual Basic&#8217;te Not Hesaplamayı Göstericez. Kendimden örnek vericem bunun için.<br />
2 tane vize ve bir tane final notunu giricez, program bizim ortalamamızı hesaplıyacak ve geçip geçmediğimizi (50 üzerinden) söyleyecek.  5 tane text nesnesi, 1 tanede buton nesnesi oluşturmamız gerekiyor. Aşağıdaki komutları da<br />
buton nesnesine çift tıklayıp içine yazarak çalıştırabiliyoruz.<span id="more-255"></span><br />
***************************<br />
***************************<br />
Private Sub Command1_Click()<br />
Dim vize1 As Integer<br />
Dim vize2 As Integer<br />
Dim final As Integer<br />
Dim note As Double<br />
Dim viz1 As Double<br />
Dim viz2 As Double<br />
Dim fin As Double<br />
vize1 = Val(Text1.Text)<br />
vize2 = Val(Text2.Text)<br />
final = Val(Text3.Text)<br />
If vize1 &lt; 0 Or vize1 &gt; 100 Then<br />
MsgBox (&#8220;1.vize notunu yanlış girdiniz&#8221;)<br />
Else<br />
viz1 = (vize1 * 30) / 100<br />
End If<br />
If vize2 &lt; 0 Or vize2 &gt; 100 Then<br />
MsgBox (&#8220;2.vize notunu yanlış girdiniz&#8221;)<br />
Else<br />
viz2 = (vize2 * 30) / 100<br />
End If<br />
If final &lt; 0 Or final &gt; 100 Then<br />
MsgBox (&#8220;Final notunu yanlış girdiniz&#8221;)<br />
Else<br />
fin = (final * 40) / 100<br />
End If<br />
note = (viz1 + viz2 + fin)<br />
Text4.Text = note<br />
If note &lt; 50 Then<br />
Text5.Text = &#8220;KALDI&#8221;<br />
Else<br />
Text5.Text = &#8220;GEÇTİ&#8221;<br />
msgbox(&#8220;___Ertan  Donmez___Trakya Üniversitesi___&#8221;)<br />
End If<br />
End Sub</p>
<p><a href="https://www.ertandonmez.org/vb-not-hesaplama/">VB Not Hesaplama</a> yazısı ilk önce <a href="https://www.ertandonmez.org">Ertan Dönmez</a> üzerinde ortaya çıktı.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.ertandonmez.org/vb-not-hesaplama/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
