<?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>SEO ARŞİVİ &#187; DialogResult</title>
	<atom:link href="http://www.seoarsivi.com/etiket/dialogresult/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.seoarsivi.com</link>
	<description>Arama Motoru Optimizasyonu , Scriptler ,Genel Bilgiler ve SEO Makaleleri</description>
	<lastBuildDate>Tue, 27 Jul 2010 21:50:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>CSharp MessageBoxButtons kullanımı</title>
		<link>http://www.seoarsivi.com/arsiv/csharp-messageboxbuttons-kullanimi/</link>
		<comments>http://www.seoarsivi.com/arsiv/csharp-messageboxbuttons-kullanimi/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 23:08:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Arşiv]]></category>
		<category><![CDATA[AbortRetryIgnore]]></category>
		<category><![CDATA[DialogResult]]></category>
		<category><![CDATA[DialogResult.Cance]]></category>
		<category><![CDATA[MessageBoxButtons]]></category>

		<guid isPermaLink="false">http://www.seoarsivi.com/?p=169</guid>
		<description><![CDATA[Message box örnekleri DialogResult Olay = MessageBox.Show(&#8220;Bu satır silinecek&#8221;,&#8221;Onaylama&#8221;,MessageBoxButtons.YesNoCancel,MessageBoxIcon.Exclamation); if (DialogResult.Yes == Olay) MessageBox.Show(&#8220;Yes düğmesi tıklandı&#8221;); if (DialogResult.No == Olay) MessageBox.Show(&#8220;No düğmesi tıklandı&#8221;); if (DialogResult.Cancel == Olay) MessageBox.Show(&#8220;Cancel düğmesi tıklandı&#8221;); DialogResult Onay = MessageBox.Show(&#8220;düğme tıkla&#8221;,&#8221;deneme&#8221;,MessageBoxButtons.AbortRetryIgnore); if (DialogResult.Abort == Onay) MessageBox.Show(&#8220;Abort düğmesi tıklandı&#8221;); if (DialogResult.Ignore == Onay) MessageBox.Show(&#8220;Ignore tuşu tıklandı&#8221;); if (DialogResult.Retry == Onay) MessageBox.Show(&#8220;Retry düğmesi [...]]]></description>
			<content:encoded><![CDATA[<p>Message box örnekleri</p>
<p>DialogResult Olay = MessageBox.Show(&#8220;Bu satır silinecek&#8221;,&#8221;Onaylama&#8221;,MessageBoxButtons.YesNoCancel,MessageBoxIcon.Exclamation);</p>
<p>if (DialogResult.Yes == Olay)</p>
<p>MessageBox.Show(&#8220;Yes düğmesi tıklandı&#8221;);</p>
<p>if (DialogResult.No == Olay)</p>
<p>MessageBox.Show(&#8220;No düğmesi tıklandı&#8221;);</p>
<p>if (DialogResult.Cancel == Olay)</p>
<p>MessageBox.Show(&#8220;Cancel düğmesi tıklandı&#8221;);</p>
<p>DialogResult Onay = MessageBox.Show(&#8220;düğme tıkla&#8221;,&#8221;deneme&#8221;,MessageBoxButtons.AbortRetryIgnore);</p>
<p>if (DialogResult.Abort == Onay)</p>
<p>MessageBox.Show(&#8220;Abort düğmesi tıklandı&#8221;);</p>
<p>if (DialogResult.Ignore == Onay)</p>
<p>MessageBox.Show(&#8220;Ignore tuşu tıklandı&#8221;);</p>
<p>if (DialogResult.Retry == Onay)</p>
<p>MessageBox.Show(&#8220;Retry düğmesi tıklandı&#8221;);</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seoarsivi.com/arsiv/csharp-messageboxbuttons-kullanimi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
