<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: gui, add, edit цвет границы]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=17723&amp;type=atom" />
	<updated>2023-04-04T03:04:50Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=17723</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: gui, add, edit цвет границы]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=157476#p157476" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong>, спасибо.</p>]]></content>
			<author>
				<name><![CDATA[concept.ru]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33777</uri>
			</author>
			<updated>2023-04-04T03:04:50Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=157476#p157476</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: gui, add, edit цвет границы]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=157475#p157475" />
			<content type="html"><![CDATA[<p>Теоретически как-то возможно, но скорее всего пришлось бы полностью контролировать её отрисовку через winapi не только при создании, но и при любой перерисовке окна.<br />Можно совсем убрать и подложить цветное окно под низ:<br /></p><div class="codebox"><pre><code>WS_VSCROLL := 0x200000
WS_EX_CLIENTEDGE := 0x200

Gui, New, +hwndhParent
Gui, New, +Parent%hParent% -Caption +ToolWindow
Gui, Color, Red
Gui, Add, Edit, x1 y1 w298 h198 -%WS_VSCROLL% -E%WS_EX_CLIENTEDGE%
Gui, Show, NA x30 y30 w300 h200
Gui, %hParent%: Show, w360 h260

GuiClose() {
   ExitApp
}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2023-04-03T22:14:54Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=157475#p157475</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: gui, add, edit цвет границы]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=157474#p157474" />
			<content type="html"><![CDATA[<p>Рамку, образующуюся при создании контрола. Её цвет хотелось бы изменить.</p>]]></content>
			<author>
				<name><![CDATA[concept.ru]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33777</uri>
			</author>
			<updated>2023-04-03T21:58:01Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=157474#p157474</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: gui, add, edit цвет границы]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=157450#p157450" />
			<content type="html"><![CDATA[<p>Какую границу имеете в виду?</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2023-04-03T08:05:46Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=157450#p157450</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: gui, add, edit цвет границы]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=157449#p157449" />
			<content type="html"><![CDATA[<p>Здравствуйте!<br />Есть ли в AHK возможность поменять цвет границы при gui, add, edit ?</p>]]></content>
			<author>
				<name><![CDATA[concept.ru]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33777</uri>
			</author>
			<updated>2023-04-03T06:26:46Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=157449#p157449</id>
		</entry>
</feed>
