<?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=12033&amp;type=atom" />
	<updated>2016-10-02T14:06:06Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=12033</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: получение имени элемента управления окна из списка]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=108154#p108154" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>ypppu пишет:</cite><blockquote><div class="codebox"><pre><code>ControlClick, %Clipboard%, L</code></pre></div></blockquote></div><p>Не работает.</p>]]></content>
			<author>
				<name><![CDATA[Ed11]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27438</uri>
			</author>
			<updated>2016-10-02T14:06:06Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=108154#p108154</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: получение имени элемента управления окна из списка]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=108153#p108153" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>ControlClick, %Clipboard%, L</code></pre></div>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2016-10-02T13:03:39Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=108153#p108153</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: получение имени элемента управления окна из списка]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=108151#p108151" />
			<content type="html"><![CDATA[<p>Повторяю еще раз: как полученное значение ( ClassNN элемента управления, которое содержится в буфере обмена) применить в команде ControlClick <span class="bbu"><strong>в том же скрипте</strong></span>?<br /><strong><br />ПРИМЕНИТЬ В ТОМ ЖЕ СКРИПТЕ</strong></p>]]></content>
			<author>
				<name><![CDATA[Ed11]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27438</uri>
			</author>
			<updated>2016-10-02T12:48:13Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=108151#p108151</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: получение имени элемента управления окна из списка]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=108150#p108150" />
			<content type="html"><![CDATA[<div class="quotebox"><blockquote><p>ControlClick по 28-му элементу из буфера обмена - как ??</p></blockquote></div><p><span style="color: navy"><strong>ControlClick [, Control-or-Pos, WinTitle, WinText, WhichButton, ClickCount, Options, ExcludeTitle, ExcludeText]</strong></span><br />Что конкретно непонятно?</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2016-10-02T12:35:11Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=108150#p108150</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: получение имени элемента управления окна из списка]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=108147#p108147" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>WinWait, L
IfWinExist, L
{
WinActivate, L
WinGet, ActiveControlList, ControlList, L

Loop, Parse, ActiveControlList, `n
{
    if (A_index = 28)
		{
		Clipboard := A_LoopField
        ;; ControlClick по 28-му элементу из буфера обмена - как ??
        break
		}
}


}
return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Ed11]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27438</uri>
			</author>
			<updated>2016-10-02T11:31:54Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=108147#p108147</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: получение имени элемента управления окна из списка]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=108146#p108146" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Ed11 пишет:</cite><blockquote><p>А как теперь это название элемента управления, которое помещено в буфер обмена, в этом же скрипте использовать для команды ControlClick?</p></blockquote></div><p>Покажите Ваш код скрипта.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2016-10-02T11:09:07Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=108146#p108146</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: получение имени элемента управления окна из списка]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=108145#p108145" />
			<content type="html"><![CDATA[<p>Похоже, что ерунда получается: извлекли&nbsp; ClassNN элемента управления из окна в буфер обмена (Clipboard := A_LoopField), а дальше использовать это буфер обмена в другой команде в том же скрипте невозможно...</p>]]></content>
			<author>
				<name><![CDATA[Ed11]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27438</uri>
			</author>
			<updated>2016-10-02T07:57:11Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=108145#p108145</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: получение имени элемента управления окна из списка]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=108042#p108042" />
			<content type="html"><![CDATA[<p><strong>Ed11</strong>, спасибо, не нужно больше сообщать, всё ок.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2016-09-27T04:51:05Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=108042#p108042</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: получение имени элемента управления окна из списка]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=108041#p108041" />
			<content type="html"><![CDATA[<p>Уже исправил всё, что можно было.</p>]]></content>
			<author>
				<name><![CDATA[Ed11]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27438</uri>
			</author>
			<updated>2016-09-27T03:59:32Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=108041#p108041</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: получение имени элемента управления окна из списка]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=108009#p108009" />
			<content type="html"><![CDATA[<p>Уже исправил всё, что можно было.</p>]]></content>
			<author>
				<name><![CDATA[Ed11]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27438</uri>
			</author>
			<updated>2016-09-26T06:52:08Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=108009#p108009</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: получение имени элемента управления окна из списка]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=107985#p107985" />
			<content type="html"><![CDATA[<p>Исправил опять.</p>]]></content>
			<author>
				<name><![CDATA[Ed11]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27438</uri>
			</author>
			<updated>2016-09-24T18:12:44Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=107985#p107985</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: получение имени элемента управления окна из списка]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=107984#p107984" />
			<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>2016-09-24T17:42:14Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=107984#p107984</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: получение имени элемента управления окна из списка]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=107983#p107983" />
			<content type="html"><![CDATA[<p>Теперь нормально?</p>]]></content>
			<author>
				<name><![CDATA[Ed11]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27438</uri>
			</author>
			<updated>2016-09-24T17:23:01Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=107983#p107983</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: получение имени элемента управления окна из списка]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=107982#p107982" />
			<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>2016-09-24T17:16:32Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=107982#p107982</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: получение имени элемента управления окна из списка]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=107981#p107981" />
			<content type="html"><![CDATA[<p>Что именно сейчас неправильно в оформлении моей темы? Уже исправил всё, что надо.</p>]]></content>
			<author>
				<name><![CDATA[Ed11]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27438</uri>
			</author>
			<updated>2016-09-24T17:01:05Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=107981#p107981</id>
		</entry>
</feed>
