<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Фон button и gui]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=8752&amp;type=atom" />
	<updated>2013-10-10T08:30:37Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=8752</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Фон button и gui]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=75920#p75920" />
			<content type="html"><![CDATA[<p>Если нужен просто цвет, то я делал так:<br /></p><div class="codebox"><pre><code>
Gui, Font, s34
Gui, Color, Gray 
Gui, Add, Progress, Border w111 h55 BackgroundDD9F42 vBUTTON
Gui, Add, Text, xp yp hp wp BackgroundTrans Center c2741A1, AHK
Gui, Show      
OnMessage(0x201, &quot;WM_LBUTTONDOWN&quot;)
return 
    
WM_LBUTTONDOWN()
{ 
    If A_GuiControl = BUTTON
        MsgBox BUTTON 
}
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2013-10-10T08:30:37Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=75920#p75920</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Фон button и gui]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=75891#p75891" />
			<content type="html"><![CDATA[<p>Фон кнопки изменять нельзя, но можно использовать элемент управления <em>Picture</em> с меткой перехода. Читайте документацию.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2013-10-09T15:20:20Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=75891#p75891</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Фон button и gui]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=75890#p75890" />
			<content type="html"><![CDATA[<p>Привет всем, как регулировать размер кнопки, и можно ли сделать ей фон? Я знаю что цвет нельзя, но вдруг хитрыми манипуляциями можно создать фон. И как сделать фон для окна Gui? Спасибо.</p>]]></content>
			<author>
				<name><![CDATA[der1998]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30891</uri>
			</author>
			<updated>2013-10-09T15:07:41Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=75890#p75890</id>
		</entry>
</feed>
