<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href="http://www.codeidea.com/tips/templates/Default (Stretched)/RssDisplay.xslt" type="text/xsl"?>
				<rss version="2.0">
				  <channel>
						<title>Delphi knowledgebase - Articles</title>
						<link>http://www.codeidea.com/tips</link>
						<description />
						<language>en-us</language>
						<copyright>http://www.codeidea.com/tips</copyright>
						<generator>N/A</generator>
						<webMaster>webmaster@codeidea.com</webMaster>
						<lastBuildDate>Wed, 07 Jan 2009 04:26:47 CST</lastBuildDate>
						<ttl>20</ttl>

					<item>
					  <title>Sound card - installed or not</title>
					  <link>http://www.codeidea.com/tips/articles/112/1/Sound-card---installed-or-not</link>
					  <description>&lt;BR&gt;&lt;FONT face=Arial size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If you write multimedia software that requires an installed sound card, of course you must check if some sound card is installed&lt;BR&gt;&lt;/FONT&gt;</description>
					  <author>hongbin fei</author>
					  <pubDate>Mon, 05 Mar 2007 00:00:00 CST</pubDate>
					  <subject />
					</item>

				

					<item>
					  <title>Automating Internet Explorer to POST Form Data</title>
					  <link>http://www.codeidea.com/tips/articles/96/1/Automating-Internet-Explorer-to-POST-Form-Data</link>
					  <description>&lt;STRONG&gt;&lt;FONT face=Verdana size=1&gt;Automating Internet Explorer to POST Form Data&lt;/FONT&gt;&lt;/STRONG&gt;</description>
					  <author>hongbin fei</author>
					  <pubDate>Sat, 06 Jan 2007 00:00:00 CST</pubDate>
					  <subject />
					</item>

				

					<item>
					  <title>How to color a specific subitem in a TListView</title>
					  <link>http://www.codeidea.com/tips/articles/87/1/How-to-color-a-specific-subitem-in-a-TListView</link>
					  <description>&lt;DIV style=&quot;MARGIN: 10px 20px&quot;&gt;do you wang&amp;nbsp; change the color of a specific subitem in a TListView.&lt;/DIV&gt;</description>
					  <author>hongbin fei</author>
					  <pubDate>Wed, 20 Dec 2006 00:00:00 CST</pubDate>
					  <subject />
					</item>

				

					<item>
					  <title>Effective bug processing : the right code at the right place</title>
					  <link>http://www.codeidea.com/tips/articles/81/1/Effective-bug-processing-%3A-the-right-code-at-the-right-place</link>
					  <description>How to use the power of Application.OnException event to integrate an automatic bugreport in few code lines.</description>
					  <author>Robert Sampy</author>
					  <pubDate>Sat, 16 Dec 2006 00:00:00 CST</pubDate>
					  <subject />
					</item>

				

					<item>
					  <title>Antialiased line drawer</title>
					  <link>http://www.codeidea.com/tips/articles/86/1/Antialiased-line-drawer</link>
					  <description>&lt;div style=&quot;margin: 10px 20px; font-family: Arial;&quot;&gt;&lt;font size=&quot;2&quot;&gt;How do I draw smooth lines in my apps like  photoshop?&lt;/font&gt;&lt;/div&gt;</description>
					  <author>hongbin fei</author>
					  <pubDate>Sun, 10 Dec 2006 00:00:00 CST</pubDate>
					  <subject />
					</item>

				

					<item>
					  <title>Activate/Deactivate the Screen Saver</title>
					  <link>http://www.codeidea.com/tips/articles/83/1/Activate%7B47%7DDeactivate-the-Screen-Saver</link>
					  <description>Sometimes you want to deactivate the current screensaver when performing some very long process. You can use this function to activate or deactivate the screensaver. Pass True to activate it, or False to deactivate it. </description>
					  <author>hongbin fei</author>
					  <pubDate>Sat, 14 Oct 2006 00:00:00 CDT</pubDate>
					  <subject />
					</item>

				

					<item>
					  <title>What different between LogWidth LogHeight and Font.Size?</title>
					  <link>http://www.codeidea.com/tips/articles/82/1/What-different-between-LogWidth-LogHeight-and-Font.Size%3F</link>
					  <description>&lt;font size=&quot;2&quot;&gt;&lt;span style=&quot;font-family: Arial;&quot;&gt;There are LogWidth,LogHeight,LogUse and Font.size, what is mean? It is scable for you.&lt;/span&gt;&lt;/font&gt;&lt;br&gt;</description>
					  <author>hongbin fei</author>
					  <pubDate>Mon, 11 Sep 2006 00:00:00 CDT</pubDate>
					  <subject />
					</item>

				

					<item>
					  <title>How to get TMyGroupShape&amp;#39;s instance count?</title>
					  <link>http://www.codeidea.com/tips/articles/78/1/How-to-get-TMyGroupShape%26%2339%3Bs-instance-count%3F</link>
					  <description>&lt;font size=&quot;2&quot;&gt;&lt;span style=&quot;font-family: Verdana;&quot;&gt;procedure TForm1.Button3Click(Sender: TObject);&lt;/span&gt;&lt;br style=&quot;font-family: Verdana;&quot;&gt;&lt;span style=&quot;font-family: Verdana;&quot;&gt;var i,j:integer;&lt;/span&gt;&lt;br style=&quot;font-family: Verdana;&quot;&gt;&lt;span style=&quot;font-family: Verdana;&quot;&gt;begin&lt;/span&gt;&lt;br style=&quot;font-family: Verdana;&quot;&gt;&lt;br style=&quot;font-family: Verdana;&quot;&gt;&lt;br style=&quot;font-family: Verdana;&quot;&gt;&lt;span style=&quot;font-family: Verdana;&quot;&gt;&amp;nbsp;&amp;nbsp; j:=0;&lt;/span&gt;&lt;br style=&quot;font-family: Verdana;&quot;&gt;&lt;span style=&quot;font-family: Verdana;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; for i:=0 to MyCAD1.GetShapesCount - 1 do&lt;/span&gt;&lt;br style=&quot;font-family: Verdana;&quot;&gt;&lt;span style=&quot;font-family: Verdana;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; With MyCAD1 do&lt;/span&gt;&lt;br style=&quot;font-family: Verdana;&quot;&gt;&lt;span style=&quot;font-family: Verdana;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; begin&lt;/span&gt;&lt;br style=&quot;font-family: Verdana;&quot;&gt;&lt;br style=&quot;font-family: Verdana;&quot;&gt;&lt;span style=&quot;font-family: Verdana;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (MyShapes[i] is TMyGroup) and ( MyShapes[i].ParentShapeNo = -1 ) then&lt;/span&gt;&lt;br style=&quot;font-family: Verdana;&quot;&gt;&lt;span style=&quot;font-family: Verdana;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; inc(j);&lt;/span&gt;&lt;br style=&quot;font-family: Verdana;&quot;&gt;&lt;span style=&quot;font-family: Verdana;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; end;&lt;/span&gt;&lt;br style=&quot;font-family: Verdana;&quot;&gt;&lt;span style=&quot;font-family: Verdana;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; form1.Caption:='There is '+inttostr(j)+ ' group shapes!';&lt;/span&gt;&lt;br style=&quot;font-family: Verdana;&quot;&gt;&lt;span style=&quot;font-family: Verdana;&quot;&gt;end;&lt;/span&gt;&lt;br style=&quot;font-family: Verdana;&quot;&gt;&lt;br style=&quot;font-family: Verdana;&quot;&gt;&lt;span style=&quot;font-family: Verdana;&quot;&gt;end.&lt;/span&gt;&lt;br style=&quot;font-family: Verdana;&quot;&gt;&lt;br style=&quot;font-family: Verdana;&quot;&gt;&lt;/font&gt;</description>
					  <author>hongbin fei</author>
					  <pubDate>Fri, 01 Sep 2006 00:00:00 CDT</pubDate>
					  <subject />
					</item>

				

					<item>
					  <title>How can I know the mouse over TCAD or not.</title>
					  <link>http://www.codeidea.com/tips/articles/77/1/How-can-I-know-the-mouse-over-TCAD-or-not.</link>
					  <description>&lt;font size=&quot;2&quot;&gt;&lt;span style=&quot;font-family: Arial;&quot;&gt;sometime we need know&amp;nbsp; the mouse over TCAD or not. please should view this sample.&lt;/span&gt;&lt;br style=&quot;font-family: Arial;&quot;&gt;&lt;/font&gt;</description>
					  <author>hongbin fei</author>
					  <pubDate>Tue, 29 Aug 2006 00:00:00 CDT</pubDate>
					  <subject />
					</item>

				

					<item>
					  <title>How to hide a hot link point</title>
					  <link>http://www.codeidea.com/tips/articles/74/1/How-to-hide-a-hot-link-point</link>
					  <description>&lt;font size=&quot;2&quot;&gt;&lt;span style=&quot;font-family: Arial;&quot;&gt;In inspector,set ShowHotLink property value as False.&lt;/span&gt;&lt;br style=&quot;font-family: Arial;&quot;&gt;&lt;br style=&quot;font-family: Arial;&quot;&gt;&lt;span style=&quot;font-family: Arial;&quot;&gt;Also,set value by code.&lt;/span&gt;&lt;br style=&quot;font-family: Arial;&quot;&gt;&lt;br style=&quot;font-family: Arial;&quot;&gt;&lt;span style=&quot;font-family: Arial;&quot;&gt;Code example:&lt;/span&gt;&lt;br style=&quot;font-family: Arial;&quot;&gt;&lt;br style=&quot;font-family: Arial;&quot;&gt;&lt;span style=&quot;font-family: Arial;&quot;&gt;procedure TMainFrm.Button1Click(Sender: TObject);&lt;/span&gt;&lt;br style=&quot;font-family: Arial;&quot;&gt;&lt;span style=&quot;font-family: Arial;&quot;&gt;begin&lt;/span&gt;&lt;br style=&quot;font-family: Arial;&quot;&gt;&lt;span style=&quot;font-family: Arial;&quot;&gt;MyCAD1.ShowHotLink:=false;&lt;/span&gt;&lt;br style=&quot;font-family: Arial;&quot;&gt;&lt;span style=&quot;font-family: Arial;&quot;&gt;//...&lt;/span&gt;&lt;br style=&quot;font-family: Arial;&quot;&gt;&lt;span style=&quot;font-family: Arial;&quot;&gt;end;&lt;/span&gt;&lt;/font&gt;</description>
					  <author>hongbin fei</author>
					  <pubDate>Sat, 05 Aug 2006 00:00:00 CDT</pubDate>
					  <subject />
					</item>

				
				  </channel>
				</rss>
			