<?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="http://forum.script-coding.com/extern.php?action=feed&amp;tid=9808&amp;type=atom" />
	<updated>2014-07-17T09:02:00Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=9808</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Узнать имя окна и сделать его активным]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=84841#p84841" />
			<content type="html"><![CDATA[<p>Извиняюсь, почему-то думал что у меня последняя версия <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /><br />Спасибо Вам</p>]]></content>
			<author>
				<name><![CDATA[Solway]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=32425</uri>
			</author>
			<updated>2014-07-17T09:02:00Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=84841#p84841</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Узнать имя окна и сделать его активным]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=84840#p84840" />
			<content type="html"><![CDATA[<p>Первую тему почитайте:<br /></p><div class="quotebox"><blockquote><p>Важнейшие правила оформления тем.</p><br /><p>Перед тем, как задать вопрос, проверьте, пользуетесь ли Вы актуальной версией AHK (скачать которую можно отсюда)</p></blockquote></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2014-07-17T08:51:21Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=84840#p84840</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Узнать имя окна и сделать его активным]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=84839#p84839" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>serzh82saratov пишет:</cite><blockquote><p>AutoHotkey какой версии?</p></blockquote></div><p>1.0.48.05</p>]]></content>
			<author>
				<name><![CDATA[Solway]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=32425</uri>
			</author>
			<updated>2014-07-17T08:50:13Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=84839#p84839</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Узнать имя окна и сделать его активным]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=84838#p84838" />
			<content type="html"><![CDATA[<p>AutoHotkey какой версии?</p>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2014-07-17T08:43:40Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=84838#p84838</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Узнать имя окна и сделать его активным]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=84837#p84837" />
			<content type="html"><![CDATA[<p>К сожалению, даже так окно пустое<br /><span class="postimg"><img src="http://puu.sh/af5J9/75372c4f0b.png" alt="http://puu.sh/af5J9/75372c4f0b.png" /></span></p>]]></content>
			<author>
				<name><![CDATA[Solway]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=32425</uri>
			</author>
			<updated>2014-07-17T08:42:00Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=84837#p84837</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Узнать имя окна и сделать его активным]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=84836#p84836" />
			<content type="html"><![CDATA[<p>А так.<br /></p><div class="codebox"><pre><code>DetectHiddenWindows, On
WinGetTitle, OutputVar, ahk_exe notepad.exe
MsgBox % OutputVar</code></pre></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2014-07-17T08:38:40Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=84836#p84836</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Узнать имя окна и сделать его активным]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=84835#p84835" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>serzh82saratov пишет:</cite><blockquote><div class="codebox"><pre><code>WinGetTitle, OutputVar, ahk_exe notepad.exe
MsgBox % OutputVar</code></pre></div></blockquote></div><p>Спасибо за ответ, но в &quot;OutputVar&quot; почему-то пусто</p>]]></content>
			<author>
				<name><![CDATA[Solway]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=32425</uri>
			</author>
			<updated>2014-07-17T08:15:38Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=84835#p84835</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Узнать имя окна и сделать его активным]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=84834#p84834" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>WinGetTitle, OutputVar, ahk_exe notepad.exe
MsgBox % OutputVar</code></pre></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2014-07-17T08:07:19Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=84834#p84834</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Узнать имя окна и сделать его активным]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=84833#p84833" />
			<content type="html"><![CDATA[<p>У окна (бота) для которого я это делаю, в титл пишется ник и ид. Хочу записать его в лог и провести потом с этим кое-какие манипуляции.</p>]]></content>
			<author>
				<name><![CDATA[Solway]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=32425</uri>
			</author>
			<updated>2014-07-17T08:05:46Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=84833#p84833</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Узнать имя окна и сделать его активным]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=84832#p84832" />
			<content type="html"><![CDATA[<p>Это не сложно, но зачем для этого узнавать WinTitle?<br /></p><div class="codebox"><pre><code>WinActivate ahk_exe notepad.exe</code></pre></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2014-07-17T07:57:38Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=84832#p84832</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Узнать имя окна и сделать его активным]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=84831#p84831" />
			<content type="html"><![CDATA[<p>Здравствуйте. Есть процесс: notepad.exe, мне нужно узнать его текущий &quot;WinTitle&quot; а после - сделать это окно активным.<br />Буду очень благодарен если Вы мне поможете, приведя пример. Спасибо.</p>]]></content>
			<author>
				<name><![CDATA[Solway]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=32425</uri>
			</author>
			<updated>2014-07-17T07:48:26Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=84831#p84831</id>
		</entry>
</feed>
