<?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=5104&amp;type=atom" />
	<updated>2010-10-29T16:40:14Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=5104</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: развернуть окно не активируя]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=41024#p41024" />
			<content type="html"><![CDATA[<p>Так попробуй:<br /></p><div class="codebox"><pre><code>!1::
   WinGet, ID,, A
   WinMinimize, ahk_id %ID%
   Return
   
!2::
   DllCall(&quot;ShowWindow&quot;, UInt, ID, Int, SW_SHOWNOACTIVATE := 4)
   Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2010-10-29T16:40:14Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=41024#p41024</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: развернуть окно не активируя]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=41020#p41020" />
			<content type="html"><![CDATA[<p>Сворачиваю окно, разворачиваю и оно активируется. Возможно ли развернуть не активируя?</p>]]></content>
			<author>
				<name><![CDATA[Fog]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26003</uri>
			</author>
			<updated>2010-10-29T15:12:29Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=41020#p41020</id>
		</entry>
</feed>
