<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Текст]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=9509</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=9509&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Текст».]]></description>
		<lastBuildDate>Sun, 20 Apr 2014 14:03:15 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Текст]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=82010#p82010</link>
			<description><![CDATA[<div class="codebox"><pre><code>Gui, Show, h200 w400
Gui, Add, button, x136 y170 w110 h20 gColorChange, Изменить цвет
Gui, Font, S10 CGreen Bold , Verdana
Gui, Add, Text, x20 y85 w110 h20 vStatus, Бот включен
return


ColorChange:
    Gui, Font, % (colorToggleState := !colorToggleState)? &quot;CRed&quot; : &quot;CGreen&quot;
    GuiControl, Font, Status
    return</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (bWRmeA)]]></author>
			<pubDate>Sun, 20 Apr 2014 14:03:15 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=82010#p82010</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Текст]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=82005#p82005</link>
			<description><![CDATA[<p>Суть проблемы, как сделать так что бы при нажатии на кнопку менялся цвет текста?<br />Вот вам исходный код.<br /></p><div class="codebox"><pre><code>
Gui, Show, h200 w400
Gui, Add, button, x136 y170 w110 h20 , Изменить цвет
Gui, Font, S10 CGreen Bold , Verdana
Gui, Add, Text, x20 y85 w110 h20 vStatus, Бот включен
return
</code></pre></div><p>Нужно так что бы при нажатии на кнопку менялся цвет на красный, при повторном, обратно на зеленый.<br />Напишите готовый код. Заранее спасибо.</p>]]></description>
			<author><![CDATA[null@example.com (tuma4ok)]]></author>
			<pubDate>Sun, 20 Apr 2014 11:20:21 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=82005#p82005</guid>
		</item>
	</channel>
</rss>
