<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Координаты центра]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=14854</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=14854&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Координаты центра».]]></description>
		<lastBuildDate>Sun, 21 Jul 2019 11:40:08 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Координаты центра]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=134986#p134986</link>
			<description><![CDATA[<p>Где такое в справке? <img src="//forum.script-coding.com/img/smilies/yikes.png" width="15" height="15" /></p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Sun, 21 Jul 2019 11:40:08 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=134986#p134986</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Координаты центра]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=134983#p134983</link>
			<description><![CDATA[<p><strong>teadrinker</strong><br />Справка</p>]]></description>
			<author><![CDATA[null@example.com (wladkokopops)]]></author>
			<pubDate>Sun, 21 Jul 2019 09:44:02 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=134983#p134983</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Координаты центра]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=134977#p134977</link>
			<description><![CDATA[<p><strong>wladkokopops</strong>, кто вас научил писать := % ?</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Sat, 20 Jul 2019 12:31:54 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=134977#p134977</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Координаты центра]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=134972#p134972</link>
			<description><![CDATA[<p>Возьми размеры окна и размеры экрана<br />Дели координаты окна на 2, и минусуй от центра экрана, центр экрана как найти я оставил ниже<br /></p><div class="codebox"><pre><code>
W := % A_ScreenWidth ;Ширина твоего экрана(Или окна)
H := % A_ScreenHeight ;Высота твоего экрана(Или окна)

W /= 2 ; Делим на половину
H /= 2  ; Тоже самое
mousemove,%W% , %H% ; помещаем курсор по этим координатам что получились.
msgbox ,x= %W% , y= %H%
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (wladkokopops)]]></author>
			<pubDate>Sat, 20 Jul 2019 10:12:10 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=134972#p134972</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Координаты центра]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=134799#p134799</link>
			<description><![CDATA[<p>Нужно знать размеры выводимого изображения. А эти размеры хранятся во встроенных переменных. Откройте в справке раздел &quot;встроенные переменные&quot;.</p>]]></description>
			<author><![CDATA[null@example.com (ypppu)]]></author>
			<pubDate>Mon, 08 Jul 2019 14:17:11 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=134799#p134799</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Координаты центра]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=134796#p134796</link>
			<description><![CDATA[<p>[deleted]</p>]]></description>
			<author><![CDATA[null@example.com (morgan)]]></author>
			<pubDate>Mon, 08 Jul 2019 13:57:23 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=134796#p134796</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Координаты центра]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=134795#p134795</link>
			<description><![CDATA[<p>Какие поставить координаты, чтобы приложение запускалось ровно по центру? Самому гадать не очень то хочется)</p>]]></description>
			<author><![CDATA[null@example.com (krabik-1337)]]></author>
			<pubDate>Mon, 08 Jul 2019 06:18:18 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=134795#p134795</guid>
		</item>
	</channel>
</rss>
