<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Прозрачность GUI]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=13961&amp;type=atom" />
	<updated>2018-07-20T21:43:46Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=13961</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Прозрачность GUI]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=127218#p127218" />
			<content type="html"><![CDATA[<p>Дошло! Благодарю.</p>]]></content>
			<author>
				<name><![CDATA[qqlexa]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39096</uri>
			</author>
			<updated>2018-07-20T21:43:46Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=127218#p127218</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Прозрачность GUI]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=127214#p127214" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>qqlexa пишет:</cite><blockquote><p>Функция прозрачности <em>окна</em> мне полностью понятна. Меня интересует как убрать фон под картинкой самого гуи. Чтобы была одна картинка без границ окна и фоновых цветов.</p></blockquote></div><p><em><strong>WinSet</strong>, TransColor, Color [N], WinTitle</em><br />Эта команда делает все пиксели определённого цвета прозрачными. Но у окна могут быть элементы типа border, caption. Их можно убрать, изменяя стили окна.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2018-07-20T17:53:24Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=127214#p127214</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Прозрачность GUI]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=127209#p127209" />
			<content type="html"><![CDATA[<p><strong>stealzy</strong>, <em>WinSet TransColor, 0 150</em> у вас не работает, догадайтесь почему.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2018-07-20T16:28:11Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=127209#p127209</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Прозрачность GUI]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=127208#p127208" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>#SingleInstance Force
#NoEnv
Gui WinPicture: +AlwaysOnTop -Caption +ToolWindow +Owner +Lastfound +E0x20 ; +Disabled
Gui WinPicture: Margin, 0, 0
Gui WinPicture: Color, 0
WinSet TransColor, 0 150
Gui WinPicture: Add, Picture,, button.png ; путь к файлу изображения , картинка без фона
Gui WinPicture: Show, x100 y200 NA
Return
Esc::ExitApp
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[stealzy]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31937</uri>
			</author>
			<updated>2018-07-20T16:20:13Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=127208#p127208</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Прозрачность GUI]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=127207#p127207" />
			<content type="html"><![CDATA[<p>Функция прозрачности <em>окна</em> мне полностью понятна. Меня интересует как убрать фон под картинкой самого гуи. Чтобы была одна картинка без границ окна и фоновых цветов.</p>]]></content>
			<author>
				<name><![CDATA[qqlexa]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39096</uri>
			</author>
			<updated>2018-07-20T15:48:16Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=127207#p127207</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Прозрачность GUI]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=127201#p127201" />
			<content type="html"><![CDATA[<p>В русской справке есть описание <em>WinSet, Transparent</em> со всеми подробностями и примерами.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2018-07-20T14:53:37Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=127201#p127201</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Прозрачность GUI]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=127194#p127194" />
			<content type="html"><![CDATA[<p>Вот, код. Не могу понять как же сделать прозрачный фон самого GUI окна...<br /></p><div class="codebox"><pre><code>#SingleInstance, Force
#NoEnv
DetectHiddenWindows, On
Gui, WinPicture: +AlwaysOnTop -Caption +ToolWindow +Disabled +Owner -Caption +E0x20
Gui, WinPicture: Add, Picture,, button.png ; путь к файлу изображения , картинка без фона
Gui, WinPicture: Show,x100 y200 NoActivate
Gui, WinPicture: +Lastfound
WinSet, Transparent, 150
Return
Esc::
	ExitApp
</code></pre></div><p>Расскажите как его сделать, и как это работает. Хочется понять а не просто получить рабочий скрипт.</p>]]></content>
			<author>
				<name><![CDATA[qqlexa]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39096</uri>
			</author>
			<updated>2018-07-20T13:17:59Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=127194#p127194</id>
		</entry>
</feed>
