<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Winspector Spy]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=10671&amp;type=atom" />
	<updated>2015-06-03T04:30:19Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=10671</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Winspector Spy]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=94343#p94343" />
			<content type="html"><![CDATA[<p>Подскажите (не нашел подходящей темы) как можно мониторить список самих Messages (сообщений ОС и программ)? Т.е. повесить событие на Событие как бы.</p><p>P.S.: Модеры, перенесите или удалите после ответа -- OFT</p>]]></content>
			<author>
				<name><![CDATA[_gruz]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32863</uri>
			</author>
			<updated>2015-06-03T04:30:19Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=94343#p94343</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Winspector Spy]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=94296#p94296" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Demy пишет:</cite><blockquote><p> <br /></p><div class="codebox"><pre><code>
Postmessage, 0x111, 1003, 0,, GTAShrinkerWin v1.03 // нажатие на кнопку shrink
</code></pre></div><p><a href="http://prntscr.com/7blzxd">Скрин. интерфейса окна</a></p></blockquote></div><p>Спасибо, большое</p>]]></content>
			<author>
				<name><![CDATA[Demy]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33099</uri>
			</author>
			<updated>2015-05-31T21:08:08Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=94296#p94296</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Winspector Spy]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=94295#p94295" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Demy пишет:</cite><blockquote><div class="codebox"><pre><code>Run, test\GTAShWin.exe,, hide
sleep 300
WinHide, GTAShrinkerWin v1.03</code></pre></div></blockquote></div><p>Здесь вместо <em>sleep 300</em> лучше<br /></p><div class="codebox"><pre><code>WinWait, GTAShrinkerWin</code></pre></div><div class="quotebox"><cite>Demy пишет:</cite><blockquote><div class="codebox"><pre><code>Postmessage, 0x111, 1003, 0,, GTAShrinkerWin v1.03</code></pre></div></blockquote></div><p>Когда публикуете код, лучше расшифровывать цифровые значения в командах (0x111 и 1003), иначе непонятно, что они делают.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2015-05-31T20:35:18Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=94295#p94295</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Winspector Spy]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=94294#p94294" />
			<content type="html"><![CDATA[<p>DetectHiddenWindows, On<br />забыл, дурак я. <br />Спасибо Вам за помощь</p><div class="fancy_spoiler_switcher"><div class="fancy_spoiler_switcher_header"><strong>+</strong>&nbsp;финальная версия (Подскажите, что оптимизировать можно)</div><div class="fancy_spoiler"><div class="codebox"><pre><code>!4::
DetectHiddenWindows, On
Run, test\GTAShWin.exe,, hide
sleep 300
WinHide, GTAShrinkerWin v1.03
sleep 500
send {tab}
sendinput %rootfolder%
sleep 500
Postmessage, 0x111, 1003, 0,, GTAShrinkerWin v1.03
sleep 1
WinHide, Shrink Progress
sleep 2000
winkill, GTAShrinkerWin v1.03
exit</code></pre></div></div></div>]]></content>
			<author>
				<name><![CDATA[Demy]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33099</uri>
			</author>
			<updated>2015-05-31T20:12:09Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=94294#p94294</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Winspector Spy]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=94293#p94293" />
			<content type="html"><![CDATA[<p>Ох... <br /></p><div class="codebox"><pre><code>Run, test\GTAShWin.exe,, hide
sleep 500
WinHide, GTAShrinkerWin v1.03
sleep 500  // Изменение пути к папке
send {tab}// Изменение пути к папке
sendinput %rootfolder%// Изменение пути к папке
sleep 500
Postmessage, 0x111, 1003, 0,, GTAShrinkerWin v1.03 // нажатие на кнопку shrink
sleep 2000
winshow, GTAShrinkerWin v1.03
exit</code></pre></div><p><a href="http://prntscr.com/7blzxd">Скрин. интерфейса окна</a></p><p>Проблема теперь в том, что в hide режиме нажатие не срабатывает. А вот&nbsp; в обычном режиме срабатывает...</p>]]></content>
			<author>
				<name><![CDATA[Demy]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33099</uri>
			</author>
			<updated>2015-05-31T20:09:14Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=94293#p94293</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Winspector Spy]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=94292#p94292" />
			<content type="html"><![CDATA[<p>Не все программы поддерживают эти параметры при запуске. Окно тогда можно скрыть позже. Только оформите код, как положено.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2015-05-31T19:39:18Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=94292#p94292</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Winspector Spy]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=94291#p94291" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>Run, test\GTAShWin.exe,,hide</code></pre></div><p>Тут уже другая программа, т.к. ту я написал с blockinput&#039;ом. Все равно не в hide режиму..</p>]]></content>
			<author>
				<name><![CDATA[Demy]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33099</uri>
			</author>
			<updated>2015-05-31T19:28:37Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=94291#p94291</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Winspector Spy]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=94290#p94290" />
			<content type="html"><![CDATA[<p>А как вы запускаете?</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2015-05-31T16:28:42Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=94290#p94290</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Winspector Spy]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=94289#p94289" />
			<content type="html"><![CDATA[<p>Хм, что-то приложение не хочет hide режим...</p>]]></content>
			<author>
				<name><![CDATA[Demy]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33099</uri>
			</author>
			<updated>2015-05-31T16:19:35Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=94289#p94289</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Winspector Spy]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=94287#p94287" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>yalanne пишет:</cite><blockquote><p>Я имею введу что ctrl не успевает с кнопкой другой нажатся. Скрипт просто печатает букву &#039;o&#039; в текстовое поле поиска.</p></blockquote></div><p>А, ну проверить не могу, в блокноте так работает. Тогда, наверное, правильно использовать ваш вариант с учётом <em>DetectHiddenWindows, On</em></p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2015-05-31T13:52:27Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=94287#p94287</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Winspector Spy]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=94286#p94286" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong>,<strong>yalanne</strong>, премного благодарен</p>]]></content>
			<author>
				<name><![CDATA[Demy]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33099</uri>
			</author>
			<updated>2015-05-31T13:50:53Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=94286#p94286</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Winspector Spy]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=94285#p94285" />
			<content type="html"><![CDATA[<p>Я имею введу что ctrl не успевает с кнопкой другой нажатся. Скрипт просто печатает букву &#039;o&#039; в текстовое поле поиска.</p>]]></content>
			<author>
				<name><![CDATA[yalanne]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32850</uri>
			</author>
			<updated>2015-05-31T13:43:17Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=94285#p94285</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Winspector Spy]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=94284#p94284" />
			<content type="html"><![CDATA[<p>Ну так тогда:<br /></p><div class="codebox"><pre><code>DetectHiddenWindows, On
ControlSend, ahk_parent, ^{vk4F}, GTA: SA Crazy IMG Editor v1.0 Final</code></pre></div><p>Лучше использовать виртуальный код, сканкоды могут на разных клавиатурах отличаться, вроде.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2015-05-31T13:33:45Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=94284#p94284</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Winspector Spy]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=94283#p94283" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong>, &#039;^o&#039; так не нажимается у меня в этой программе. <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[yalanne]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32850</uri>
			</author>
			<updated>2015-05-31T13:22:54Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=94283#p94283</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Winspector Spy]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=94282#p94282" />
			<content type="html"><![CDATA[<p><strong>yalanne</strong>, идея верная, только, во-первых, нужно учитывать, что окно скрыто, а во-вторых, всё проще можно записать. Открыть:<br /></p><div class="codebox"><pre><code>DetectHiddenWindows, On
ControlSend, ahk_parent, ^o, GTA: SA Crazy IMG Editor v1.0 Final</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2015-05-31T13:20:22Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=94282#p94282</id>
		</entry>
</feed>
