﻿<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title>BLOG.CSHARPHELPER.COM: Recent Comments</title>
	<updated>2013-05-23T21:54:03Z</updated>
	<id>http://blog.csharphelper.com/comments/atom.aspx</id>
	<link href="http://blog.csharphelper.com/comments/atom.aspx" rel="self" type="application/rss+xml" />
	<link href="http://blog.csharphelper.com" rel="alternate" type="application/rss+xml" />
	<generator uri="http://app.onlinequickblog.com/" version="2.6.8">Quick Blogcast</generator>
	<entry>
		<title>Comment on Generate all of the permutations of a set of objects in C#</title>
		<link href="http://blog.csharphelper.com/2010/01/12/generate-all-of-the-permutations-of-a-set-of-objects-in-c.aspx#comment-19522097" rel="alternate" type="application/rss+xml" />
		<id>tag:blog.csharphelper.com,2013-05-22:19522097</id>
		<author>
			<name>jaket anime</name>
		</author>
		<updated>2013-05-22T14:16:16Z</updated>
		<published>2013-05-22T14:16:16Z</published>
		<content type="html">&lt;span&gt; &lt;/span&gt; &lt;span&gt; &lt;/span&gt;I am really enjoying reading your well written articles. It looks like you spend a lot of effort and time on your blog. I have bookmarked it and I am looking forward to reading new articles. Keep up the good work!</content>
	</entry>
	<entry>
		<title>Comment on Draw rotated text in C#</title>
		<link href="http://blog.csharphelper.com/2009/11/14/draw-rotated-text-in-c.aspx#comment-19420045" rel="alternate" type="application/rss+xml" />
		<id>tag:blog.csharphelper.com,2013-05-07:19420045</id>
		<author>
			<name>Akshatha</name>
		</author>
		<updated>2013-05-07T08:52:04Z</updated>
		<published>2013-05-07T08:52:04Z</published>
		<content type="html">&lt;span&gt; &lt;/span&gt;Thanks A Ton !! It Helped Me A Lot :)</content>
	</entry>
	<entry>
		<title>Comment on Calculate the Nth root of a number in C#</title>
		<link href="http://blog.csharphelper.com/2010/10/15/calculate-the-nth-root-of-a-number-in-c.aspx#comment-19390969" rel="alternate" type="application/rss+xml" />
		<id>tag:blog.csharphelper.com,2013-05-01:19390969</id>
		<author>
			<name>Rod Stephens</name>
			<uri>http://www.CSharpHelper.com</uri>
		</author>
		<updated>2013-05-01T15:57:55Z</updated>
		<published>2013-05-01T15:57:55Z</published>
		<content type="html">The intent here was to just do the job, not to show how to calculate the number yourself. If you do want to do it yourself, you can use Newton's method as shown in this example:
&lt;p&gt; &lt;/p&gt;
&lt;a href="http://blog.csharphelper.com/2010/07/21/use-newtons-method-to-find-the-roots-of-equations-in-c.aspx"&gt;Use Newton's method to find the roots of equations in C#&lt;/a&gt;
&lt;p&gt; &lt;/p&gt;
Simply find the roots of the equation Y = X&lt;sup&gt;N&lt;/sup&gt;.
&lt;p&gt; &lt;/p&gt;
Or you can use subdivision. Pick an upper and lower bound, perhaps lower = 1 and upper = N / 2. Then check the value in the middle M. If M&lt;sup&gt;N&lt;/sup&gt; &amp;gt; N, set lower = M and repeat. If M&lt;sup&gt;N&lt;/sup&gt; &amp;lt; N, set upper = M and repeat.
&lt;p&gt; &lt;/p&gt;
Either way it still doesn't need to be recursive, though.</content>
	</entry>
	<entry>
		<title>Comment on Calculate the Nth root of a number in C#</title>
		<link href="http://blog.csharphelper.com/2010/10/15/calculate-the-nth-root-of-a-number-in-c.aspx#comment-19389299" rel="alternate" type="application/rss+xml" />
		<id>tag:blog.csharphelper.com,2013-04-29:19389299</id>
		<author>
			<name>TheGuyWhoDisliked</name>
		</author>
		<updated>2013-04-29T23:58:22Z</updated>
		<published>2013-04-29T23:58:22Z</published>
		<content type="html">&lt;span&gt; &lt;/span&gt;This uses the math features of C#. This does not do it recursively. Those are the reasons I disliked this.</content>
	</entry>
	<entry>
		<title>Comment on Apply filters to images to perform edge detection, smoothing, embossing, and more in C#</title>
		<link href="http://blog.csharphelper.com/2010/03/14/apply-filters-to-images-to-perform-edge-detection-smoothing-embossing-and-more-in-c.aspx#comment-19307339" rel="alternate" type="application/rss+xml" />
		<id>tag:blog.csharphelper.com,2013-04-07:19307339</id>
		<author>
			<name>Rod Stephens</name>
			<uri>http://www.CSharpHelper.com</uri>
		</author>
		<updated>2013-04-07T15:14:26Z</updated>
		<published>2013-04-07T15:14:26Z</published>
		<content type="html">&lt;span&gt; &lt;/span&gt;See this example:
&lt;p&gt; &lt;/p&gt;
&lt;a href="http://blog.csharphelper.com/2013/04/07/apply-a-filter-to-make-a-color-embossed-image-in-c.aspx"&gt;Apply a filter to make a color embossed image in C#&lt;/a&gt;
&lt;p&gt; &lt;/p&gt;</content>
	</entry>
	<entry>
		<title>Comment on Remove the X Close button from a form's system menu in C#</title>
		<link href="http://blog.csharphelper.com/2011/11/04/remove-the-x-close-button-from-a-forms-system-menu-in-c.aspx#comment-19246874" rel="alternate" type="application/rss+xml" />
		<id>tag:blog.csharphelper.com,2013-03-31:19246874</id>
		<author>
			<name>Rod Stephens</name>
			<uri>http://www.CSharpHelper.com</uri>
		</author>
		<updated>2013-04-01T02:37:49Z</updated>
		<published>2013-04-01T02:37:49Z</published>
		<content type="html">&lt;span&gt; &lt;/span&gt;True. You are usually better off removing the menu and X by setting the form's ControlBox property to false. Of course then you also lose the minimize and maximize buttons.&lt;br /&gt;
&lt;br /&gt;
Or you can catch the form's FormClosing event, figure out why the form is closing, a prevent it if the user didn't use the button or whatever that you provided.&lt;br /&gt;
&lt;br /&gt;
Probably the best bet is to either leave the Close item and X there and deal with it in FormClosing, or remove the whole control box.&lt;br /&gt;
&lt;br /&gt;
(The X button has been a bit of a headache for quite a few years.)</content>
	</entry>
	<entry>
		<title>Comment on Remove the X Close button from a form's system menu in C#</title>
		<link href="http://blog.csharphelper.com/2011/11/04/remove-the-x-close-button-from-a-forms-system-menu-in-c.aspx#comment-19230268" rel="alternate" type="application/rss+xml" />
		<id>tag:blog.csharphelper.com,2013-03-29:19230268</id>
		<author>
			<name>Christopher Harris</name>
		</author>
		<updated>2013-03-29T11:28:03Z</updated>
		<published>2013-03-29T11:28:03Z</published>
		<content type="html">&lt;span&gt; &lt;/span&gt;While this does remove the Close system menu item, it does not work to "Remove the X Close button from a form's system menu in C#".  Note: the 'X' button is still visible.  This only disabled the button.</content>
	</entry>
	<entry>
		<title>Comment on Draw a simple robot arm in C#</title>
		<link href="http://blog.csharphelper.com/2011/08/25/draw-a-simple-robot-arm-in-c.aspx#comment-19175710" rel="alternate" type="application/rss+xml" />
		<id>tag:blog.csharphelper.com,2013-03-22:19175710</id>
		<author>
			<name>Rod Stephens</name>
			<uri>http://www.CSharpHelper.com</uri>
		</author>
		<updated>2013-03-22T22:32:29Z</updated>
		<published>2013-03-22T22:32:29Z</published>
		<content type="html">&lt;span&gt; &lt;/span&gt;I'm not sure. My guess would be that the PictureBox's Paint event isn't hooked up to the code properly.&lt;br /&gt;
&lt;br /&gt;
Most of the examples on this web site only include the most interesting pieces of code and often there is other code that you need to include to make them work. To see all of the code, you should download the example program by clicking the Download button below the text. I suspect the example will work for you.</content>
	</entry>
	<entry>
		<title>Comment on Remove characters that are not printable ASCII characters from a string in C#</title>
		<link href="http://blog.csharphelper.com/2012/03/23/remove-characters-that-are-not-printable-ascii-characters-from-a-string-in-c.aspx#comment-19150018" rel="alternate" type="application/rss+xml" />
		<id>tag:blog.csharphelper.com,2013-03-19:19150018</id>
		<author>
			<name>Marcone</name>
			<uri>http://ingsoft.com.br</uri>
		</author>
		<updated>2013-03-19T17:55:37Z</updated>
		<published>2013-03-19T17:55:37Z</published>
		<content type="html">&lt;span&gt; &lt;/span&gt;Thanks, this was the only one code that resolve my problem.</content>
	</entry>
	<entry>
		<title>Comment on Draw a simple robot arm in C#</title>
		<link href="http://blog.csharphelper.com/2011/08/25/draw-a-simple-robot-arm-in-c.aspx#comment-19145790" rel="alternate" type="application/rss+xml" />
		<id>tag:blog.csharphelper.com,2013-03-18:19145790</id>
		<author>
			<name>me</name>
		</author>
		<updated>2013-03-19T01:41:25Z</updated>
		<published>2013-03-19T01:41:25Z</published>
		<content type="html">&lt;span&gt; &lt;/span&gt;hi....&lt;br /&gt;
&lt;br /&gt;
i have try this "Draw a simple robot arm in C#" by using your code but why the picture i have copied did not appear in the "picCanvas" in C#&lt;br /&gt;
&lt;br /&gt;
begineer C#...</content>
	</entry>
</feed>