<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><!-- generator="Joomla! 1.5 - Open Source Content Management" --><feed xmlns="http://www.w3.org/2005/Atom" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" xml:lang="en-gb">
	<title type="text">Free Programming Tutorials &amp; Source Code - The Scripts Library Community</title>
	<subtitle type="text">Free programming tutorial and source code for beginners and professional</subtitle>
	<link rel="alternate" type="text/html" href="http://www.scriptslibrary.net" />
	<id>http://www.scriptslibrary.net/index.php</id>
	<updated>2009-11-12T12:15:18Z</updated>
	<generator uri="http://joomla.org" version="1.5">Joomla! 1.5 - Open Source Content Management</generator>

	<link rel="self" href="http://feeds.feedburner.com/scriptslibrary" type="application/atom+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><entry>
		<title>Welcome to the Scripts Library!</title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/scriptslibrary/~3/0CQurRAA2tw/1-welcome-to-scripts-library" />
		<published>2006-10-12T10:00:00Z</published>
		<updated>2006-10-12T10:00:00Z</updated>
		<id>http://www.scriptslibrary.net/component/content/article/1-latest-news/1-welcome-to-scripts-library</id>
		<author>
			<name>Administrator</name>
		<email>info@scriptslibrary.net</email>
		</author>
		<summary type="html">&lt;div align="justify"&gt;&lt;font size="2"&gt;The purpose of this Site is to let you share your &lt;strong&gt;code&lt;/strong&gt;, &lt;strong&gt;scripts&lt;/strong&gt;, &lt;strong&gt;tutorials&lt;/strong&gt; and useful materials with other developers. Whether you're looking for information to assist you in developing a specific project or simply want to learn how to start writing your very first code, you will find a wealth of quality, free information on this web site to assist you.&lt;/font&gt;&lt;br /&gt;&lt;br /&gt;&lt;font size="2"&gt; If you sign-up as a member, you will get an access to our library, browse and download any script you may find it useful for you. Also, we appreciate your contribution of scripts and other valuable information. You can also post messages, comments, and request newsletters regarding latest scripts, updates, events, and more. This is free of charge. Don't worry, we care about your privacy!&lt;/font&gt;&lt;/div&gt;</summary>
		<content type="html">&lt;div align="justify"&gt;&lt;font size="2"&gt;The purpose of this Site is to let you share your &lt;strong&gt;code&lt;/strong&gt;, &lt;strong&gt;scripts&lt;/strong&gt;, &lt;strong&gt;tutorials&lt;/strong&gt; and useful materials with other developers. Whether you're looking for information to assist you in developing a specific project or simply want to learn how to start writing your very first code, you will find a wealth of quality, free information on this web site to assist you.&lt;/font&gt;&lt;br /&gt;&lt;br /&gt;&lt;font size="2"&gt; If you sign-up as a member, you will get an access to our library, browse and download any script you may find it useful for you. Also, we appreciate your contribution of scripts and other valuable information. You can also post messages, comments, and request newsletters regarding latest scripts, updates, events, and more. This is free of charge. Don't worry, we care about your privacy!&lt;/font&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/scriptslibrary/~4/0CQurRAA2tw" height="1" width="1"/&gt;</content>
	<feedburner:origLink>http://www.scriptslibrary.net/component/content/article/1-latest-news/1-welcome-to-scripts-library</feedburner:origLink></entry>
	<entry>
		<title>Socket Connect and Data Send in VB.NET</title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/scriptslibrary/~3/mHcgGMnr7sU/118-socket-connect-and-data-send-in-vbnet" />
		<published>2009-07-24T23:49:13Z</published>
		<updated>2009-07-24T23:49:13Z</updated>
		<id>http://www.scriptslibrary.net/visual-basic-net/118-socket-connect-and-data-send-in-vbnet</id>
		<author>
			<name>Feras</name>
		<email>payment@lebmailer.com</email>
		</author>
		<summary type="html">Function to connect to host machine, and send data via TCP Socket in VB.NET&lt;br /&gt; &lt;br /&gt;First, add the following namespace&lt;br /&gt;</summary>
		<content type="html">Function to connect to host machine, and send data via TCP Socket in VB.NET&lt;br /&gt; &lt;br /&gt;First, add the following namespace&lt;br /&gt;&lt;img src="http://feeds.feedburner.com/~r/scriptslibrary/~4/mHcgGMnr7sU" height="1" width="1"/&gt;</content>
	<feedburner:origLink>http://www.scriptslibrary.net/visual-basic-net/118-socket-connect-and-data-send-in-vbnet</feedburner:origLink></entry>
	<entry>
		<title>Auto-Fill ComboBox Using C#</title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/scriptslibrary/~3/1IBIXT2y8vM/117-auto-fill-combobox-using-c" />
		<published>2009-06-30T06:35:54Z</published>
		<updated>2009-06-30T06:35:54Z</updated>
		<id>http://www.scriptslibrary.net/c-sharp/117-auto-fill-combobox-using-c</id>
		<author>
			<name>Feras</name>
		<email>ferasc@hotmail.com</email>
		</author>
		<summary type="html">This is simple code of how you fill a combobox automatically in C#.&lt;br /&gt; First, lets bind the combo with some data:&lt;br /&gt;</summary>
		<content type="html">This is simple code of how you fill a combobox automatically in C#.&lt;br /&gt; First, lets bind the combo with some data:&lt;br /&gt;&lt;img src="http://feeds.feedburner.com/~r/scriptslibrary/~4/1IBIXT2y8vM" height="1" width="1"/&gt;</content>
	<feedburner:origLink>http://www.scriptslibrary.net/c-sharp/117-auto-fill-combobox-using-c</feedburner:origLink></entry>
	<entry>
		<title>Using OleDbCommand to Insert New Record in VB.NET</title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/scriptslibrary/~3/nUhT3hMcrSQ/113-using-oledbcommand-to-insert-new-record-in-vbnet" />
		<published>2009-06-28T23:10:36Z</published>
		<updated>2009-06-28T23:10:36Z</updated>
		<id>http://www.scriptslibrary.net/visual-basic-net/113-using-oledbcommand-to-insert-new-record-in-vbnet</id>
		<author>
			<name>Feras</name>
		<email>ferasc@hotmail.com</email>
		</author>
		<summary type="html">Here is a simple code to insert a new record into a MS Access database using the OleDbCommand Object in VB.NET.&lt;br /&gt;</summary>
		<content type="html">Here is a simple code to insert a new record into a MS Access database using the OleDbCommand Object in VB.NET.&lt;br /&gt;&lt;img src="http://feeds.feedburner.com/~r/scriptslibrary/~4/nUhT3hMcrSQ" height="1" width="1"/&gt;</content>
	<feedburner:origLink>http://www.scriptslibrary.net/visual-basic-net/113-using-oledbcommand-to-insert-new-record-in-vbnet</feedburner:origLink></entry>
	<entry>
		<title>Using DataReader in VB.NET</title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/scriptslibrary/~3/s12plSHsrS8/112-using-datareader-in-vbnet" />
		<published>2009-06-27T01:39:11Z</published>
		<updated>2009-06-27T01:39:11Z</updated>
		<id>http://www.scriptslibrary.net/visual-basic-net/112-using-datareader-in-vbnet</id>
		<author>
			<name>Feras</name>
		<email>ferasc@hotmail.com</email>
		</author>
		<summary type="html">&lt;p&gt;In this tutorial we will work with &lt;strong&gt;DataReader &lt;/strong&gt;to retrieve data from a MS Access database.&lt;br /&gt; First of all, a DataReader is an ADO.NET object that provides read-only, forward-only data faster than a DataAdapter. It’s a good choice over the other objects for read-only purpose.&lt;br /&gt;Also, it’s forward-only, means you cant go back to previous data which was accessed. The cursor in DataReader goes from top to button by using the Method Read.&lt;br /&gt; &lt;br /&gt;To fill a DataReader with Data, we are going to use the OleDbCommand object and execute the result onto it.&lt;br /&gt; First, we need to create a MS Access Database, with the following table in it:&lt;br /&gt; &lt;br /&gt;  &lt;strong&gt;Table Name: Position&lt;/strong&gt;&lt;br /&gt; &lt;u&gt;Fileds:&lt;/u&gt;&lt;br /&gt;  ID, Number, Primary Key&lt;br /&gt;  Position, Text(50)&lt;/p&gt;</summary>
		<content type="html">&lt;p&gt;In this tutorial we will work with &lt;strong&gt;DataReader &lt;/strong&gt;to retrieve data from a MS Access database.&lt;br /&gt; First of all, a DataReader is an ADO.NET object that provides read-only, forward-only data faster than a DataAdapter. It’s a good choice over the other objects for read-only purpose.&lt;br /&gt;Also, it’s forward-only, means you cant go back to previous data which was accessed. The cursor in DataReader goes from top to button by using the Method Read.&lt;br /&gt; &lt;br /&gt;To fill a DataReader with Data, we are going to use the OleDbCommand object and execute the result onto it.&lt;br /&gt; First, we need to create a MS Access Database, with the following table in it:&lt;br /&gt; &lt;br /&gt;  &lt;strong&gt;Table Name: Position&lt;/strong&gt;&lt;br /&gt; &lt;u&gt;Fileds:&lt;/u&gt;&lt;br /&gt;  ID, Number, Primary Key&lt;br /&gt;  Position, Text(50)&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/scriptslibrary/~4/s12plSHsrS8" height="1" width="1"/&gt;</content>
	<feedburner:origLink>http://www.scriptslibrary.net/visual-basic-net/112-using-datareader-in-vbnet</feedburner:origLink></entry>
	<entry>
		<title>Progressbar in C#</title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/scriptslibrary/~3/xXN3IjAyffY/111-progressbar-in-c" />
		<published>2009-06-26T22:46:16Z</published>
		<updated>2009-06-26T22:46:16Z</updated>
		<id>http://www.scriptslibrary.net/c-sharp/111-progressbar-in-c</id>
		<author>
			<name>Feras</name>
		<email>ferasc@hotmail.com</email>
		</author>
		<summary type="html">The Progressbar Class is a part of the .NET framework, which provides progress bar control that can enhance your functionality of your application.&lt;br /&gt; In this tutorial, we are going to use three members of the Progressbar class:&lt;br /&gt;  Minimum, Maximum, and Value.&lt;br /&gt; The value should range between the minimum and maximum.&lt;br /&gt;&lt;br /&gt;  Create a new C# Application. Add the following controls to the main form:&lt;br /&gt;  Progressbar control, name it as pb.&lt;br /&gt;  Timer, name it as tr&lt;br /&gt; &lt;br /&gt;&lt;img src="images/stories/progressbar.gif" border="0" alt="progress bar" title="progress bar" width="413" height="139" align="middle" /&gt;&lt;br /&gt;</summary>
		<content type="html">The Progressbar Class is a part of the .NET framework, which provides progress bar control that can enhance your functionality of your application.&lt;br /&gt; In this tutorial, we are going to use three members of the Progressbar class:&lt;br /&gt;  Minimum, Maximum, and Value.&lt;br /&gt; The value should range between the minimum and maximum.&lt;br /&gt;&lt;br /&gt;  Create a new C# Application. Add the following controls to the main form:&lt;br /&gt;  Progressbar control, name it as pb.&lt;br /&gt;  Timer, name it as tr&lt;br /&gt; &lt;br /&gt;&lt;img src="images/stories/progressbar.gif" border="0" alt="progress bar" title="progress bar" width="413" height="139" align="middle" /&gt;&lt;br /&gt;&lt;img src="http://feeds.feedburner.com/~r/scriptslibrary/~4/xXN3IjAyffY" height="1" width="1"/&gt;</content>
	<feedburner:origLink>http://www.scriptslibrary.net/c-sharp/111-progressbar-in-c</feedburner:origLink></entry>
	<entry>
		<title>Bind an ADO.NET DataTable to a TreeView in VB.NET</title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/scriptslibrary/~3/GosqZ1Oyvek/110-bind-an-adonet-datatable-to-a-treeview-in-vbnet" />
		<published>2009-06-25T23:21:27Z</published>
		<updated>2009-06-25T23:21:27Z</updated>
		<id>http://www.scriptslibrary.net/visual-basic-net/110-bind-an-adonet-datatable-to-a-treeview-in-vbnet</id>
		<author>
			<name>Feras</name>
		<email>ferasc@hotmail.com</email>
		</author>
		<summary type="html">This tutorial demonstrates how to bind an ADO.NET DataTable to a TreeView in VB.NET and MS Access database.&lt;br /&gt; First of all, you need to create two tables:&lt;br /&gt; &lt;strong&gt;Positions&lt;/strong&gt;&lt;br /&gt;&lt;img src="images/stories/positiontable.gif" border="0" alt="positions table" title="positions table" width="430" height="183" align="middle" /&gt;&lt;br /&gt;</summary>
		<content type="html">This tutorial demonstrates how to bind an ADO.NET DataTable to a TreeView in VB.NET and MS Access database.&lt;br /&gt; First of all, you need to create two tables:&lt;br /&gt; &lt;strong&gt;Positions&lt;/strong&gt;&lt;br /&gt;&lt;img src="images/stories/positiontable.gif" border="0" alt="positions table" title="positions table" width="430" height="183" align="middle" /&gt;&lt;br /&gt;&lt;img src="http://feeds.feedburner.com/~r/scriptslibrary/~4/GosqZ1Oyvek" height="1" width="1"/&gt;</content>
	<feedburner:origLink>http://www.scriptslibrary.net/visual-basic-net/110-bind-an-adonet-datatable-to-a-treeview-in-vbnet</feedburner:origLink></entry>
	<entry>
		<title>Bind an ADO.NET DataTable to a ListBox in VB.NET</title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/scriptslibrary/~3/puIB6_OmVuA/109-bind-an-adonet-datatable-to-a-listbox-in-vbnet" />
		<published>2009-06-25T19:44:15Z</published>
		<updated>2009-06-25T19:44:15Z</updated>
		<id>http://www.scriptslibrary.net/visual-basic-net/109-bind-an-adonet-datatable-to-a-listbox-in-vbnet</id>
		<author>
			<name>Feras</name>
		<email>ferasc@hotmail.com</email>
		</author>
		<summary type="html">This example shows how to bind an ADO.NET DataTable to a ListBox in VB.NET and MS Access Database.&lt;br /&gt; First, create a MS Access Database, and name it as db. Add an Employees table to this database:&lt;br /&gt;  &lt;strong&gt;Table name: Employees&lt;/strong&gt;&lt;br /&gt; &lt;u&gt;Fields:&lt;/u&gt;&lt;br /&gt; ID (number, primary key)&lt;br /&gt; Name (text)&lt;br /&gt; &lt;br /&gt;  You can modify this Database to fit in your requirements.&lt;br /&gt;&lt;br /&gt; Create a new windows project in Visual Studio.NET, and then add a form to this project.&lt;br /&gt; Add a ListBox to the form, name is as lstEmployees.&lt;br /&gt;&lt;br /&gt;&lt;img src="images/stories/bindlistbox.gif" border="0" alt="bind listbox vb.net" title="bind listbox vb.net" width="338" height="333" align="middle" /&gt;&lt;br /&gt;</summary>
		<content type="html">This example shows how to bind an ADO.NET DataTable to a ListBox in VB.NET and MS Access Database.&lt;br /&gt; First, create a MS Access Database, and name it as db. Add an Employees table to this database:&lt;br /&gt;  &lt;strong&gt;Table name: Employees&lt;/strong&gt;&lt;br /&gt; &lt;u&gt;Fields:&lt;/u&gt;&lt;br /&gt; ID (number, primary key)&lt;br /&gt; Name (text)&lt;br /&gt; &lt;br /&gt;  You can modify this Database to fit in your requirements.&lt;br /&gt;&lt;br /&gt; Create a new windows project in Visual Studio.NET, and then add a form to this project.&lt;br /&gt; Add a ListBox to the form, name is as lstEmployees.&lt;br /&gt;&lt;br /&gt;&lt;img src="images/stories/bindlistbox.gif" border="0" alt="bind listbox vb.net" title="bind listbox vb.net" width="338" height="333" align="middle" /&gt;&lt;br /&gt;&lt;img src="http://feeds.feedburner.com/~r/scriptslibrary/~4/puIB6_OmVuA" height="1" width="1"/&gt;</content>
	<feedburner:origLink>http://www.scriptslibrary.net/visual-basic-net/109-bind-an-adonet-datatable-to-a-listbox-in-vbnet</feedburner:origLink></entry>
	<entry>
		<title>Bind an ADO.NET DataTable to a Combobox in C#</title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/scriptslibrary/~3/TCe7NikAfag/108-bind-an-adonet-datatable-to-a-combobox-in-c" />
		<published>2009-06-25T06:04:54Z</published>
		<updated>2009-06-25T06:04:54Z</updated>
		<id>http://www.scriptslibrary.net/c-sharp/108-bind-an-adonet-datatable-to-a-combobox-in-c</id>
		<author>
			<name>Feras</name>
		<email>ferasc@hotmail.com</email>
		</author>
		<summary type="html">Here is a simple code to Bind an ADO.NET DataTable to a ComboBox using C# and Microsoft Access.&lt;br /&gt; Create a MS Access Database, and name it as db.&lt;br /&gt; Add a new table to it:&lt;br /&gt;  &lt;br /&gt; &lt;strong&gt;Table name: Positions&lt;/strong&gt;&lt;br /&gt;  &lt;u&gt;Fields:&lt;/u&gt;&lt;br /&gt; ID (number, primary key)&lt;br /&gt;  Name (text)&lt;br /&gt; &lt;br /&gt; Create a new C# windows project; add a new form to it.&lt;br /&gt; Add a ComboBox to the form, name is as cbPositions.&lt;br /&gt;&lt;br /&gt;&lt;img src="images/stories/bindcomboboxvbnet.gif" border="0" alt="bindcombobox c#" title="bindcombobox c#" width="347" height="201" align="middle" /&gt;&lt;br /&gt;&lt;br /&gt; Switch to View Code mode, copy and paste the following sub:&lt;br /&gt;</summary>
		<content type="html">Here is a simple code to Bind an ADO.NET DataTable to a ComboBox using C# and Microsoft Access.&lt;br /&gt; Create a MS Access Database, and name it as db.&lt;br /&gt; Add a new table to it:&lt;br /&gt;  &lt;br /&gt; &lt;strong&gt;Table name: Positions&lt;/strong&gt;&lt;br /&gt;  &lt;u&gt;Fields:&lt;/u&gt;&lt;br /&gt; ID (number, primary key)&lt;br /&gt;  Name (text)&lt;br /&gt; &lt;br /&gt; Create a new C# windows project; add a new form to it.&lt;br /&gt; Add a ComboBox to the form, name is as cbPositions.&lt;br /&gt;&lt;br /&gt;&lt;img src="images/stories/bindcomboboxvbnet.gif" border="0" alt="bindcombobox c#" title="bindcombobox c#" width="347" height="201" align="middle" /&gt;&lt;br /&gt;&lt;br /&gt; Switch to View Code mode, copy and paste the following sub:&lt;br /&gt;&lt;img src="http://feeds.feedburner.com/~r/scriptslibrary/~4/TCe7NikAfag" height="1" width="1"/&gt;</content>
	<feedburner:origLink>http://www.scriptslibrary.net/c-sharp/108-bind-an-adonet-datatable-to-a-combobox-in-c</feedburner:origLink></entry>
</feed>
