<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Gui, Text. Определение идентификатора контрола после клика]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=9649&amp;type=atom" />
	<updated>2014-05-26T17:50:25Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=9649</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Gui, Text. Определение идентификатора контрола после клика]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=83356#p83356" />
			<content type="html"><![CDATA[<p>Спасибо, то что надо.</p>]]></content>
			<author>
				<name><![CDATA[Eduard]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=28482</uri>
			</author>
			<updated>2014-05-26T17:50:25Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=83356#p83356</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Gui, Text. Определение идентификатора контрола после клика]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=83349#p83349" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>
Gui, Add, Text, gSomeLabel vMyText, прочие параметры
Gui, Show
Return

SomeLabel:
    MsgBox, % A_GuiControl
Return
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[YMP]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=81</uri>
			</author>
			<updated>2014-05-26T16:14:26Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=83349#p83349</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Gui, Text. Определение идентификатора контрола после клика]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=83348#p83348" />
			<content type="html"><![CDATA[<p>Написал скрипт в котором с помощью команды:<br /></p><div class="codebox"><pre><code>Gui, Add, Text, gSomeLabel ;прочие параметры </code></pre></div><p>создаётся несколько контролов(создание происходит в цикле), соответственно в метке ведётся обработка кликов. Мне нужно получить имя того контрола по которому кликнул пользователь.<br />Суть: можно ли без костылей, то есть предусмотренными в AHK средствами получить имя последнего контрола по которому произошёл клик?</p>]]></content>
			<author>
				<name><![CDATA[Eduard]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=28482</uri>
			</author>
			<updated>2014-05-26T15:59:16Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=83348#p83348</id>
		</entry>
</feed>
