<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Поменять фон Edit]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=12905&amp;type=atom" />
	<updated>2017-08-13T09:18:55Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=12905</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Поменять фон Edit]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=118189#p118189" />
			<content type="html"><![CDATA[<p><strong>ypppu</strong><br />Ваш пример мне подошел спасибо. )</p>]]></content>
			<author>
				<name><![CDATA[chuxnul]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33484</uri>
			</author>
			<updated>2017-08-13T09:18:55Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=118189#p118189</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Поменять фон Edit]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=118187#p118187" />
			<content type="html"><![CDATA[<p><strong>stealzy</strong><br />У вас она меняется по нажатию как установить по умолчанию там&nbsp; фон&nbsp; по умолчанию он там белый а нужен любой другой к примеру&nbsp; !!!</p>]]></content>
			<author>
				<name><![CDATA[chuxnul]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33484</uri>
			</author>
			<updated>2017-08-13T09:14:01Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=118187#p118187</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Поменять фон Edit]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=118186#p118186" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>Gui, -Border
Gui, Color, 202023, green
Gui, font, s64 cFFFFFF   
Gui, Add, Edit, x20 y100 h100 w100 -VScroll -HScroll Center Limit1 Uppercase  vUse
Gui, Show, Restore w740 h300
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2017-08-13T07:09:46Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=118186#p118186</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Поменять фон Edit]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=118184#p118184" />
			<content type="html"><![CDATA[<p>Странно, гуглю &quot;autohotkey gui edit background color&quot; и такой темы среди результатов на первой странице нет.<br />Можно легко поменять цвет во всех контролах, если вам надо только в Edit, чуть посложнее - там спец функцию найдете.<br /></p><div class="codebox"><pre><code>Gui Add, Edit, w100
Gui Add, Button, +Default gChng, Go Next
Gui Show
Return

Chng() {
	static i:=0
	Gui Color,, % [&quot;Red&quot;, &quot;Yellow&quot;, &quot;Green&quot;, &quot;Blue&quot;][mod(i++, 4) + 1]
}

GuiEscape:
GuiClose:
	ExitApp</code></pre></div>]]></content>
			<author>
				<name><![CDATA[stealzy]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31937</uri>
			</author>
			<updated>2017-08-13T00:32:31Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=118184#p118184</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Поменять фон Edit]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=118181#p118181" />
			<content type="html"><![CDATA[<p>Вроде нашел тему там тоже ребятки не могут.<br /><a href="https://autohotkey.com/board/topic/1381-gui-text-background/">https://autohotkey.com/board/topic/1381 … ackground/</a></p>]]></content>
			<author>
				<name><![CDATA[chuxnul]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33484</uri>
			</author>
			<updated>2017-08-12T21:49:06Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=118181#p118181</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Поменять фон Edit]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=118180#p118180" />
			<content type="html"><![CDATA[<p>Уже замучался не как не получается поменять background&nbsp; в Gui, Add, Edit.</p><div class="codebox"><pre><code>
Gui, -Border
Gui, Color, 202023
Gui, font, s64 cFFFFFF   
Gui, Add, Edit, x20 y100 h100 w100 -VScroll -HScroll Center Limit1 Uppercase  vUse
Gui, Show, Restore w740 h300

Color = green
GuiControl, +Background%Color%, Use 
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[chuxnul]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33484</uri>
			</author>
			<updated>2017-08-12T21:08:26Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=118180#p118180</id>
		</entry>
</feed>
