<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Gui, Text. Определение идентификатора контрола после клика]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=9649</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=9649&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Gui, Text. Определение идентификатора контрола после клика».]]></description>
		<lastBuildDate>Mon, 26 May 2014 17:50:25 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Gui, Text. Определение идентификатора контрола после клика]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=83356#p83356</link>
			<description><![CDATA[<p>Спасибо, то что надо.</p>]]></description>
			<author><![CDATA[null@example.com (Eduard)]]></author>
			<pubDate>Mon, 26 May 2014 17:50:25 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=83356#p83356</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Gui, Text. Определение идентификатора контрола после клика]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=83349#p83349</link>
			<description><![CDATA[<div class="codebox"><pre><code>
Gui, Add, Text, gSomeLabel vMyText, прочие параметры
Gui, Show
Return

SomeLabel:
    MsgBox, % A_GuiControl
Return
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (YMP)]]></author>
			<pubDate>Mon, 26 May 2014 16:14:26 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=83349#p83349</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Gui, Text. Определение идентификатора контрола после клика]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=83348#p83348</link>
			<description><![CDATA[<p>Написал скрипт в котором с помощью команды:<br /></p><div class="codebox"><pre><code>Gui, Add, Text, gSomeLabel ;прочие параметры </code></pre></div><p>создаётся несколько контролов(создание происходит в цикле), соответственно в метке ведётся обработка кликов. Мне нужно получить имя того контрола по которому кликнул пользователь.<br />Суть: можно ли без костылей, то есть предусмотренными в AHK средствами получить имя последнего контрола по которому произошёл клик?</p>]]></description>
			<author><![CDATA[null@example.com (Eduard)]]></author>
			<pubDate>Mon, 26 May 2014 15:59:16 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=83348#p83348</guid>
		</item>
	</channel>
</rss>
