<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK:Как сделать прозрачный GUI с рабочими EDIT и BUTTON?]]></title>
		<link>http://forum.script-coding.com/viewtopic.php?id=17408</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=17408&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK:Как сделать прозрачный GUI с рабочими EDIT и BUTTON?».]]></description>
		<lastBuildDate>Wed, 12 Oct 2022 09:18:49 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK:Как сделать прозрачный GUI с рабочими EDIT и BUTTON?]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=155235#p155235</link>
			<description><![CDATA[<p><strong>Clannad5</strong> Спасибо огромное. Извините что не прислал изображения.</p>]]></description>
			<author><![CDATA[null@example.com (strobecsmain)]]></author>
			<pubDate>Wed, 12 Oct 2022 09:18:49 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=155235#p155235</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK:Как сделать прозрачный GUI с рабочими EDIT и BUTTON?]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=155210#p155210</link>
			<description><![CDATA[<p><strong>strobecsmain</strong><br />А можно поинтересоваться для чего вам полностью прозрачный фон?<br />Просто такой метод действительно вызывает проблемы, однако это можно решить, если после цвета установить прозрачность, например 50, либо использовуйте Gdip библиотеку.</p><p>Так же можно еще вот так:</p><div class="codebox"><pre><code>Gui, +HwndHGUI -Caption

Gui Add, Picture, hWndhPicFrame1Asdzx x0 y0 w387 h275, Ok.png
Gui Add, Picture, x0 y237 w194 h38 gactivate, Ok.png
Gui Add, Picture, x194 y237 w193 h38 grelos, Ok.png
Gui Font, s14
Gui, Add, Edit, x200 y83 w175 h33 +Number Limit3 vArizona , %Arizona%
Gui, Add, Edit, x200 y132 w175 h33 +Number Limit3 vsecon , %secon%
Gui, Add, Edit, x200 y181 w175 h33 +Number Limit1 vSecoff , %Secoff%
Gui Show, x1278 y385 w387 h290, Автоматизация
Gui, Color, 0060ff
return

F2::
WinSet, TransColor, 0060ff, ahk_id %HGUI%
return

activate:
relos:
Msgbox, Hello
return</code></pre></div><p>Для примера добавил TransColor в горячую клавишу F2 и немного выдвинул задний фон.<br />Где изображение с название Ok.png - подставьте любое изображение с таким же именем, либо измените на свои и не забудьте переименовать.</p>]]></description>
			<author><![CDATA[null@example.com (Clannad5)]]></author>
			<pubDate>Mon, 10 Oct 2022 22:09:09 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=155210#p155210</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK:Как сделать прозрачный GUI с рабочими EDIT и BUTTON?]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=155183#p155183</link>
			<description><![CDATA[<p><strong>Clannad5</strong> скину как приду домой.</p>]]></description>
			<author><![CDATA[null@example.com (strobecsmain)]]></author>
			<pubDate>Mon, 10 Oct 2022 07:51:18 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=155183#p155183</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK:Как сделать прозрачный GUI с рабочими EDIT и BUTTON?]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=155175#p155175</link>
			<description><![CDATA[<p><strong>strobecsmain</strong><br />скиньте мне изображения, которые вы используете.</p>]]></description>
			<author><![CDATA[null@example.com (Clannad5)]]></author>
			<pubDate>Sun, 09 Oct 2022 17:42:22 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=155175#p155175</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK:Как сделать прозрачный GUI с рабочими EDIT и BUTTON?]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=155163#p155163</link>
			<description><![CDATA[<p><strong>Clannad5</strong></p><p>Рамка уже убрана, осталось сделать прозрачный background, но при этом чтобы кнопки и едит работал адекватно. </p><p>Проще говоря, при применении TransColor приложение стает фантомным(нельзя взаимодействовать с едитом и т.д.).</p>]]></description>
			<author><![CDATA[null@example.com (strobecsmain)]]></author>
			<pubDate>Sun, 09 Oct 2022 16:41:52 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=155163#p155163</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK:Как сделать прозрачный GUI с рабочими EDIT и BUTTON?]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=155162#p155162</link>
			<description><![CDATA[<p><strong>strobecsmain</strong><br />Я особо не понял чего вы добиваетесь.<br />Вы хотите сделать GUI прозрачным или сохранить рамку при прозрачности?</p>]]></description>
			<author><![CDATA[null@example.com (Clannad5)]]></author>
			<pubDate>Sun, 09 Oct 2022 16:26:43 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=155162#p155162</guid>
		</item>
		<item>
			<title><![CDATA[AHK:Как сделать прозрачный GUI с рабочими EDIT и BUTTON?]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=155155#p155155</link>
			<description><![CDATA[<p>Приветствую всех читателей!</p><p>У меня возникла проблема, при применении TransColor интерфейс просто стает прозрачным и с ним нельзя взаимодействовать.</p><p>Если у кого есть код для исправления этой ошибки, то прошу поделится.</p><div class="codebox"><pre><code>Gui, -MinimizeBox -MaximizeBox -Caption +AlwaysOnTop +E0x20 +Lastfound
Gui Font, s14
Gui, Add, Edit, x200 y83 w175 h33 +Number Limit3 vArizona , %Arizona%
Gui, Add, Edit, x200 y132 w175 h33 +Number Limit3 vsecon , %secon%
Gui, Add, Edit, x200 y181 w175 h33 +Number Limit1 vSecoff , %Secoff%
Gui Add, Picture, hWndhPicFrame1Asdzx x0 y0 w387 h275, Frame 1mainscreen.png
Gui Add, Picture, x0 y237 w194 h38 gactivate, Начать.png
Gui Add, Picture, x194 y237 w193 h38 grelos, Законь.png
Gui Show, x1278 y385 w387 h275, Автоматизация
;;WinSet, TransColor, 12345
;;Gui, Color, 12345
Return
</code></pre></div><p>Это код с транс колором.</p>]]></description>
			<author><![CDATA[null@example.com (strobecsmain)]]></author>
			<pubDate>Sun, 09 Oct 2022 12:13:21 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=155155#p155155</guid>
		</item>
	</channel>
</rss>
