<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Как можно сделать так чтобы можно было перемешать overlay меню.]]></title>
		<link>http://forum.script-coding.com/viewtopic.php?id=15519</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=15519&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Как можно сделать так чтобы можно было перемешать overlay меню.».]]></description>
		<lastBuildDate>Thu, 09 Jul 2020 18:11:20 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Как можно сделать так чтобы можно было перемешать overlay меню.]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=140633#p140633</link>
			<description><![CDATA[<p>вот только,я не знаю как это сделать</p>]]></description>
			<author><![CDATA[null@example.com (vloket)]]></author>
			<pubDate>Thu, 09 Jul 2020 18:11:20 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=140633#p140633</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Как можно сделать так чтобы можно было перемешать overlay меню.]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=140632#p140632</link>
			<description><![CDATA[<p>Думаю копать стоит в эту сторону: <a href="http://www.script-coding.com/AutoHotkey/GUI.html">GUI</a></p><p>Например: <br /></p><div class="quotebox"><blockquote><p>Disabled [v1.0.25.13+]: блокирует окно, тем самым не давая пользователю взаимодействовать с элементами управления окна...</p></blockquote></div>]]></description>
			<author><![CDATA[null@example.com (__Михаил__)]]></author>
			<pubDate>Thu, 09 Jul 2020 18:03:55 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=140632#p140632</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Как можно сделать так чтобы можно было перемешать overlay меню.]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=140631#p140631</link>
			<description><![CDATA[<p>здраствуйте,хочу узнать как можно сделать так, чтобы overlay меню можно было двигать,увеличивать или набоорот и чтобы меню оставалось не кликабельным,к примеру с помощью меню указывать значение или что-то по типу того и если в коде есть ошибки можете сказать и спокойно критикуйте код(я делаю биндер для gta 5 rp,буду благодарен за помощь)<br /></p><div class="codebox"><pre><code>
Numpad9::
State3:=!State3

If state3

{

CustomColor3 = EEAA99

Gui +AlwaysOnTop +ToolWindow +Disabled +Owner +E0x20 +LastFound

Gui, Color, black

Gui, Font, s11

Gui, Font, cwhite

Gui, Font, w1000 



Gui, Add, Text, c8FBC8F, [КОМБИНАЦИИ]            [ОТЫГРОВКИ]
Gui, Add, Text,, .       AltNum+                        Показать\Скрыть
Gui, Add, Text,, .       Num1                          Бейдж
Gui, Add, Text,, .       Num2                          Обыск
Gui, Add, Text,, .       Num3                          Фото
Gui, Add, Text,, .       Num4                         -ЛИЦУХА
Gui, Add, Text,, .       Num5                          Арест
Gui, Add, Text,, .       Num6                          Бодикам
Gui, Add, Text,, .       Num7                          ДТП
Gui, Add, Text,, .       Num8                         в движ 
Gui, Add, Text,, .       altNum8                       стоит  
Gui, Add, Text,, .       Num9                          Инфа по кнопкам
Gui, Add, Text,, .       Num*                        Памятка УК
Gui, Add, Text,, .       Num/                        Памятка Тен-Код



WinSet, TransColor, %CustomColor3% 180 

Gui, Show, x1550 y200 NoActivate, window. 

}

Else

Gui Destroy

Return
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (vloket)]]></author>
			<pubDate>Thu, 09 Jul 2020 15:55:54 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=140631#p140631</guid>
		</item>
	</channel>
</rss>
