<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; Управление вторым неактивным окном с первого в игре Л2]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=11364&amp;type=atom" />
	<updated>2016-02-28T21:35:03Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=11364</id>
		<entry>
			<title type="html"><![CDATA[Re: Управление вторым неактивным окном с первого в игре Л2]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=101489#p101489" />
			<content type="html"><![CDATA[<p><span style="color: green"><strong>hitman12_2007</strong>, <a href="http://forum.script-coding.com/viewtopic.php?id=9590">предложение</a> начинается с большой буквы и заканчивается точкой.</span></p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2016-02-28T21:35:03Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=101489#p101489</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Управление вторым неактивным окном с первого в игре Л2]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=101486#p101486" />
			<content type="html"><![CDATA[<p>К сожалению не меняется ничего.</p>]]></content>
			<author>
				<name><![CDATA[hitman12_2007]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33723</uri>
			</author>
			<updated>2016-02-28T19:16:42Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=101486#p101486</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Управление вторым неактивным окном с первого в игре Л2]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=101485#p101485" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>f1:: ; чтобы выбрать нужное окно, в которое будут отправляться нажатия
id:=WinExist(&quot;A&quot;) ; переменной присваивается hwnd активного окна
return


1::
SendMessage,0x06,1,,,ahk_id %id%
ControlSend,,{f1},ahk_id %id%
return

2::
SendMessage,0x06,1,,,ahk_id %id%
ControlSend,,{f2},ahk_id %id%
return
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Alectric]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26027</uri>
			</author>
			<updated>2016-02-28T18:39:01Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=101485#p101485</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Управление вторым неактивным окном с первого в игре Л2]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=101484#p101484" />
			<content type="html"><![CDATA[<p>в том скрипте который у меня есть я изменил текст<br /></p><div class="codebox"><pre><code>
с

SendToWindow(0x71, id1)

на 

SendMessage, 0x06, 1,,,ahk_id %L2%
ControlSend, , {F1}, ahk_id %L2%
</code></pre></div><p>время между срабатываниями нажатий не изменилось.(в то что сдвинулись клавиши эт пока не проблема)<br />подскажите как мне в том коде что у меня есть использовать ту подсказку&nbsp; которую вы дали.</p>]]></content>
			<author>
				<name><![CDATA[hitman12_2007]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33723</uri>
			</author>
			<updated>2016-02-28T18:16:17Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=101484#p101484</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Управление вторым неактивным окном с первого в игре Л2]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=101483#p101483" />
			<content type="html"><![CDATA[<p>Варианты с &quot;<a href="http://www.script-coding.com/AutoHotkey/ControlSendRaw.html">ControlSend</a>&quot; не работают?</p><p>Если нет то <a href="http://forum.script-coding.com/viewtopic.php?pid=100734#p100734">возможно поможет</a>.</p><br /><p>ЗЫ Читать нужно больше... <a href="http://forum.script-coding.com/viewtopic.php?id=5421">и измени название темы</a>.</p>]]></content>
			<author>
				<name><![CDATA[Alectric]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26027</uri>
			</author>
			<updated>2016-02-28T17:00:12Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=101483#p101483</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Управление вторым неактивным окном с первого в игре Л2]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=101482#p101482" />
			<content type="html"><![CDATA[<p>Очень виноват не сказал что я ровно&nbsp; 2 часа как пытаюсь в это вникнуть. нашел вот такой код:</p><p>он вполне работает, только задержки между повторным нажатием очень большие.<br />как нужно изменить код что б ускорить время отклика.</p>]]></content>
			<author>
				<name><![CDATA[hitman12_2007]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33723</uri>
			</author>
			<updated>2016-02-28T12:09:50Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=101482#p101482</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Управление вторым неактивным окном с первого в игре Л2]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=101474#p101474" />
			<content type="html"><![CDATA[<p><a href="http://forum.script-coding.com/viewtopic.php?id=9590">http://forum.script-coding.com/viewtopic.php?id=9590</a></p><p><a href="https://www.google.ru/search?sourceid=chrome-psyapi2&amp;ion=1&amp;espv=2&amp;ie=UTF-8&amp;q=site%3Ahttp%3A%2F%2Fforum.script-coding.com%2F%20ahk%20%D0%B2%20%D0%BD%D0%B5%D0%B0%D0%BA%D1%82%D0%B8%D0%B2%D0%BD%D0%BE%D0%B5%20%D0%BE%D0%BA%D0%BD%D0%BE&amp;oq=site%3Ahttp%3A%2F%2Fforum.script-coding.com%2F%20ahk%20%D0%B2%20%D0%BD%D0%B5%D0%B0%D0%BA%D1%82%D0%B8%D0%B2%D0%BD%D0%BE%D0%B5%20%D0%BE%D0%BA%D0%BD%D0%BE&amp;aqs=chrome..69i57j69i58.12725j0j7">https://www.google.ru/search?sourceid=c … .12725j0j7</a></p>]]></content>
			<author>
				<name><![CDATA[Alectric]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26027</uri>
			</author>
			<updated>2016-02-28T09:38:30Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=101474#p101474</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Управление вторым неактивным окном с первого в игре Л2]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=101471#p101471" />
			<content type="html"><![CDATA[<p>Добрый день, нужна помощь.<br />Задача скрипта при двух запущенных окнах игры, находясь в одном окне использовать скилы в другом.<br />Например основное окно использую F1-F12, а при нажатии 1-10 нажимаются все те же F1-F12 но второго окна.<br />Заранее спасибо.</p>]]></content>
			<author>
				<name><![CDATA[hitman12_2007]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33723</uri>
			</author>
			<updated>2016-02-28T08:38:37Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=101471#p101471</id>
		</entry>
</feed>
