<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Работа с PostMessage]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=11515&amp;type=atom" />
	<updated>2016-04-25T17:47:52Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=11515</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Работа с PostMessage]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=103047#p103047" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>KusochekDobra пишет:</cite><blockquote><p>Где можно почитать</p></blockquote></div><p> Лучше всего в справке.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2016-04-25T17:47:52Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=103047#p103047</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Работа с PostMessage]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=103046#p103046" />
			<content type="html"><![CDATA[<p>Что-то у меня и<br /></p><div class="codebox"><pre><code>Click 100, 100, 0
MouseClick, left, 100, 100
</code></pre></div><p>Не работает, хотя<br /></p><div class="codebox"><pre><code>SendPlay {Click, 100, 100, 0}</code></pre></div><p>Отрабатывает как нужно. Не поможете в этом вопросе? Где можно почитать, на какие условия ориентированы эти инструкции? А то получается, что двигать курсор по рабочему столу можно несколькими способами, а работает только один.</p>]]></content>
			<author>
				<name><![CDATA[KusochekDobra]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33846</uri>
			</author>
			<updated>2016-04-25T16:47:14Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=103046#p103046</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Работа с PostMessage]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=103043#p103043" />
			<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>2016-04-25T15:50:01Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=103043#p103043</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Работа с PostMessage]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=103041#p103041" />
			<content type="html"><![CDATA[<p>Да я по всякому уже пробовал и без кавычек в том числе. Не работает. <img src="//forum.script-coding.com/img/smilies/sad.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[KusochekDobra]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33846</uri>
			</author>
			<updated>2016-04-25T15:11:35Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=103041#p103041</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Работа с PostMessage]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=103037#p103037" />
			<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>2016-04-25T15:03:56Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=103037#p103037</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Работа с PostMessage]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=103035#p103035" />
			<content type="html"><![CDATA[<p>Доброго здоровья всем.<br />Так работает:<br /></p><div class="codebox"><pre><code>
PostMessage, 0x0201, 0x0001, %l_param%, , ahk_id 0x003D1076
</code></pre></div><p>А так нет:<br /></p><div class="codebox"><pre><code>
new_id := &quot;0x003D1076&quot;
PostMessage, 0x0201, 0x0001, %l_param%, , ahk_id %new_id%
</code></pre></div><p>Подскажите пожалуйста, как правильно должна выглядеть запись последнего варианта? Она описывается в теле функции, поэтому переменная &quot;new_id&quot; передаётся параметром.</p>]]></content>
			<author>
				<name><![CDATA[KusochekDobra]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33846</uri>
			</author>
			<updated>2016-04-25T14:56:14Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=103035#p103035</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Работа с PostMessage]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=102773#p102773" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong><br />Исправил!</p>]]></content>
			<author>
				<name><![CDATA[SeaVodikendu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33752</uri>
			</author>
			<updated>2016-04-21T13:54:33Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=102773#p102773</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Работа с PostMessage]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=102772#p102772" />
			<content type="html"><![CDATA[<p>Там у вас точка отсутствует в конце, если хотите, чтоб <a href="http://forum.script-coding.com/viewtopic.php?id=6148">отвечали</a>, исправьте.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2016-04-21T13:48:29Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=102772#p102772</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Работа с PostMessage]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=102763#p102763" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong><br />Спасибо.<br />Вот если бы еще в <a href="http://forum.script-coding.com/viewtopic.php?id=11513">этом</a> вопросе помогли, было бы здорово.</p>]]></content>
			<author>
				<name><![CDATA[SeaVodikendu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33752</uri>
			</author>
			<updated>2016-04-21T10:21:01Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=102763#p102763</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Работа с PostMessage]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=102748#p102748" />
			<content type="html"><![CDATA[<p>От Windows 7 и выше:<br /></p><div class="codebox"><pre><code>WinShow, ahk_class NotifyIconOverflowWindow</code></pre></div><p>С помощью сообщений WM_LBUTTONDOWN и WM_LBUTTONUP это можно сделать только, если курсор находится над кнопкой.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2016-04-20T20:11:58Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=102748#p102748</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Работа с PostMessage]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=102740#p102740" />
			<content type="html"><![CDATA[<p>Здравствуйте.<br />Пытаюсь освоить PostMessage.<br />Мне нужно отобразить скрытые значки на панели задач.<br />На скриншоте ниже отображена активация окна скрытых значков в Winspector.<br />Что из этого нужно вписать в PostMessage и как?</p>]]></content>
			<author>
				<name><![CDATA[SeaVodikendu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33752</uri>
			</author>
			<updated>2016-04-20T09:29:35Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=102740#p102740</id>
		</entry>
</feed>
