<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Работа с курсором]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=5703&amp;type=atom" />
	<updated>2011-04-07T05:48:39Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=5703</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Работа с курсором]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=47425#p47425" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>loop, 100
{
    linex:=a_index
    loop, 100
    {
        liney:=a_index
        PixelGetColor, OutputVar, %linex%, %liney% , Alt
        MouseMove, %linex%, %liney%
        ToolTip, %OutputVar%`, %linex%`, %liney% 
        sleep 10
    }
}
Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Mixail]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=17259</uri>
			</author>
			<updated>2011-04-07T05:48:39Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=47425#p47425</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Работа с курсором]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=47424#p47424" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>PixelSearch, Px, Py, 1, 1, 10, 10, 0x6A240A, 3, Fast
if ErrorLevel
    MsgBox, That color was not found in the specified region.
else
    MsgBox, A color within 3 shades of variation was found at X%Px% Y%Py%.</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Mixail]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=17259</uri>
			</author>
			<updated>2011-04-07T05:43:08Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=47424#p47424</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Работа с курсором]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=47420#p47420" />
			<content type="html"><![CDATA[<p>Доброго времени суток</p><p>Суть задачи: имеем определённую область экрана, с разрешением 1024х768, можно ли при помощи AHK найти определённый цветом пиксель в заданной области, и кликнуть по нем мышью?</p>]]></content>
			<author>
				<name><![CDATA[s990]]></name>
			</author>
			<updated>2011-04-06T19:52:36Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=47420#p47420</id>
		</entry>
</feed>
