<?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=9509&amp;type=atom" />
	<updated>2014-04-20T14:03:15Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=9509</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Текст]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=82010#p82010" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[bWRmeA]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31915</uri>
			</author>
			<updated>2014-04-20T14:03:15Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=82010#p82010</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Текст]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=82005#p82005" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[tuma4ok]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32022</uri>
			</author>
			<updated>2014-04-20T11:20:21Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=82005#p82005</id>
		</entry>
</feed>
