<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Menu]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=8749&amp;type=atom" />
	<updated>2015-09-20T22:37:23Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=8749</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Menu]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=97598#p97598" />
			<content type="html"><![CDATA[<p>Есть какой то простой способ без мельканий, чтобы при выборе пункта, меню не скрывалось?</p>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2015-09-20T22:37:23Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=97598#p97598</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Menu]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=75884#p75884" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>serzh82saratov пишет:</cite><blockquote><div class="codebox"><pre><code>
Menu, MySubmenu, Add, Menu, Item1
Gui, Show, w200 h200
return

Item1:
    MsgBox Item1
    return
    
GuiContextMenu:
    Menu, MySubmenu, Show, %A_GuiX%, %A_GuiY%
    return
</code></pre></div></blockquote></div><p>Спасибо разобрался, а как сделать кнопку по центру окна, которая делала то что мне надо? 2 клика и ввод текста.</p>]]></content>
			<author>
				<name><![CDATA[der1998]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30891</uri>
			</author>
			<updated>2013-10-09T13:12:58Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=75884#p75884</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Menu]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=75877#p75877" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>
Menu, MySubmenu, Add, Menu, Item1
Gui, Show, w200 h200
return

Item1:
    MsgBox Item1
    return
    
GuiContextMenu:
    Menu, MySubmenu, Show, %A_GuiX%, %A_GuiY%
    return
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2013-10-09T10:16:18Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=75877#p75877</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Menu]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=75876#p75876" />
			<content type="html"><![CDATA[<p>Наверно вам не сюда!</p>]]></content>
			<author>
				<name><![CDATA[Zanoza]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26155</uri>
			</author>
			<updated>2013-10-09T10:11:02Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=75876#p75876</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Menu]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=75873#p75873" />
			<content type="html"><![CDATA[<p>Привет всем, не могу разобраться с <br /></p><div class="codebox"><pre><code>Menu, logmt, add</code></pre></div><p>Мне нужно создать окно с меню и 1=ой кнопкой, чтобы&nbsp; при нажатии нажались нужные мне клавиши. ПРошу приведите пример, я не понимаю как задать действие кнопке в меню, и как это меню вообще увидеть на экране.</p>]]></content>
			<author>
				<name><![CDATA[der1998]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30891</uri>
			</author>
			<updated>2013-10-09T09:53:11Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=75873#p75873</id>
		</entry>
</feed>
