<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>tutorials</title>
	<link>http://srigame.com</link>
	<description>learning is simple</description>
	<lastBuildDate>Thu, 04 Mar 2010 06:14:15 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>The Timer, Line, Shape And OLE Controls In Visual Basic 6 (VB6)</title>
		<description><![CDATA[The Timer, Line, Shape And OLE Controls In Visual Basic 6 (VB6)
 
The Timer Control
A Timer control is invisible at run time, and its purpose is to send a periodic pulse to the current application. You can trap this pulse by writing code in the Timer&#8217;s Timer event procedure and take advantage of it to execute [...]]]></description>
		<link>http://srigame.com/?p=463</link>
			</item>
	<item>
		<title>PictureBox And Image Controls In Visual Basic 6</title>
		<description><![CDATA[PictureBox And Image Controls In Visual Basic 6
 
Both PictureBox and Image controls let you display an image, so let&#8217;s compare them and see when it makes sense to choose one or the other.
The PictureBox Control
PictureBox controls are among the most powerful and complex items in the Visual Basic Toolbox window. In a sense, these controls [...]]]></description>
		<link>http://srigame.com/?p=461</link>
			</item>
	<item>
		<title>Label And Frame Controls In Visual Basic 6 (VB6)</title>
		<description><![CDATA[Label And Frame Controls In Visual Basic 6 (VB6)
 
Label and Frame controls have a few features in common, so it makes sense to explain them together. First they&#8217;re mostly &#8220;decorative&#8221; controls that contribute to the user interface but are seldom used as programmable objects. In other words, you often place them on the form and [...]]]></description>
		<link>http://srigame.com/?p=449</link>
			</item>
	<item>
		<title>VB6 CommandButton And OptionButton Controls &#8211; Visual Basic 6</title>
		<description><![CDATA[VB6 CommandButton And OptionButton Controls &#8211; Visual Basic 6
 
When compared to TextBox controls, these controls are really simple. Not only do they expose relatively few properties, they also support a limited number of events, and you don&#8217;t usually write much code to manage them.
CommandButton Controls in VB6
Using CommandButton controls is trivial. In most cases, you [...]]]></description>
		<link>http://srigame.com/?p=447</link>
			</item>
	<item>
		<title>Multiline TextBox Controls &#8211; Visual Basic 6 TextBox Control</title>
		<description><![CDATA[Multiline TextBox Controls &#8211; Visual Basic 6 TextBox Control
 
You create multiline TextBox controls by setting the MultiLine property to True and the ScrollBars property to 2-Vertical or 3-Both. A vertical scroll bar causes the contents of the control to automatically wrap when a line is too long for the control&#8217;s width, so this setting is [...]]]></description>
		<link>http://srigame.com/?p=445</link>
			</item>
	<item>
		<title>Auto-Tabbing Fields And Formatting Text &#8211; Visual Basic 6 TextBox Control</title>
		<description><![CDATA[Auto-Tabbing Fields And Formatting Text &#8211; Visual Basic 6 TextBox Control
 
Auto-Tabbing Fields
Users aren&#8217;t usually delighted to spend all their time at the keyboard. Your job as a programmer is to make their jobs easier, and so you should strive to streamline their everyday work as much as possible. One way to apply this concept is [...]]]></description>
		<link>http://srigame.com/?p=442</link>
			</item>
	<item>
		<title>The CausesValidation Property And The Validate Event &#8211; Visual Basic 6 TextBox Control</title>
		<description><![CDATA[The CausesValidation Property And The Validate Event &#8211; Visual Basic 6 TextBox Control
 
Visual Basic 6 has finally come up with a solution for most of the validation issues that have afflicted Visual Basic developers for years. As you&#8217;ll see in a moment, the Visual Basic 6 approach is simple and clean; it really astonishes me [...]]]></description>
		<link>http://srigame.com/?p=439</link>
			</item>
	<item>
		<title>Validation Routines For Numbers &#8211; Visual Basic 6 TextBox Control</title>
		<description><![CDATA[Validation Routines For Numbers &#8211; Visual Basic 6 TextBox Control
 
Although trapping invalid keys in the KeyPress or KeyDown event procedures seems a great idea at first, when you throw your application to inexperienced users you soon realize that there are many ways for them to enter invalid data. Depending on what you do with this [...]]]></description>
		<link>http://srigame.com/?p=437</link>
			</item>
	<item>
		<title>Trapping Keyboard Activity &#8211; Visual Basic 6 TextBox Control</title>
		<description><![CDATA[Trapping Keyboard Activity &#8211; Visual Basic 6 TextBox Control
 
TextBox controls support KeyDown, KeyPress, and KeyUp standard events. One thing that you will often do is prevent the user from entering invalid keys. A typical example of where this safeguard is needed is a numeric field, for which you need to filter out all nondigit keys:
Private [...]]]></description>
		<link>http://srigame.com/?p=435</link>
			</item>
	<item>
		<title>Using TextBox Control In Visual Basic 6</title>
		<description><![CDATA[Using TextBox Control In Visual Basic 6
 
TextBox controls offer a natural way for users to enter a value in your program. For this reason, they tend to be the most frequently used controls in the majority of Windows applications. TextBox controls, which have a great many properties and events, are also among the most complex [...]]]></description>
		<link>http://srigame.com/?p=430</link>
			</item>
</channel>
</rss>
