<?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=13423&amp;type=atom" />
	<updated>2018-01-30T16:46:58Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=13423</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Поиск всех окон определенного класса]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=123476#p123476" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>ypppu пишет:</cite><blockquote><p><a href="http://newkerogaz.narod.ru/r43.html"><span class="postimg"><img src="http://newkerogaz.narod.ru/images/i43_2.gif" alt="http://newkerogaz.narod.ru/images/i43_2.gif" /></span></a> <img src="//forum.script-coding.com/img/smilies/wink.png" width="15" height="15" /></p></blockquote></div><p>Ок, спасибо, исправлюсь!</p>]]></content>
			<author>
				<name><![CDATA[SeaMan75]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=38969</uri>
			</author>
			<updated>2018-01-30T16:46:58Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=123476#p123476</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Поиск всех окон определенного класса]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=123474#p123474" />
			<content type="html"><![CDATA[<p><a href="http://newkerogaz.narod.ru/r43.html"><span class="postimg"><img src="http://newkerogaz.narod.ru/images/i43_2.gif" alt="http://newkerogaz.narod.ru/images/i43_2.gif" /></span></a> <img src="//forum.script-coding.com/img/smilies/wink.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2018-01-30T14:18:07Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=123474#p123474</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Поиск всех окон определенного класса]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=123468#p123468" />
			<content type="html"><![CDATA[<p>Супер!!! Огромное спасибо!!!!!!!!!!!!!!!! Работает!!!!!!!!</p>]]></content>
			<author>
				<name><![CDATA[SeaMan75]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=38969</uri>
			</author>
			<updated>2018-01-30T08:52:36Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=123468#p123468</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Поиск всех окон определенного класса]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=123464#p123464" />
			<content type="html"><![CDATA[<p>Попробуйте так:<br /></p><div class="codebox"><pre><code>WinGet, list, List, ahk_class TTOTAL_CMD

found := &quot;&quot;
Loop % list
   found .= (A_Index = 1 ? &quot;&quot; : &quot;`n&quot;) . list%A_Index%

MsgBox,, Хэндлы найденных окон TC, % found</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2018-01-29T16:56:56Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=123464#p123464</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Поиск всех окон определенного класса]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=123457#p123457" />
			<content type="html"><![CDATA[<p>Доброе время суток!<br />Есть вопрос, на который я все еще не смог найти ответ:<br />Как найти одно из окон, мне известно, например:<br /></p><div class="codebox"><pre><code>IfWinExist, ahk_class TTOTAL_CMD
{
  WinActivate
  ControlClick, Edit1, ahk_class TTOTAL_CMD
  SendInput cd D:\Projects\Delphi_7\Log\{ENTER}
}</code></pre></div><p>Я в этом скрипте найду Total Commander и в его командной строке &quot;введу&quot; строку и &quot;нажму&quot; Enter!<br />Но, например, если запущены TotalCommander в двух экземпляра. Как я могу &quot;поймать&quot; второе окно? Как найти все инстансы? </p><p>Заранее спасибо!</p>]]></content>
			<author>
				<name><![CDATA[SeaMan75]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=38969</uri>
			</author>
			<updated>2018-01-29T09:49:01Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=123457#p123457</id>
		</entry>
</feed>
