<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; Включение/Выключение GUI]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=12348&amp;type=atom" />
	<updated>2017-01-22T13:12:00Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=12348</id>
		<entry>
			<title type="html"><![CDATA[Re: Включение/Выключение GUI]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=111406#p111406" />
			<content type="html"><![CDATA[<p><span style="color: green"><strong>Arte1ze</strong>, дайте теме осмысленный заголовок и добавьте префикс скриптового языка.<br />Запрещается создавать несколько одинаковых тем.</span></p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2017-01-22T13:12:00Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=111406#p111406</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Включение/Выключение GUI]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=111402#p111402" />
			<content type="html"><![CDATA[<p>Вообщем ребята,такой вопрос есть код </p><div class="codebox"><pre><code>CustomColor = EEAA99  ; Can be any RGB color (it will be made transparent below).
Gui +LastFound +AlwaysOnTop -Caption +ToolWindow  ; +ToolWindow avoids a taskbar button and an alt-tab menu item.
Gui, Color, %CustomColor%
Gui, Font, s32  ; Set a large font size (32-point).
Gui, Add, Text, x0 y0 w50 h40 , vkl
WinSet, TransColor, %CustomColor% 150
Gui, Show, x0 y0 NoActivate  ; NoActivate avoids deactivating the currently active window.
return
</code></pre></div><p> нужно,что бы при нажатии на MButton появлялся этот GUI,а при повторном заюце MButton,он пропадал.<br />Как реализовать?</p>]]></content>
			<author>
				<name><![CDATA[Arte1ze]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34534</uri>
			</author>
			<updated>2017-01-22T12:13:48Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=111402#p111402</id>
		</entry>
</feed>
