<?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=8504&amp;type=atom" />
	<updated>2013-07-24T18:49:55Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=8504</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Скрипт, запоминающий окно]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=74016#p74016" />
			<content type="html"><![CDATA[<p>Для наглядности я бы сделал так:</p><div class="codebox"><pre><code>1:: 
    HWND := WinExist(&quot;A&quot;)
    WinGetTitle, GetWinTitle, ahk_id %HWND%
    WinGetClass, GetWinClass, ahk_id %HWND%
    WinGet, WinProcessName, ProcessName, ahk_id %HWND%
    TrayTip, Зафиксировано окно:, %GetWinTitle%`n%GetWinClass%`n%WinProcessName%
    Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2013-07-24T18:49:55Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=74016#p74016</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Скрипт, запоминающий окно]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=74015#p74015" />
			<content type="html"><![CDATA[<div class="quotebox"><blockquote><p>при нажатии на hotkey3 запомненное окошко забывается.</p></blockquote></div><p>Тут смысла наверное нет, т.к. при нажатии hotkey1 окно изменяется.</p>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2013-07-24T18:43:55Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=74015#p74015</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Скрипт, запоминающий окно]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=74014#p74014" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>1:: HWND := WinExist(&quot;A&quot;)
    
2:: WinActivate ahk_id %HWND% 
    
3:: HWND := &quot;&quot;</code></pre></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2013-07-24T18:42:01Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=74014#p74014</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Скрипт, запоминающий окно]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=74011#p74011" />
			<content type="html"><![CDATA[<p>Возможно ли создать скрипт запоминающий окно, чтобы в дальнейшем, переключаться на него из другого окна?<br />Например: работаю в экселе, жму hotkey1, окно запоминается, и в дальнейшем при нажатии на hotkey2 я возвращаюсь к работе в экселе вне зависимости от того, какое окно на данный момент в фокусе, а при нажатии на hotkey3 запомненное окошко забывается.<br />Может быть решение очевидное и что-то подобное описано в документации, но к сожалению ничего подобного я не нашла, по крайней мере в переведённой документации, а в буржуйском языке не понимаю ничего <img src="//forum.script-coding.com/img/smilies/sad.png" width="15" height="15" /><br />Крайне нужный скрипт учитывая громадное количество одновременно открытых документов, особенно если учесть что это всё криво группируется, и найти нужное окно - нелёгкий квест.</p>]]></content>
			<author>
				<name><![CDATA[odebepra]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27088</uri>
			</author>
			<updated>2013-07-24T16:39:45Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=74011#p74011</id>
		</entry>
</feed>
