<?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=14532&amp;type=atom" />
	<updated>2019-01-30T18:05:50Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=14532</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: При нажатии на ПКМ в окне скрипта, показывается меню и еще вопрос]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=131790#p131790" />
			<content type="html"><![CDATA[<p><strong>serzh82saratov</strong>, беру слова обратно.</p>]]></content>
			<author>
				<name><![CDATA[morgan]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39372</uri>
			</author>
			<updated>2019-01-30T18:05:50Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=131790#p131790</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: При нажатии на ПКМ в окне скрипта, показывается меню и еще вопрос]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=131789#p131789" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>morgan пишет:</cite><blockquote><p> начинаю огорчаться этим форумом.</p></blockquote></div><div class="quotebox"><cite>morgan пишет:</cite><blockquote><p>(лучший форум :3)</p></blockquote></div><p>Вас не поймёшь...<br /></p><div class="codebox"><pre><code>
OnMessage(0x7B, &quot;WM_CONTEXTMENU&quot;)
Menu, Tray, Add, Script, Script
Menu, Tray, Default, Script
Menu, Tray, Click, 1
Gui, Show, w333 h222
Return

Script:
	MsgBox Script
	Return
	
WM_CONTEXTMENU() {
	Menu, Tray, Show 
}
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2019-01-30T17:58:12Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=131789#p131789</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: При нажатии на ПКМ в окне скрипта, показывается меню и еще вопрос]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=131788#p131788" />
			<content type="html"><![CDATA[<p>Снова здравствуйте.<br />- Возможно ли, чтобы при нажатии на Правую Кнопку Мыши <strong>в окне скрипта</strong> открылось меню (например, как в трее)?<br />- Возможно ли, чтобы после клика Левой Кнопкой Мыши на значок в трее, был выполнен сценарий?:<br /></p><div class="codebox"><pre><code>WinActivate, ScriptWindow</code></pre></div><p>Подскажите, как это можно реализовать.<br />(лучший форум :3)</p>]]></content>
			<author>
				<name><![CDATA[morgan]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39372</uri>
			</author>
			<updated>2019-01-30T16:48:34Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=131788#p131788</id>
		</entry>
</feed>
