<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; OFF: Подскажите консольный аналог Au3Info.exe]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=7121&amp;type=atom" />
	<updated>2012-04-19T03:53:42Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=7121</id>
		<entry>
			<title type="html"><![CDATA[Re: OFF: Подскажите консольный аналог Au3Info.exe]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=59546#p59546" />
			<content type="html"><![CDATA[<p>Спасибо, помогло.</p>]]></content>
			<author>
				<name><![CDATA[DnsIs]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26282</uri>
			</author>
			<updated>2012-04-19T03:53:42Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=59546#p59546</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: OFF: Подскажите консольный аналог Au3Info.exe]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=59493#p59493" />
			<content type="html"><![CDATA[<p>Вдруг поможет<br /></p><div class="codebox"><pre><code> 
Global $PID2 = &quot;&quot;
$Amow = 100
$hWnd2 = &quot;&quot;
$aPID = Run(&quot;Notepad.exe&quot;)
Sleep($Amow)
$theWinlist = Winlist()
    Do
        For $i = 1 To $theWinlist[0][0]
            If $theWinlist[$i][0] &lt;&gt; &quot;&quot; Then
                $iPID2 = WinGetProcess($theWinlist[$i][1])
                If $iPID2 = $aPID Then
                    $hWnd2 = $theWinlist[$i][1]
                    ExitLoop
                EndIf
            EndIf
        Next
    Until $hWnd2 &lt;&gt; 0
    MsgBox(0, &quot;Handle is&quot;, $hWnd2)
WinClose($hWnd2)</code></pre></div><p>И вот <a href="http://www.autoitscript.com/forum/topic/20642-au3infoexe-source/">эта ссылка</a></p>]]></content>
			<author>
				<name><![CDATA[JSmаn]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24434</uri>
			</author>
			<updated>2012-04-18T09:55:28Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=59493#p59493</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: OFF: Подскажите консольный аналог Au3Info.exe]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=59488#p59488" />
			<content type="html"><![CDATA[<p>Ну да, хотелось бы видимый текст активного окна получить. Выбор окна например по PID.</p>]]></content>
			<author>
				<name><![CDATA[DnsIs]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26282</uri>
			</author>
			<updated>2012-04-18T08:53:46Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=59488#p59488</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: OFF: Подскажите консольный аналог Au3Info.exe]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=59486#p59486" />
			<content type="html"><![CDATA[<p>Не понял чуток. Вам нужен вывод информации об окне в консоль? А выбор окна как задать хотите?</p>]]></content>
			<author>
				<name><![CDATA[JSmаn]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24434</uri>
			</author>
			<updated>2012-04-18T08:48:10Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=59486#p59486</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[OFF: Подскажите консольный аналог Au3Info.exe]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=59478#p59478" />
			<content type="html"><![CDATA[<p>Собственно сабж.</p><p>Заранее благодарю.</p>]]></content>
			<author>
				<name><![CDATA[DnsIs]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26282</uri>
			</author>
			<updated>2012-04-18T07:41:46Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=59478#p59478</id>
		</entry>
</feed>
