<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK:  определить ClassNN под курсором]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=16257&amp;type=atom" />
	<updated>2021-04-12T17:40:24Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=16257</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK:  определить ClassNN под курсором]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=147292#p147292" />
			<content type="html"><![CDATA[<p>Спасибо, нашел решение(самое интересное, что нашел среди 1000 открытых вкладок, когда искал ответ).</p><div class="codebox"><pre><code>
    MouseGetPos, , , WhichWindow, WhichControl
    ControlGetPos, x, y, w, h, %WhichControl%, ahk_id %WhichWindow%
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Clannad5]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39853</uri>
			</author>
			<updated>2021-04-12T17:40:24Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=147292#p147292</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK:  определить ClassNN под курсором]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=147291#p147291" />
			<content type="html"><![CDATA[<p>Заглянуть в справку, как вариант.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2021-04-12T17:33:29Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=147291#p147291</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK:  определить ClassNN под курсором]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=147290#p147290" />
			<content type="html"><![CDATA[<p>собственно вопросик:</p><p>Как написать код, что-то вроде:</p><div class="codebox"><pre><code>
F2::
MouseGetPos, xPos, yPos
; Получить ClassNN в текущих координатах xPos yPos
Msgbox, под курсором Class: Static1
</code></pre></div><p>?</p>]]></content>
			<author>
				<name><![CDATA[Clannad5]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39853</uri>
			</author>
			<updated>2021-04-12T17:30:05Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=147290#p147290</id>
		</entry>
</feed>
