<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for VCL Developer</title>
	<atom:link href="http://vcldeveloper.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://vcldeveloper.com</link>
	<description>Ali Keshavarz&#039;s Website</description>
	<lastBuildDate>Mon, 26 Jul 2010 15:47:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>Comment on How to use TProcessInfo by Ali Keshavarz</title>
		<link>http://vcldeveloper.com/tips-tricks/how-to-use-tprocessinfo/comment-page-1/#comment-22267</link>
		<dc:creator>Ali Keshavarz</dc:creator>
		<pubDate>Mon, 26 Jul 2010 15:47:48 +0000</pubDate>
		<guid isPermaLink="false">http://vcldeveloper.com/?p=173#comment-22267</guid>
		<description>Adalberto, That sample code is compiled in Delphi 2010. If you are using older versions, especially versions older than Delphi 2007, then you have to change the source code. For example For-in loops are not supported in Delphi 7, and instead of that, you should use a regular For loop:

for i := 0 to ProcessInfo.RunningProcesses.Count-1 do
begin
    AProcess := ProcessInfo.RunningProcesses[i];
   // And the rest of code...
end;</description>
		<content:encoded><![CDATA[<p>Adalberto, That sample code is compiled in Delphi 2010. If you are using older versions, especially versions older than Delphi 2007, then you have to change the source code. For example For-in loops are not supported in Delphi 7, and instead of that, you should use a regular For loop:</p>
<p>for i := 0 to ProcessInfo.RunningProcesses.Count-1 do<br />
begin<br />
    AProcess := ProcessInfo.RunningProcesses[i];<br />
   // And the rest of code&#8230;<br />
end;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to use TProcessInfo by Adalberto</title>
		<link>http://vcldeveloper.com/tips-tricks/how-to-use-tprocessinfo/comment-page-1/#comment-22259</link>
		<dc:creator>Adalberto</dc:creator>
		<pubDate>Mon, 26 Jul 2010 15:15:37 +0000</pubDate>
		<guid isPermaLink="false">http://vcldeveloper.com/?p=173#comment-22259</guid>
		<description>Thanks a lot, but the function &quot;FindProcessByThreadID&quot; is not giving an error when compiled.

[Error] Unit1.pas(43): Operator not applicable to this operand type
[Error] Unit1.pas(44): Expression expected but &#039;BEGIN&#039; found
[Fatal Error] Project1.dpr(6): Could not compile used unit &#039;Unit1.pas&#039;

Would be very grateful if you help me.</description>
		<content:encoded><![CDATA[<p>Thanks a lot, but the function &#8220;FindProcessByThreadID&#8221; is not giving an error when compiled.</p>
<p>[Error] Unit1.pas(43): Operator not applicable to this operand type<br />
[Error] Unit1.pas(44): Expression expected but &#8216;BEGIN&#8217; found<br />
[Fatal Error] Project1.dpr(6): Could not compile used unit &#8216;Unit1.pas&#8217;</p>
<p>Would be very grateful if you help me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ProcessInfo 1.3 is released by Process Info &#124; VCL Developer</title>
		<link>http://vcldeveloper.com/news/processinfo-1-3-is-released/comment-page-1/#comment-22162</link>
		<dc:creator>Process Info &#124; VCL Developer</dc:creator>
		<pubDate>Mon, 26 Jul 2010 00:38:07 +0000</pubDate>
		<guid isPermaLink="false">http://vcldeveloper.com/?p=370#comment-22162</guid>
		<description>[...] 2010/07/26: Version 1.3 [...]</description>
		<content:encoded><![CDATA[<p>[...] ۲۰۱۰/۰۷/۲۶: Version 1.3 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to use TProcessInfo by Ali Keshavarz</title>
		<link>http://vcldeveloper.com/tips-tricks/how-to-use-tprocessinfo/comment-page-1/#comment-22160</link>
		<dc:creator>Ali Keshavarz</dc:creator>
		<pubDate>Mon, 26 Jul 2010 00:33:29 +0000</pubDate>
		<guid isPermaLink="false">http://vcldeveloper.com/?p=173#comment-22160</guid>
		<description>Hi Adalberto,

I answered your question in this blog post:

http://vcldeveloper.com/tips-tricks/how-to-use-tprocessinfo-2/

Regards</description>
		<content:encoded><![CDATA[<p>Hi Adalberto,</p>
<p>I answered your question in this blog post:</p>
<p><a href="http://vcldeveloper.com/tips-tricks/how-to-use-tprocessinfo-2/" rel="nofollow">http://vcldeveloper.com/tips-tricks/how-to-use-tprocessinfo-2/</a></p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Process Info by How to use TProcessInfo #2 &#124; VCL Developer</title>
		<link>http://vcldeveloper.com/products/products-components/process-info/comment-page-1/#comment-22159</link>
		<dc:creator>How to use TProcessInfo #2 &#124; VCL Developer</dc:creator>
		<pubDate>Mon, 26 Jul 2010 00:21:53 +0000</pubDate>
		<guid isPermaLink="false">http://vcldeveloper.com/?p=163#comment-22159</guid>
		<description>[...] had a few e-mails and comments about using TProcessInfo, so I decided to answer those questions in new blog [...]</description>
		<content:encoded><![CDATA[<p>[...] had a few e-mails and comments about using TProcessInfo, so I decided to answer those questions in new blog [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to use TProcessInfo by Adalberto</title>
		<link>http://vcldeveloper.com/tips-tricks/how-to-use-tprocessinfo/comment-page-1/#comment-22088</link>
		<dc:creator>Adalberto</dc:creator>
		<pubDate>Sun, 25 Jul 2010 12:34:56 +0000</pubDate>
		<guid isPermaLink="false">http://vcldeveloper.com/?p=173#comment-22088</guid>
		<description>Hello, I wonder if you capture information such as the ID of the thread, for example, I have a Thread ID: 1542
And I want to know the name of the module this thread, if a particular thread of a module so I shall adjourn it.</description>
		<content:encoded><![CDATA[<p>Hello, I wonder if you capture information such as the ID of the thread, for example, I have a Thread ID: 1542<br />
And I want to know the name of the module this thread, if a particular thread of a module so I shall adjourn it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Auto Shutdown by Alex</title>
		<link>http://vcldeveloper.com/products/products-freeware/auto-shutdown/comment-page-1/#comment-21066</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 19 Jul 2010 10:04:12 +0000</pubDate>
		<guid isPermaLink="false">http://vcldeveloper.com/?p=29#comment-21066</guid>
		<description>It&#039;s good work. Please try to add Option of capturing the desktop before the auto shutdown. It&#039;s included in &quot;AMP WinOFF&quot; (freeware with closed source).</description>
		<content:encoded><![CDATA[<p>It&#8217;s good work. Please try to add Option of capturing the desktop before the auto shutdown. It&#8217;s included in &#8220;AMP WinOFF&#8221; (freeware with closed source).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Auto Shutdown by Ali Keshavarz</title>
		<link>http://vcldeveloper.com/products/products-freeware/auto-shutdown/comment-page-1/#comment-19069</link>
		<dc:creator>Ali Keshavarz</dc:creator>
		<pubDate>Wed, 07 Jul 2010 23:46:03 +0000</pubDate>
		<guid isPermaLink="false">http://vcldeveloper.com/?p=29#comment-19069</guid>
		<description>Hi Andy,

Can you tell me what time scheduling option are you using in Auto Shutdown? We have three types:

1- Scheduling based on the current time (e.g 10 mins from now).

2- Weekly Schedules.

3- Specific date and time.

If you choose specific date and time, it shows you two boxes; one for entering date, and the other for entering time. If you keep date box to today&#039;s date, and set only time field, then it does not work as you expected.

To make it work, you should set date field to tomorrow, and time to whatever you want. This way, it will do the job on the specified date and time.

Regards,
Ali</description>
		<content:encoded><![CDATA[<p>Hi Andy,</p>
<p>Can you tell me what time scheduling option are you using in Auto Shutdown? We have three types:</p>
<p>1- Scheduling based on the current time (e.g 10 mins from now).</p>
<p>2- Weekly Schedules.</p>
<p>3- Specific date and time.</p>
<p>If you choose specific date and time, it shows you two boxes; one for entering date, and the other for entering time. If you keep date box to today&#8217;s date, and set only time field, then it does not work as you expected.</p>
<p>To make it work, you should set date field to tomorrow, and time to whatever you want. This way, it will do the job on the specified date and time.</p>
<p>Regards,<br />
Ali</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Auto Shutdown by Andy</title>
		<link>http://vcldeveloper.com/products/products-freeware/auto-shutdown/comment-page-1/#comment-18990</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 07 Jul 2010 09:27:23 +0000</pubDate>
		<guid isPermaLink="false">http://vcldeveloper.com/?p=29#comment-18990</guid>
		<description>Love your product :)

One thing that really annoys me - if I set the time for like 3AM - it should shutdown the computer for the following day at this time.

i.e. Lets say its currently 12PM and I set 3AM - then it should set the shutdown for 3AM the following day. At the moment, if I set it for 3AM - it won&#039;t activate unless I do it at 12:01AM.

Is it possible to set this up ? i.e. basically, if the time has passed already - do it for the next day ?

Thx</description>
		<content:encoded><![CDATA[<p>Love your product <img src='http://vcldeveloper.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>One thing that really annoys me &#8211; if I set the time for like 3AM &#8211; it should shutdown the computer for the following day at this time.</p>
<p>i.e. Lets say its currently 12PM and I set 3AM &#8211; then it should set the shutdown for 3AM the following day. At the moment, if I set it for 3AM &#8211; it won&#8217;t activate unless I do it at 12:01AM.</p>
<p>Is it possible to set this up ? i.e. basically, if the time has passed already &#8211; do it for the next day ?</p>
<p>Thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Embarcadero and Iran Embargo by Ali Keshavarz</title>
		<link>http://vcldeveloper.com/news/embarcadero-and-iran-embargo/comment-page-1/#comment-17352</link>
		<dc:creator>Ali Keshavarz</dc:creator>
		<pubDate>Fri, 18 Jun 2010 15:36:49 +0000</pubDate>
		<guid isPermaLink="false">http://vcldeveloper.com/news/embarcadero-and-iran-embargo/#comment-17352</guid>
		<description>سلام،
برای ثبت نام در انجمن های شرکت شان، کشور ایران از لیست کشورها حذف شده. اگر نام کاربری داشتید که قبلا کشور محل سکونت آن ایران انتخاب شده بوده، الان امکان لاگین با آن نام کاربری را ندارید. اگر هم میخواید نام کاربری جدیدی ایجاد کنید، باید کشوری غیر از ایران را به عنوان محل سکونت انتخاب کنید.

در ضمن، دادن آدرس غلط مشکلی برای شما ایجاد نمیکنه. فقط دقت داشته باشید که با آی پی ایران نمی تونید از انجمن های این شرکت استفاده کنید، و حتما باید با ابزارهایی آدرس آی پی خودتان را تغییر بدید.</description>
		<content:encoded><![CDATA[<p>سلام،<br />
برای ثبت نام در انجمن های شرکت شان، کشور ایران از لیست کشورها حذف شده. اگر نام کاربری داشتید که قبلا کشور محل سکونت آن ایران انتخاب شده بوده، الان امکان لاگین با آن نام کاربری را ندارید. اگر هم میخواید نام کاربری جدیدی ایجاد کنید، باید کشوری غیر از ایران را به عنوان محل سکونت انتخاب کنید.</p>
<p>در ضمن، دادن آدرس غلط مشکلی برای شما ایجاد نمیکنه. فقط دقت داشته باشید که با آی پی ایران نمی تونید از انجمن های این شرکت استفاده کنید، و حتما باید با ابزارهایی آدرس آی پی خودتان را تغییر بدید.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
