<?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=15571&amp;type=atom" />
	<updated>2020-08-04T07:42:45Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=15571</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как получить список текущих окон, название которых есть в файле]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=141447#p141447" />
			<content type="html"><![CDATA[<p><strong>clown124</strong><br />Немного косметики!<br /></p><div class="codebox"><pre><code>
Loop, Read, Список.txt
 {
 IfWinExist, %A_LoopReadLine%
  НайденныеОкна = %НайденныеОкна%`n&quot;%A_LoopReadLine%&quot;
 }
MsgBox, 64, Информация по найденным окнам, Найдены окна:%НайденныеОкна%
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[SuBrex]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40829</uri>
			</author>
			<updated>2020-08-04T07:42:45Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=141447#p141447</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как получить список текущих окон, название которых есть в файле]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=141444#p141444" />
			<content type="html"><![CDATA[<p>SuBrex - теперь все нормально.<br />Спасибо.</p>]]></content>
			<author>
				<name><![CDATA[clown124]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40957</uri>
			</author>
			<updated>2020-08-03T20:17:47Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=141444#p141444</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как получить список текущих окон, название которых есть в файле]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=141442#p141442" />
			<content type="html"><![CDATA[<p><strong>clown124</strong><br /></p><div class="codebox"><pre><code>
Loop, Read, Список.txt
 {
 IfWinExist, %A_LoopReadLine%
  НайденныеОкна = %НайденныеОкна%`n%A_LoopReadLine%
 }
MsgBox, 0, Информация по найденным окнам, Найдены окна:`n&quot;%НайденныеОкна%&quot;
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[SuBrex]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40829</uri>
			</author>
			<updated>2020-08-03T19:27:58Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=141442#p141442</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как получить список текущих окон, название которых есть в файле]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=141441#p141441" />
			<content type="html"><![CDATA[<p>SuBrex, запустил скрипт - но он выводит сообщения - по одному.<br />Как их выводить единым списком ?</p>]]></content>
			<author>
				<name><![CDATA[clown124]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40957</uri>
			</author>
			<updated>2020-08-03T17:58:01Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=141441#p141441</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как получить список текущих окон, название которых есть в файле]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=141414#p141414" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>clown124 пишет:</cite><blockquote><p> список текущих открытых окон</p></blockquote></div><p><a href="http://www.script-coding.com/AutoHotkey/WinGet.html"><em>WinGet, OutputVar ,</em> <strong>List</strong><em>, WinTitle...</em></a></p>]]></content>
			<author>
				<name><![CDATA[Alectric]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26027</uri>
			</author>
			<updated>2020-08-03T13:02:57Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=141414#p141414</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как получить список текущих окон, название которых есть в файле]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=141412#p141412" />
			<content type="html"><![CDATA[<p><strong>clown124</strong><br /></p><div class="codebox"><pre><code>
Loop, Read, Список.txt
 {
 IfWinExist, %A_LoopReadLine%
  MsgBox, 0, Информация по найденным окнам, Окно &quot;%A_LoopReadLine%&quot; открыто!
 }
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[SuBrex]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40829</uri>
			</author>
			<updated>2020-08-03T11:59:37Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=141412#p141412</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Как получить список текущих окон, название которых есть в файле]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=141393#p141393" />
			<content type="html"><![CDATA[<p>Здравствуйте друзья.<br />Тут появился непростой вопрос.</p><p>Помогите, пожалуйста решить его.</p><p>Существует txt список&nbsp; (файл список.txt) с названиями окон, который состоит из строчек:</p><p>Блокнот<br />Калькулятор<br />Paint</p><p>Как получить список текущих открытых окон (цикл Loop, parse), чтобы в этом цикле получить ID каждого окна, в названии которого есть текущая строка из txt (SetTitleMatchMode, WinGet) и вывести его через msgbox ?</p>]]></content>
			<author>
				<name><![CDATA[clown124]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40957</uri>
			</author>
			<updated>2020-08-02T22:34:09Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=141393#p141393</id>
		</entry>
</feed>
