<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Working With A Simple Structure Array In VB.NET</title>
	<atom:link href="http://www.dougv.com/blog/2007/07/03/working-with-a-simple-structure-array-in-vbnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dougv.com/blog/2007/07/03/working-with-a-simple-structure-array-in-vbnet/</link>
	<description>Speak To Improve The Silence</description>
	<pubDate>Tue, 07 Oct 2008 03:32:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: dougv.com &#124; The Web home of Doug Vanderweide &#187; Blog Archive &#187; In Reply To Comments Made On &#8220;Working With A Simple Structure Array In VB.NET&#8221;</title>
		<link>http://www.dougv.com/blog/2007/07/03/working-with-a-simple-structure-array-in-vbnet/#comment-653</link>
		<dc:creator>dougv.com &#124; The Web home of Doug Vanderweide &#187; Blog Archive &#187; In Reply To Comments Made On &#8220;Working With A Simple Structure Array In VB.NET&#8221;</dc:creator>
		<pubDate>Thu, 05 Jul 2007 23:10:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.dougv.com/blog/2007/07/03/working-with-a-simple-structure-array-in-vbnet/#comment-653</guid>
		<description>[...] Oyl left the following comment in response to my blog post, "Working With A Simple Structure Array In VB.NET," which responds to her Yahoo! Answers question: Thank [...]</description>
		<content:encoded><![CDATA[<p>[...] Oyl left the following comment in response to my blog post, &#8220;Working With A Simple Structure Array In VB.NET,&#8221; which responds to her Yahoo! Answers question: Thank [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OliveOyl</title>
		<link>http://www.dougv.com/blog/2007/07/03/working-with-a-simple-structure-array-in-vbnet/#comment-648</link>
		<dc:creator>OliveOyl</dc:creator>
		<pubDate>Wed, 04 Jul 2007 04:40:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.dougv.com/blog/2007/07/03/working-with-a-simple-structure-array-in-vbnet/#comment-648</guid>
		<description>Thank you! 

I really appreciate all of the time and effort, and thought that has obviously gone into this answer.

I had already figured out the answer to the problem, and it is the same as what you have said here.
This is really cool, the way this has been answered!

The other thing I was doing wrong with this problem is that the array must be declared in the public area of the form (I am not sure of the correct name for that area).

The instructor's requirement was that the array should only be populated one time, when the form loads. That means that the display click event needs to be able to access it, so it has to be declared in the public area.

Thanks again! Hopefully this information will help others who are learning VB.NET.

p.s. I am almost certain that it is impossible to "assign a range of values, such as 0 to 299, to a variable " as I tried to do.

I know that a scalar variable can hold ONLY one value at a time.</description>
		<content:encoded><![CDATA[<p>Thank you! </p>
<p>I really appreciate all of the time and effort, and thought that has obviously gone into this answer.</p>
<p>I had already figured out the answer to the problem, and it is the same as what you have said here.<br />
This is really cool, the way this has been answered!</p>
<p>The other thing I was doing wrong with this problem is that the array must be declared in the public area of the form (I am not sure of the correct name for that area).</p>
<p>The instructor&#8217;s requirement was that the array should only be populated one time, when the form loads. That means that the display click event needs to be able to access it, so it has to be declared in the public area.</p>
<p>Thanks again! Hopefully this information will help others who are learning VB.NET.</p>
<p>p.s. I am almost certain that it is impossible to &#8220;assign a range of values, such as 0 to 299, to a variable &#8221; as I tried to do.</p>
<p>I know that a scalar variable can hold ONLY one value at a time.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
