<?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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>All Delphi &#187; Uncategorized</title>
	<atom:link href="http://alldelphi.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://alldelphi.com</link>
	<description>Everything You Want To Know From VCL, Tips To Snippet All Everything About Delphi And CodeGear Related</description>
	<lastBuildDate>Thu, 08 Dec 2011 00:40:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Virus Start To Attack Delphi Program! &#8230;.</title>
		<link>http://alldelphi.com/2009/09/09/virus-start-to-attack-delphi-program/</link>
		<comments>http://alldelphi.com/2009/09/09/virus-start-to-attack-delphi-program/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 08:16:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Delphi News]]></category>
		<category><![CDATA[Delphi Virus]]></category>

		<guid isPermaLink="false">http://www.alldelphi.com/?p=68</guid>
		<description><![CDATA[Virus keep attacking delphi as a famous RAD tool of development , read more at alldelphi.com to know 
what Nick Hodge have to say about it ..]]></description>
			<content:encoded><![CDATA[<p></p><p>After Some times Delphi as a RAD Development run without disturbance from any virus attack, and since it is<br />
very popular the Delphi finaly got this attack , virus started to target any development tools to gain leverage<br />
for distributing their loom , well bellow is a F&amp;Q I Copy paste from Nick Hodge blog hope can make ,<br />
all  <a title="www.alldelphi.com" href="http://www.alldelphi.com" target="_blank">alldelphi.com</a> reader&#8217;s fog clearer , enjoy guys and girls.<br />
<span id="more-68"></span></p>
<blockquote>
<h1>Frequently Asked Questions about the W32/Induc-A Virus (Compile-A-Virus)</h1>
<p>By: <a href="http://gp.embarcadero.com/authors/edit/1793.aspx">Nick Hodges</a></p>
<p>Abstract: This is a set of Frequently Asked Questions about the W32/Induc-A “compile-a-virus” virus that can attack old versions of the Delphi development tool.</p>
<div><script type="text/javascript">// < ![CDATA[
         Sys.WebForms.PageRequestManager._initialize('ctl34', document.getElementById('ctl33')); Sys.WebForms.PageRequestManager.getInstance()._updateControls(['tctl44$ctl00$TagsPanel'], [], [], 90);
// ]]&gt;</script> <span id="ArticleLabel"></p>
<h4>What versions of Delphi are affected?</h4>
<p>This virus affects only Delphi versions 4 – 7 released between 1998 and 2002. The W32/Induc virus does not affect newer versions of Delphi from v2005 thru v2009 or the upcoming v2010.</p>
<h4>What versions of Delphi are NOT affected?</h4>
<p>This virus does <strong>not</strong> affect more current versions of Delphi. Delphi 2006, 2007, 2009, and the new 2010 release are not affected by this virus.</p>
<h4>What is this virus?</h4>
<p>This virus is called &#8220;Compile-a-Virus&#8221;. It is also referred to as &#8220;W32/Induc-A&#8221;.</p>
<h4>Is the Delphi IDE or the language distributing this virus?</h4>
<p>No, the versions of Delphi that are vulnerable to this attack (v4 thru v7) do not come with this virus nor is the virus in the language. It is “caught” by downloading and running an infected EXE or DLL.</p>
<h4>Is Delphi Prism affected?</h4>
<p>No, Delphi Prism is not affected by this virus.</p>
<h4>What does this virus do?</h4>
<p>This virus does nothing to versions of Delphi newer than Delphi 7 (2002). If a machine is infected, the virus W32/Induc-A doesn&#8217;t do anything malicious or create damage other than spread itself.<br />
What the virus does do is embed itself into an installation of Delphi version 4, 5, 6 or 7. Then, when an infected version of Delphi builds an EXE or a DLL, it embeds itself into that resulting binary. When the code for that EXE or DLL is run, it then looks for installed versions of Delphi 4 thru 7 and replicates itself into any installations that it finds. Then, that installation will in turn produce EXE and DLL files that will look to replicate itself anywhere it is run.</p>
<p>Again, the virus looks only for an installation of Delphi 4 -7.  Specifically, if it finds one of those Delphi versions, it searches for the SYSCONST.PAS file.  It opens that file, injects code into it, compiles the file, and replaces the shipped version of SYSCONST.DCU with the new infected version. It then deletes the SYSCONST.PAS file it created. (The virus doesn’t alter any *.PAS files on the system).  The injected code simply causes the execution of code containing SYSCONST.DCU to replicate the virus.</p>
<h4>Is this a problem unique to Delphi?</h4>
<p>This particular virus seeks out Delphi v4 thru v7 but this type of virus is not in any way unique to Delphi and could effect any development environment from Eclipse to Visual Studio.</p>
<h4>Who is vulnerable to this infection?</h4>
<p>Installations of Delphi 4 &#8211; 7 can be affected by W32/Induc-A.  If an infected EXE or DLL file is run on a machine without Delphi 4 &#8211; 7 installed on it, then the virus does nothing. Virus scanners are now starting to report this infection as a virus to those people with infected binaries.</p>
<h4>How do I know if I&#8217;ve been infected?</h4>
<p>Detecting if your Delphi installation has been infected is fairly easy.  It only affects Delphi version from 4 to 7.  The easiest way to tell if you have been infected is to search for the presence of SYSCONST.BAK in the &lt;delphi&gt;\lib directory of your Delphi installation.  The virus creates this file as part of its actions.  If that file is present, you are likely infected (unless you know that you yourself created this file for some reason).</p>
<p>If you have a SYSCONST.BAK in your \lib directory, then you can open up SYSCONST.DCU in a hex editor or even in a text editor like notepad.  You can search for the code &#8220;CreateFile(pchar(d+$bak$),0,0,0,3,0,0);&#8221;  in that DCU file.  If it is present, you are infected.</p>
<h4>If I have it, how did I get it?</h4>
<p>If you have the virus, you got it buy running an EXE or DLL file on your machine that was already infected with this virus.   Delphi is a very popular development tool, particularly among ISV and MicroISV developers. Ii you received an infected binary you may have received it from an application download.</p>
<h4>What are the implications of being infected?</h4>
<p>If your machine is infected, the EXE and DLL files that you produce will infect any unprotected machine where your EXE or DLL is run and that has Delphi 4 – 7 installed.</p>
<p>But note again that this virus doesn&#8217;t do anything malicious apart from spreading itself. However, if you detect that you have the virus and have distributed known infected files, it is prudent to notify file recipients and point them to this FAQ for more information.</p>
<h4>How do I remove the virus from my Delphi installation?</h4>
<p>To remove the virus you should</p>
<ol>
<li>Delete the infected SYSCONST.DCU file on your system</li>
<li>Replace it with the SYSCONST.DCU file from your installation media.  Delphi versions 4 -7 include a complete install image on their CD, so you can simply copy that file from your DVD to your installation.</li>
</ol>
<h4>How do I make sure that it doesn&#8217;t come back?</h4>
<h4>or</h4>
<h4>I don&#8217;t have the virus.  How do I make sure that I don&#8217;t get it?</h4>
<p>This virus does not affect Delphi version 2005 thru 2010. However, if you are running older copies of Delphi v4 thru v7 then the most effective way to ensure that you don’t get the virus is to move your copy of DCC32.EXE to a different directory. The IDE of these older versions doesn’t require the command line compiler, so this will not affect the execution of the product.</p>
<p>You can also prevent the virus from doing anything to your installation again by leaving a file named SYSCONST.BAK in the same location where you found it.  The file can be empty.  The virus checks for the presence of this file, and if it finds it, it does nothing.  Leaving a blank SYSCONST.BAK file in the same location as your SYSCONST.DCU file will ensure that the virus will do nothing.</p>
<p>In addition, you can mark all of the files in your \lib directory as read-only.  This will prevent the virus from changing them.</p>
<h4>How do I tell if I have executable files on my system that are spreading this virus?</h4>
<p>This is a relatively new virus, and so virus scanning software is just starting to recognize it.  A number of vendors are already identifying binaries with this infection, and undoubtedly, most will follow suit soon.  The best way to detect the virus is to ensure that your anti-virus software knows about W32/Induc-A and run a virus scan on your system.</p>
<h4>The binaries I am producing are infected, what can I do?</h4>
<p>Of course you first need to rid your system of the virus – See above.The only way to get rid of the virus that is already in an existing EXE or DLL is to recompile that binary with a clean system.</p>
<h4>Does this affect packages built with Delphi 4 &#8211; 7?</h4>
<p>It is possible but unlikely. By default, packages are not affected.  A package can become infected if you manually choose not to link against our RTL.DCP file and manually link in an infected SYSCONST.DCU. The overwhelming majority of developers will not have done this, and if you have, then you’ll be able to recompile those packages with a clean system.</p>
<h4>What else can I do to protect myself?</h4>
<p>There are a number of additional things you can do to protect yourself against this virus.  As mentioned above, you can mark all of the DCU files in your \lib directory as read-only.  And while you are at it, you might consider labeling all of the source code in the &lt;delphi&gt;\source directory as read-only as well.</p>
<p>To be absolutely safe, you can do a file compare between your \lib directory and the \lib directory on the install image on your CD.</p>
<p>If you need a file compare tool, there is a very powerful, open source tool called FreeFileSync which can be found at:</p>
<p><a href="http://sourceforge.net/projects/freefilesync/">http://sourceforge.net/projects/freefilesync/</a></p>
<p>Keep in mind that it is possible that you may have altered these DCU files yourself, so if they show up as different, be sure that you yourself haven’t altered them. So far, this virus only affects the SYSCONST.DCU file.</p>
<p>In any event, it is highly recommended that you ensure that the files in the \lib directory of your Delphi 4 – 7 installation match those of the install image on your CD.</p>
<h4>Is C++Builder affected?</h4>
<p>No. It is theoretically possible for a C++Builder EXE to become infected, but a C++Builder developer would have to take a rather lengthy set of steps and actively change and recompile a number of different things on his system in order for the virus to affect C++Builder binaries.</p>
<h4>I produce shareware and/or an ISV application built with Delphi?  What does this mean?</h4>
<p>If you are running newer versions of Delphi 2005 thru 2010 then it doesn’t affect you. If you are a Shareware or ISV vendor running an older version of Delphi v4 thru v7, then you should check that your machine is not infected. If it is infected you should clean it.</p>
<p>If you have distributed infected executables to your customers, you should immediately recompile your product and distribute a new, cleaned version. It would also be prudent to notify file recipients and point them to this FAQ for more information. As anti-virus programs begin to see this virus in binaries, customers will be getting reports of your binaries being infected and you’ll want to be ready with a clean binary for them.</p>
<h4>Are there any special concerns for a Component Vendor?</h4>
<p>Component vendors who are using versions of Delphi 7 or older should take the same precautions and steps as described in this document. Even if infected, component vendors have a low probability of infecting their customers via their components. The reason is that the virus doesn’t attach itself to other DCU files. It doesn’t affect any source code that you create. It is possible, as noted above, to link the virus into a package (BPL) file, but you would have to very deliberately be avoiding using the Delphi Run-time Library and be explicitly linking in the SYSCONST.DCU file.</p>
<h4>What are you doing to harden Delphi against this or future viruses?</h4>
<p>The best course of action is of course to run a secure development workstation and run anti-virus software; always keeping it updated. While this type of virus can be built to attack any development environment, we are looking for ways to help developers prevent future attacks on their systems.</p>
<p></span></div>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://alldelphi.com/2009/09/09/virus-start-to-attack-delphi-program/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CodeGear 2007 May/June 08 Help Update Free Download</title>
		<link>http://alldelphi.com/2008/07/04/codegear-2007-mayjune-08-help-update-free-download/</link>
		<comments>http://alldelphi.com/2008/07/04/codegear-2007-mayjune-08-help-update-free-download/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 22:55:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CodeGear 2007 May/June 08 Help Update]]></category>
		<category><![CDATA[Codegear Help update]]></category>
		<category><![CDATA[CodeGear Update]]></category>
		<category><![CDATA[Free download Codegear update]]></category>

		<guid isPermaLink="false">http://www.alldelphi.com/?p=33</guid>
		<description><![CDATA[hi all delphi readers for you that want to download the codegear Help Updates May/June, you can download from link below : Here are some of the release note i took from codegear website. Release Notes: Help Updates for CodeGear RAD Studio 2007 RAD Studio 2007 Help Updates provide bug fixes and other improvements to [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>hi all delphi readers for you that want to download the codegear Help Updates May/June, you can download from link below :<span id="more-33"></span></p>
<p>Here are some of the release note i took from codegear website.</p>
<p>Release Notes: Help Updates for CodeGear RAD Studio 2007</p>
<p>RAD Studio 2007 Help Updates provide bug fixes and other improvements to the Help system.</p>
<p>See http://dn.codegear.com/article/37542/ for updates to these release notes.</p>
<p>Visit CodeGear CodeCentral for versions of the RAD Studio Help in CHM and PDF formats.<br />
Installation Notes</p>
<p>Installing this update uninstalls the current help and then installs and registers the newest Help Update.<br />
Requirements</p>
<p>This Help Update can be applied to:</p>
<p>* CodeGear RAD Studio 2007<br />
* C++Builder 2007 Update 3<br />
* Delphi 2007 for Win32 Update 3</p>
<p>Important: This Help Update cannot be applied to prior software versions. You must update RAD Studio to one of the versions listed above to be able to use the Help Update mechanism.<br />
Help Update History<br />
Help Update 1: October 2007 (http://dn.codegear.com/article/37134)<br />
Help Update 2: February 2008<br />
Help Update 3: April 2008<br />
Help Update 4: June 2008</p>
<p>Installing the Help Update from the Registered Users Site</p>
<p>You can obtain the help update download from the Registered Users Site. Install Help Updates using this command:</p>
<p>HelpSetup /upgrade</p>
<p>Known Problems with the Help Update Installer</p>
<p>* If you close the Update before the install completes, when you run Check Update again, a message says there is no Update available. The workaround is to download and run HelpSetup /upgrade from the Registered Users Site.<br />
* If you have registered 3rd party help in the RAD Studio/5.0/Help/Doc/h2reg.ini file, you may have problems if you used syntax that is not compatible with RAD Studio Help. See How to Plug 3rd-Party Help into RAD Studio Help for instructions.</p>
<p>Improving Install Performance</p>
<p>1.</p>
<p>DisableRollback</p>
<p>The MSI-based Delphi installer uses a transactional database to keep track of its actions. This feature enables you to cancel and &#8220;rollback&#8221; the installation process, which means you can backtrack the install actions performed up to that point.</p>
<p>You can disable the rollback support by setting the following entry:</p>
<p>Windows Registry Editor Version 5.00<br />
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Installer]<br />
&#8220;DisableRollback&#8221;=dword:00000001</p>
<p>You can also use the same setting under HKCU, which will be applied in a per-user basis.</p>
<p>Notice that this setting will affect *all* MSI-based installs, not only the help install.</p>
<p>Turn the registry setting back after you are done. Either delete the registry entry or set the value to 0.<br />
2.</p>
<p>DisableAutomaticApplicationShutdown (Vista Only)</p>
<p>This registry entry setting disables the Restart Manager, which tracks files in use during an install process. (On Vista-based install, this can cause long delays.)</p>
<p>For the following registry entry:</p>
<p>HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Installer</p>
<p>Set a DWORD value named DisableAutomaticApplicationShutdown to 1.</p>
<p>Improvements in Help Update 4, June 2008</p>
<p>* In the VCL:<br />
o Descriptions of VCL elements have been added or updated in the following namespaces: ButtonGroup, Buttons, Forms, Math, System, Types, and TypInfo.<br />
* The Doc team has fixed approximately 5 bugs in the online help.</p>
<p>Improvements in Help Update 3, April 2008</p>
<p>* In the VCL:<br />
o Delphi and C++ code examples have been added or updated in the following namespaces: AppEvnts, Classes, Clipbrd, Comctrls, DB, Dialogs, ExtCtrls, FileCtrl, Forms, Graphics, Jpeg, Menus, StdCtrls, System, SysUtils, and Types.<br />
o Descriptions of VCL elements have been added or updated in the following namespaces: Controls, Dialogs, Forms, Graphics.<br />
* The Doc team has fixed approximately 15 bugs in the online help.</p>
<p>Improvements in Help Update 2, February 2008</p>
<p>* In the VCL:<br />
o Delphi code examples have been added or edited in the following namespaces:  Dialogs, SysUtils, SysInit, and System.<br />
o C++ code examples have been added or edited in the following namespace:  ActnList, AppEvnts, Controls, DB, Dialogs, Forms, Graphics, Grids, System, and SysUtils.<br />
o The C++ classes in the System namespace have been restored to the help.  This namespace includes the classes AnsiString, Currency, and so forth.<br />
o The Delphi built-in functions (such as Copy, Read, ReadLn, Write, WriteLn, and so forth) have been restored to the System namespace.<br />
o Internal hyperlinks have been corrected in a number of namespaces.<br />
* The Blackfish SQL Developer&#8217;s Guide is now part of the online help, and appears in the Contents as a separate library.<br />
* The Doc team has fixed approximately 60 bugs in the online help</p>
<p>Known Problems in the Help for RAD Studio 2007</p>
<p>* For Japanese, French, and German, there are minor issues in the table of contents.<br />
* Some English content has not yet been translated.<br />
* For VCL on .NET, F1 help is not working for properties in the Object Inspector.<br />
* There are several areas where content is missing or incomplete, as tracked on Quality Central.<br />
* When a function is overloaded, the function syntax may be repeated on the function list page, but the links go to the same page. There are many QC reports for this problem.</p>
<p><a href="http://rapidshare.com/files/124608947/May08HelpUpdate.part1.rar">Part1</a><br />
<a href="http://rapidshare.com/files/124846908/May08HelpUpdate.part2.rar">Part2</a><br />
<a href="http://rapidshare.com/files/124846082/May08HelpUpdate.part3.rar">Part3</a><br />
<a href="http://rapidshare.com/files/125270605/May08HelpUpdate.part4.rar">Part4</a><br />
<a href="http://rapidshare.com/files/125508673/May08HelpUpdate.part5.rar">Part5</a><br />
<a href="http://rapidshare.com/files/125753366/May08HelpUpdate.part6.rar">Part6</a><br />
<a href="http://rapidshare.com/files/126536003/May08HelpUpdate.part7.rar">Part7</a><br />
<a href="http://rapidshare.com/files/126682610/May08HelpUpdate.part8.rar">Part8</a></p>
]]></content:encoded>
			<wfw:commentRss>http://alldelphi.com/2008/07/04/codegear-2007-mayjune-08-help-update-free-download/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RapidShare Link Extractor</title>
		<link>http://alldelphi.com/2008/05/13/rapidshare-link-extractor/</link>
		<comments>http://alldelphi.com/2008/05/13/rapidshare-link-extractor/#comments</comments>
		<pubDate>Tue, 13 May 2008 04:17:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[extractor]]></category>
		<category><![CDATA[rapidlink]]></category>
		<category><![CDATA[Rapidshare]]></category>

		<guid isPermaLink="false">http://www.alldelphi.com/?p=22</guid>
		<description><![CDATA[hi, lately i have frequently download tvseries,movies or other data from rapidshare search engine listing, so in the listing web they have humongous rapid link that we can download from. but when i want to copy and paste to my flashget download manager i got so lazy to read and filter all the unneccessary link, [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>hi, lately i have frequently download tvseries,movies  or other data from rapidshare search engine listing, so in the listing web they have humongous rapid link that we can download from. but when i want to copy and paste to my flashget download manager i got so lazy to read and filter all the unneccessary link, so i created a program that can parse and extract all rapid link from some html source page <img src='http://alldelphi.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  , also after that link that has been extracted can be added username and password for the rapid account. you see when we want to download from rapidshare using premium account flash get will get an error which is like it did not login at all so to overcome it we must put the username and password on the front of the link.<span id="more-22"></span> the format will be like this ex: http://username:password@rapidshare.com/XXX/XXX/XXX.rar  so here is how we used my program:</p>
<ol>
<li>we must settings the domain named that will be search ..in my case was the rapidshare.com but my program can search more then one domain name, so we can just put like : rapidshare.com,rapidshare.com.de, etc</li>
<li>we also must put the compresion file extention in my case will be like .rar as same above we can also put other various extention like .rar,.zip,.tar.gx,.7zip,.7z, etc this is important because my parsing logic need to know what is end of one link is &#8230;because usually the rapid link will ending with &#8220;.rar&#8221; or &#8220;.zip&#8221; .</li>
<li>we save the page that have a lot of rapidlink by ..viewing in source code page (if using firefox then can choose to view&#8211;&gt;pagesource) then saved as html files.</li>
<li>from my program open the saved html files. the extraction link will show on the memo in this state check the link for correctness  since my logic can have error right ?</li>
<li>up till this phase if u dont have any premium account then u can just copy paste the link to browser but if you do have premium account and want to add it just enter the username and password on the edit box then just click edit button</li>
<li>my program also can saved the rapidlink as txt file. for future reference.</li>
</ol>
<p>that&#8217;s  it ..enjoy using my program oh also since i share it for free, please-please click my google adsense, it will surely support my website fee <img src='http://alldelphi.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  (every day if possible will be appreciates but if cannot then at least come often here for checking future update or any other application that i may post here)  <a title="Download RapidShare Link Extractor HERE" href="http://www.alldelphi.com/wp-content/uploads/2008/RapidshareAccount%20Edit.rar" target="_self"><strong>Download RapidShare Link Extractor HERE</strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://alldelphi.com/2008/05/13/rapidshare-link-extractor/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Experience Creating application using CodeGear 2007 in Vista</title>
		<link>http://alldelphi.com/2008/04/26/creating-application-using-codegear-in-vista/</link>
		<comments>http://alldelphi.com/2008/04/26/creating-application-using-codegear-in-vista/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 04:19:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[codegear 2007]]></category>
		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://www.alldelphi.com/?p=21</guid>
		<description><![CDATA[Few days back, i got assignment from my boss to convert delphi application so can be run on vista, These application using TGif component to show some gif picture draw on the paint box. problem that i encounter when using vista is that now the windows have features to protect user from malicious software called [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Few days back, i got assignment from my boss to convert delphi application so can be run on vista, These application using TGif component to show some gif picture draw on the paint box. problem that i encounter when using vista is that now the windows have features to protect user from malicious software called User Access Control especially when the picture was put on one of mapped network drive.<br />
the syntax of <em>FileExists</em> cannot find the respected file on that mapped network drive even the file was there, at first i try to find the caused why the <em>FileExist</em> cannot find the file even the file was laying there perfectly.it took a lot off pulling hair and scratch in the head that finally i found out that there was something fishy with UAC and the <em>FIleExists</em> incident, by disabling the UAC then the application work prefectly.by Now i wonder why microsoft making such features with out a proper documentation that we developer can read and understand&#8230; <img src='http://alldelphi.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://alldelphi.com/2008/04/26/creating-application-using-codegear-in-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy New Year</title>
		<link>http://alldelphi.com/2008/01/04/happy-new-year/</link>
		<comments>http://alldelphi.com/2008/01/04/happy-new-year/#comments</comments>
		<pubDate>Fri, 04 Jan 2008 01:49:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Happy new year]]></category>

		<guid isPermaLink="false">http://delphicorner.wordpress.com/2008/01/04/happy-new-year/</guid>
		<description><![CDATA[Hi Everybody , Year 2007 already past, 2008 is already coming. May in this new year we all will have new improvement on ourself, so can be useful for everybody. So let me say HAPPY NEW YEAR 2008]]></description>
			<content:encoded><![CDATA[<p></p><p>Hi Everybody ,</p>
<p>Year 2007 already past, 2008 is already coming. May in this new year we all will have new improvement on ourself, so can be useful for everybody.</p>
<p>So let me say <span style="color: #ff0000;"><span style="font-weight:bold;">HAPPY NEW YEAR</span> 2008 <img src='http://alldelphi.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </span></p>
]]></content:encoded>
			<wfw:commentRss>http://alldelphi.com/2008/01/04/happy-new-year/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>First Time Posting And Setting</title>
		<link>http://alldelphi.com/2007/12/19/first-time-posting-and-setting/</link>
		<comments>http://alldelphi.com/2007/12/19/first-time-posting-and-setting/#comments</comments>
		<pubDate>Wed, 19 Dec 2007 08:53:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[First Time]]></category>

		<guid isPermaLink="false">http://delphicorner.wordpress.com/2007/12/19/first-time-posting-and-setting/</guid>
		<description><![CDATA[Finally , after thinking for some times&#8230;i finally have the gut to make my own web things&#8230;even it was only a blog.. so here we are &#8230;]]></description>
			<content:encoded><![CDATA[<p></p><p>Finally , after thinking for some times&#8230;i finally have the gut to make my own web things&#8230;even it was only a blog.. <img src='http://alldelphi.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  so here we are &#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://alldelphi.com/2007/12/19/first-time-posting-and-setting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

