<?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=13208&amp;type=atom" />
	<updated>2017-11-16T11:05:05Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=13208</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Перемещение окна]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=121262#p121262" />
			<content type="html"><![CDATA[<p><strong>serzh82saratov</strong></p><p>Спасибо, уже решил сам)</p><div class="codebox"><pre><code>
Loop
{
WinWait, ahk_exe mango-talker.exe
WinWait, ahk_class Qt5QWindowToolSaveBits
MouseClickDrag, L, 192, 15, 1000, -1000
Send !{tab}

While (WinExist(&quot;ahk_class Qt5QWindowToolSaveBits&quot;))
	{
		sleep, 10000
	}

}return
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[flurkzn.system]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=38881</uri>
			</author>
			<updated>2017-11-16T11:05:05Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=121262#p121262</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Перемещение окна]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=121245#p121245" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>Loop
{
	WinWait, ahk_class Qt5QWindowToolSaveBits
	WinMove, 1000, -1000
	WinWaitClose
}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2017-11-16T07:29:23Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=121245#p121245</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Перемещение окна]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=121242#p121242" />
			<content type="html"><![CDATA[<p>Всем утро доброе, если такая задача: Нужно чтобы окно программы перемещалось в угол только один раз и после закрытия опять мониторило нужное окно и снова перемещало его. Прошу помощи, что я делаю не так, с данными скриптами знаком только второй день <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /></p><div class="codebox"><pre><code>
Loop
{
WinWait, ahk_exe mango-talker.exe
WinWait, ahk_class Qt5QWindowToolSaveBits
MouseClickDrag, L, 192, 15, 1000, -1000

while WinActive, ahk_class Qt5QWindowToolSaveBits
	{
		sleep, 1000
	}


}return
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[flurkzn.system]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=38881</uri>
			</author>
			<updated>2017-11-16T07:23:31Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=121242#p121242</id>
		</entry>
</feed>
