<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Полноэкранная заставка.]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=11701&amp;type=atom" />
	<updated>2016-06-10T10:48:33Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=11701</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Полноэкранная заставка.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=105066#p105066" />
			<content type="html"><![CDATA[<p>Большое спасибо.</p>]]></content>
			<author>
				<name><![CDATA[Indomito]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27285</uri>
			</author>
			<updated>2016-06-10T10:48:33Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=105066#p105066</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Полноэкранная заставка.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=105060#p105060" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>Gui, New , +OwnDialogs -caption +AlwaysOnTop +HwndMyFocus
Gui, Color , FFFFFF ; Цвет окна Gui
Gui, Margin , 0, 0 ; без caption
Gui, Add, Picture, x0 w%A_ScreenWidth% H-1 vpic hwndpic, C:\Users\SASA\Desktop\cr_DanFrazier-04-Blockbuster.jpg
ControlGetPos,,,,Height,,ahk_id %pic% ; Определение размера изображения
GuiControl, Move, Pic, % &quot;y&quot; (A_ScreenHeight-Height)/2 ; Передвигает картинку в центр по оси Y
Gui, Show, x0 y0 W%A_ScreenWidth% H%A_ScreenHeight% NA, Заставка
WinWaitActive, Заставка
GuiClose:
ExitApp</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Nikva]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27416</uri>
			</author>
			<updated>2016-06-10T06:28:55Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=105060#p105060</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Полноэкранная заставка.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=105059#p105059" />
			<content type="html"><![CDATA[<p>Приветствую.<br />Мне нужно было вывести полноэкранная заставку и я недолго думая написал код. </p><div class="codebox"><pre><code>Gui, New , +OwnDialogs -caption +AlwaysOnTop +HwndMyFocus
Gui, Margin , 0, 0 ; без caption
Gui, Add, Picture, x0 y0 W%A_ScreenWidth% H%A_ScreenHeight% , C:\Users\SASA\Desktop\cr_DanFrazier-04-Blockbuster.jpg
Gui, Show
Return

GuiClose:
ExitApp</code></pre></div><p>Но панель Пуск осталась.<br />Как вывести изображение&nbsp; отмасштабированное и поверх панели Пуск? </p><p><a href="http://fastpic.ru/view/80/2016/0610/86b248c51e56da24cabd9b9afbd16ef8.png.html"><span class="postimg"><img src="http://i80.fastpic.ru/thumb/2016/0610/f8/86b248c51e56da24cabd9b9afbd16ef8.jpeg" alt="http://i80.fastpic.ru/thumb/2016/0610/f8/86b248c51e56da24cabd9b9afbd16ef8.jpeg" /></span></a></p>]]></content>
			<author>
				<name><![CDATA[Indomito]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27285</uri>
			</author>
			<updated>2016-06-10T05:39:10Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=105059#p105059</id>
		</entry>
</feed>
