<?xml version="1.0" encoding="utf-8"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>DaniWeb IT Discussion Community</title>
		<link>http://www.daniweb.com/forums/</link>
		<description>Tech support, programming, web development, and internet marketing community. Forums to get free computer help and support.</description>
		<language>en-US</language>
		<lastBuildDate>Wed, 02 Dec 2009 10:11:56 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.daniweb.com/alphaimages/misc/rss.jpg</url>
			<title>DaniWeb IT Discussion Community</title>
			<link>http://www.daniweb.com/forums/</link>
		</image>
		<item>
			<title>Printing Array Contents to Label</title>
			<link>http://www.daniweb.com/forums/thread236292.html</link>
			<pubDate>Thu, 05 Nov 2009 14:52:34 GMT</pubDate>
			<description><![CDATA[I have the following code: 
 
  <div class="codeblock"> <div class="spaced"> <div style="float:right; margin-right:10px"> <a href="/forums/misc.php?do=explaincode&amp;TB_iframe=true&amp;height=400&amp;width=680" class="thickbox" title="Help with Code Tags" target="_blank">Help with Code Tags</a> </div>...]]></description>
			<content:encoded><![CDATA[<div>I have the following code:<br />
<br />
 <pre style="margin:20px; line-height:13px">&nbsp; &nbsp; For lngPosition = LBound(strNames) To UBound(strNames)<br />
&nbsp; &nbsp; &nbsp; mainForm.NameDisplay.Caption = strNames(lngPosition)<br />
&nbsp; &nbsp; &nbsp; mainForm.StockDisplay.Caption = intLevels(lngPosition)<br />
&nbsp; &nbsp; Next lngPosition</pre><br />
This code, in my opinion, should print everything in array in a label. However, it only prints the last element of the array. Anyone got any ideas on how to fix this?</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum4.html">Visual Basic 4 / 5 / 6</category>
			<dc:creator>MichaelSammels</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236292.html</guid>
		</item>
		<item>
			<title>User Input</title>
			<link>http://www.daniweb.com/forums/thread230845.html</link>
			<pubDate>Sat, 17 Oct 2009 01:26:14 GMT</pubDate>
			<description><![CDATA[Yeah, I'm stumped on this one: 
 
I need to get user input from a keyboard, with some problems involved: 
 
1. I'm using an OS I created 
2. I do not have access to any standard includes 
3. I need to code the function myself 
4. I'm in protected mode]]></description>
			<content:encoded><![CDATA[<div>Yeah, I'm stumped on this one:<br />
<br />
I need to get user input from a keyboard, with some problems involved:<br />
<ol style="list-style-type: decimal"><li>I'm using an OS I created</li>
<li>I do not have access to any standard includes</li>
<li>I need to code the function myself</li>
<li>I'm in protected mode</li>
</ol><br />
Any help would be hot.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum118.html">C</category>
			<dc:creator>MichaelSammels</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread230845.html</guid>
		</item>
		<item>
			<title>Changing Text Colour with NASM Assembly</title>
			<link>http://www.daniweb.com/forums/thread229497.html</link>
			<pubDate>Mon, 12 Oct 2009 10:55:15 GMT</pubDate>
			<description><![CDATA[Does anyone know how to change the colour of strings using x86 NASM Assembler? I've found tutorials like this: 
 
  <div class="codeblock"> <div class="spaced"> <div style="float:right; margin-right:10px"> <a href="/forums/misc.php?do=explaincode&amp;TB_iframe=true&amp;height=400&amp;width=680"...]]></description>
			<content:encoded><![CDATA[<div>Does anyone know how to change the colour of strings using x86 NASM Assembler? I've found tutorials like this:<br />
<br />
 <pre style="margin:20px; line-height:13px">mov&nbsp; ah,&nbsp; 09h <br />
mov&nbsp; al,&nbsp; 97 <br />
mov&nbsp; bx,&nbsp; 100b<br />
mov&nbsp; cx,&nbsp; 01h <br />
int&nbsp; 10h</pre><br />
Which prints the letter &quot;A&quot; once in the colour you choose. This is a handy tutorial, but I would like to be able to print the entire screen text (i.e more than one string) in the same colour. Anyone have any ideas?</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum125.html">Assembly</category>
			<dc:creator>MichaelSammels</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread229497.html</guid>
		</item>
	</channel>
</rss>
