<?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=15166&amp;type=atom" />
	<updated>2020-02-05T17:31:31Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=15166</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Привязка скрипта к окну]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=137676#p137676" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>kredas322 пишет:</cite><blockquote><p>когда окно ... неактивно</p></blockquote></div><p>ControlSend ...</p><div class="quotebox"><cite>kredas322 пишет:</cite><blockquote><p>не к окну, а к процессу</p></blockquote></div><p>..., ahk_exe process.exe</p>]]></content>
			<author>
				<name><![CDATA[stealzy]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31937</uri>
			</author>
			<updated>2020-02-05T17:31:31Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=137676#p137676</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Привязка скрипта к окну]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=137670#p137670" />
			<content type="html"><![CDATA[<p><strong>serzh82saratov</strong>, я так понял, под «привязкой к окну» имелось в виду, чтобы текст именно в это окно отправлялся.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2020-02-05T12:51:00Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=137670#p137670</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Привязка скрипта к окну]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=137668#p137668" />
			<content type="html"><![CDATA[<p><strong>serzh82saratov</strong>, ваш скрипт.</p>]]></content>
			<author>
				<name><![CDATA[kredas322]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40612</uri>
			</author>
			<updated>2020-02-05T12:05:01Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=137668#p137668</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Привязка скрипта к окну]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=137667#p137667" />
			<content type="html"><![CDATA[<p>Кто не работает?</p>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2020-02-05T12:04:33Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=137667#p137667</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Привязка скрипта к окну]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=137666#p137666" />
			<content type="html"><![CDATA[<p>увы не работает</p>]]></content>
			<author>
				<name><![CDATA[kredas322]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40612</uri>
			</author>
			<updated>2020-02-05T11:57:50Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=137666#p137666</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Привязка скрипта к окну]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=137665#p137665" />
			<content type="html"><![CDATA[<p>Даже не знаю. Попробуйте.</p>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2020-02-05T11:48:55Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=137665#p137665</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Привязка скрипта к окну]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=137664#p137664" />
			<content type="html"><![CDATA[<p><strong>serzh82saratov</strong>.&nbsp; notepad.exe заменить на свой?</p>]]></content>
			<author>
				<name><![CDATA[kredas322]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40612</uri>
			</author>
			<updated>2020-02-05T11:47:49Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=137664#p137664</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Привязка скрипта к окну]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=137663#p137663" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>DetectHiddenWindows, On

#If WinExist(&quot;ahk_class Notepad ahk_exe notepad.exe&quot;)
Home::
	While WinExist(&quot;ahk_class Notepad ahk_exe notepad.exe&quot;)
	{
		send, {Tab)
		send, {F1)
	}
	Return
#If</code></pre></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2020-02-05T11:42:23Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=137663#p137663</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Привязка скрипта к окну]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=137661#p137661" />
			<content type="html"><![CDATA[<p>Только начал изучать AHK.<br />Столкнулся с проблемой, что не знаю как привязать скрипт к окну, да так, что бы даже когда окно свернуто или неактивно, скрипт продолжал работать.<br />Помогите, господа.</p><p>Сказал бы даже привязка не к окну, а к процессу.</p><div class="codebox"><pre><code>Home::
Loop 
{ 
send, {Tab)
send, {F1)
} 
Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[kredas322]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40612</uri>
			</author>
			<updated>2020-02-05T11:18:59Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=137661#p137661</id>
		</entry>
</feed>
