<?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=13988&amp;type=atom" />
	<updated>2018-07-29T21:48:01Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=13988</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK, GUI: Как добавлять изображения во вкладки?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=127551#p127551" />
			<content type="html"><![CDATA[<p>Разобрался, спасибо всем.</p>]]></content>
			<author>
				<name><![CDATA[DaGer]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39390</uri>
			</author>
			<updated>2018-07-29T21:48:01Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=127551#p127551</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK, GUI: Как добавлять изображения во вкладки?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=127535#p127535" />
			<content type="html"><![CDATA[<p>Если не указывать жёстко координаты, картинка попадёт во вкладку.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2018-07-29T12:15:33Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=127535#p127535</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK, GUI: Как добавлять изображения во вкладки?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=127534#p127534" />
			<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-29T12:04:58Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=127534#p127534</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK, GUI: Как добавлять изображения во вкладки?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=127531#p127531" />
			<content type="html"><![CDATA[<p>Вкладки, закладки, окна.</p>]]></content>
			<author>
				<name><![CDATA[DaGer]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39390</uri>
			</author>
			<updated>2018-07-29T01:41:24Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=127531#p127531</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK, GUI: Как добавлять изображения во вкладки?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=127530#p127530" />
			<content type="html"><![CDATA[<p>Какие окна?</p>]]></content>
			<author>
				<name><![CDATA[MandarinKa02]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34409</uri>
			</author>
			<updated>2018-07-29T01:34:24Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=127530#p127530</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK, GUI: Как добавлять изображения во вкладки?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=127529#p127529" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>
Gui, Add, Tab, x0 y0 w383 h18, 1|2|3|4|5|6|7|8|9
Gui, Add, Picture, x0 y0 w1500 h800 , C:\Users\1.png

Gui, Tab, 1
Gui, Add, Picture, x0 y0 w1500 h800 , C:\Users\1.png

Gui, Tab, 2
Gui, Add, Picture, x0 y0 w1500 h800 , C:\Users\1.png

Gui, Tab, 3
Gui, Add, Picture, x0 y0 w1500 h800 , C:\Users\1.png

</code></pre></div><p>При добавлении картинок вкладки скрываются за картинкой, как вывести вкладки по верх картинки?</p>]]></content>
			<author>
				<name><![CDATA[DaGer]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39390</uri>
			</author>
			<updated>2018-07-29T00:39:55Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=127529#p127529</id>
		</entry>
</feed>
