<?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=17433&amp;type=atom" />
	<updated>2022-10-28T07:46:30Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=17433</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Прозрачное окно GUI]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=155398#p155398" />
			<content type="html"><![CDATA[<p><strong>sheepshon</strong><br />Я не так давно обращался на иностранный форум, чтобы решить свою проблему.<br />Можешь попробовать перевести <a href="https://www.autohotkey.com/boards/viewtopic.php?f=82&amp;t=109630">этот код в AHK_L.</a><br />Он примерно повторяет внешний вид(скругление):<br /><span class="postimg"><img src="https://i.imgur.com/bB4mBIF.png" alt="https://i.imgur.com/bB4mBIF.png" /></span></p>]]></content>
			<author>
				<name><![CDATA[Clannad5]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39853</uri>
			</author>
			<updated>2022-10-28T07:46:30Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=155398#p155398</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Прозрачное окно GUI]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=155392#p155392" />
			<content type="html"><![CDATA[<p>Такой эффект бывает, когда в изображении есть полупрозрачные пиксели. Соответственно, найти картинку без таких пикселей, либо пользоваться GDIPlus (ищите примеры использования библиотеки Gdip.ahk).</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2022-10-25T13:30:26Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=155392#p155392</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Прозрачное окно GUI]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=155391#p155391" />
			<content type="html"><![CDATA[<p>Привет, подскажите можно ли убрать эти остатки чёрного цвета по краям скруглений? На исходной картинке фон белый.</p><div class="codebox"><pre><code>
#SingleInstance, Force
#NoEnv
DetectHiddenWindows, On

Gui WinPicture: +AlwaysOnTop -Caption +ToolWindow +Owner +Lastfound +E0x20 ; +Disabled
Gui WinPicture: Margin, 0, 0
Gui WinPicture: Color, 1
Gui WinPicture: Add, Picture,, info.png
WinSet TransColor, 1 255
Gui WinPicture: Show, x10 y400 NA

Return

GuiClose:
ExitApp
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[sheepshon]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41224</uri>
			</author>
			<updated>2022-10-25T10:25:29Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=155391#p155391</id>
		</entry>
</feed>
