<?xml version="1.0" encoding="utf-8"?>
<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>Post your Tutorials and Codes Samples</title>
		<link>http://askq.forumotion.net/post-your-tutorials-and-codes-samples-f6/-t1.htm</link>
		<description>You can post tutorials or you can post your own codings, etc in here. You can post your own tutorials and codes relating to any computer language or software in here.</description>
		<lastBuildDate>Tue, 07 Oct 2008 16:49:58 GMT</lastBuildDate>
		<ttl>10</ttl>
		<image>
			<title>Post your Tutorials and Codes Samples</title>
			<url>http://illiweb.com/fa/empty.gif</url>
			<link>http://askq.forumotion.net/post-your-tutorials-and-codes-samples-f6/-t1.htm</link>
		</image>
		<item>
			<title>E-BOOK &amp;quot;Programming And Problem Solving With Visual Basic .NET&amp;quot;</title>
			<link>http://askq.forumotion.net/post-your-tutorials-and-codes-samples-f6/e-book-programming-and-problem-solving-with-visual-basic-net-t11.htm</link>
			<dc:creator>stormchaser</dc:creator>
			<description>



This book introduces Visual Basic from an object-oriented viewpoint, with a rigor and accessibility perfect for students learning their first programming language. Rich in the pedagogical style that is the trademark of the Dale series of programming texts, this Visual Basic text provides straightforward explanations, meaningful examples, and engaging exercises. Students develop good programming habits right from the start and acquire a thorough understanding of classes, methods, object-oriented  ...</description>
			<category>Post your Tutorials and Codes Samples</category>
			<pubDate>Tue, 07 Oct 2008 16:49:58 GMT</pubDate>
			<comments>http://askq.forumotion.net/post-your-tutorials-and-codes-samples-f6/e-book-programming-and-problem-solving-with-visual-basic-net-t11.htm#35</comments>
			<guid>http://askq.forumotion.net/post-your-tutorials-and-codes-samples-f6/e-book-programming-and-problem-solving-with-visual-basic-net-t11.htm</guid>
		</item>
		<item>
			<title>Maintain a Theme for a project</title>
			<link>http://askq.forumotion.net/post-your-tutorials-and-codes-samples-f6/maintain-a-theme-for-a-project-t8.htm</link>
			<dc:creator>thava</dc:creator>
			<description>here i have submited a code snippet  this snippet will use those who want to maintain a theme  for their projects in vb6

prerequisties

add a module and copy this code 

Code:

public sub SetThemeTo&#40;ByVal Frm as Form&#41;

Dim Cont as control

For Each cont in Frm.Controls

      If TypeOf Cont is TextBox then

         Cont.BackColor = VbRed

         'you can also change your font Property

      Elseif TypeOf  ...</description>
			<category>Post your Tutorials and Codes Samples</category>
			<pubDate>Mon, 06 Oct 2008 12:58:10 GMT</pubDate>
			<comments>http://askq.forumotion.net/post-your-tutorials-and-codes-samples-f6/maintain-a-theme-for-a-project-t8.htm#23</comments>
			<guid>http://askq.forumotion.net/post-your-tutorials-and-codes-samples-f6/maintain-a-theme-for-a-project-t8.htm</guid>
		</item>
		<item>
			<title>[VB6] ADO Beginners Tutorial For Database Conectivity</title>
			<link>http://askq.forumotion.net/post-your-tutorials-and-codes-samples-f6/vb6-ado-beginners-tutorial-for-database-conectivity-t5.htm</link>
			<dc:creator>Akhilesh B Chandran</dc:creator>
			<description>Hai,

Here in this tutorial, I am going to explain, how to do almost all the functions with a database and a VB program.

I will tell you step by step. 



Open your project. Then click Project menu. Then click References menu. From the dialog box, put tick mark against Microsoft ActiveX Data Object 2.x library. Thus you had made the refrence to the ADO.



Then write the below two lines of code in the General Declaration of the code:

Code:Option Explicit

Private cn As ADODB.Connection  ...</description>
			<category>Post your Tutorials and Codes Samples</category>
			<pubDate>Sat, 04 Oct 2008 09:42:36 GMT</pubDate>
			<comments>http://askq.forumotion.net/post-your-tutorials-and-codes-samples-f6/vb6-ado-beginners-tutorial-for-database-conectivity-t5.htm#13</comments>
			<guid>http://askq.forumotion.net/post-your-tutorials-and-codes-samples-f6/vb6-ado-beginners-tutorial-for-database-conectivity-t5.htm</guid>
		</item>
	</channel>
</rss>