<?xml version="1.0" encoding="iso-8859-1"?>
<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/">
	<channel>
		<title>Tutorials</title>
		<link>http://programmingstuff.forumotion.com/tutorials-f8/-t1.htm</link>
		<description>In-depth explanations of scripts.</description>
		<lastBuildDate>Wed, 03 Sep 2008 19:14:09 GMT</lastBuildDate>
		<ttl>10</ttl>
		<image>
			<title>Tutorials</title>
			<url>http://illiweb.com/fa/prosilver_grey/site_logo.gif</url>
			<link>http://programmingstuff.forumotion.com/tutorials-f8/-t1.htm</link>
		</image>
		<item>
			<title>Simple Web-browser</title>
			<link>http://programmingstuff.forumotion.com/tutorials-f8/simple-web-browser-t20.htm</link>
			<dc:creator>Robin</dc:creator>
			<description>For a simple internet browser you only need a few things:



- Webbrowser

- 1 Textbox

- 3 Buttons



Rename the 3 buttons;

Code:Button1 to Go_Button

Button2 to Forward_Button

Button3 to Back_Button



Rename the TextBox to;

Code:URL



And put it a little bit like this to get a nice look;





Now double click on the &quot;Go_Button&quot; and insert this code;

Code:Webbrowser1.Navigate&#40;URL.text&#41;

also double click the &quot;Forward_Button&quot; and insert this  ...</description>
			<category>Tutorials</category>
			<pubDate>Wed, 03 Sep 2008 19:14:09 GMT</pubDate>
			<comments>http://programmingstuff.forumotion.com/tutorials-f8/simple-web-browser-t20.htm#21</comments>
			<guid>http://programmingstuff.forumotion.com/tutorials-f8/simple-web-browser-t20.htm</guid>
		</item>
		<item>
			<title>Listbox</title>
			<link>http://programmingstuff.forumotion.com/tutorials-f8/listbox-t5.htm</link>
			<dc:creator>Robin</dc:creator>
			<description>Well i will try to tell you some basics about the listbox   

I will explain it using a textbox.



This is what you will need:



- 1 Form  

- 1 ListBox

- 1 TextBox

----------------------------

PART 1

----------------------------

If you double click the form you can add a code that it needs to load on the begin that the program starts, so we will add the items for the listbox there.



To add an item to the list box we need to use         



Code:         ...</description>
			<category>Tutorials</category>
			<pubDate>Sun, 31 Aug 2008 18:20:52 GMT</pubDate>
			<comments>http://programmingstuff.forumotion.com/tutorials-f8/listbox-t5.htm#5</comments>
			<guid>http://programmingstuff.forumotion.com/tutorials-f8/listbox-t5.htm</guid>
		</item>
		<item>
			<title>Change Font and Colour of Text in a Rich Text Box</title>
			<link>http://programmingstuff.forumotion.com/tutorials-f8/change-font-and-colour-of-text-in-a-rich-text-box-t3.htm</link>
			<dc:creator>conorsteel</dc:creator>
			<description>Thing You Need

1 Colour Dialog [ColorDialog1]

1 Font Dialog [FontDialog1]

1 Rich Text Box [RichTextBox1]

2 Buttons [Button1 and Button2]







Change The Button1 Text Property to, &quot;Font&quot;

Change The Button2 Text Property to, &quot;Colour&quot;



Double Click Button1 and Type the following Code:



Code:FontDialog1.ShowDialog&#40;&#41;

RichTextBox1.Font = FontDialog1.Font





Double Click Button2 and Type the following Code:

Code:

ColorDialog1.ShowDialog&#40;&#41;

RichTextBox1.ForeColor  ...</description>
			<category>Tutorials</category>
			<pubDate>Sun, 31 Aug 2008 16:17:33 GMT</pubDate>
			<comments>http://programmingstuff.forumotion.com/tutorials-f8/change-font-and-colour-of-text-in-a-rich-text-box-t3.htm#3</comments>
			<guid>http://programmingstuff.forumotion.com/tutorials-f8/change-font-and-colour-of-text-in-a-rich-text-box-t3.htm</guid>
		</item>
	</channel>
</rss>