<?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=10344</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=10344&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: присвоить переменным разрешение рабочего стола».]]></description>
		<lastBuildDate>Thu, 15 Jan 2015 14:48:15 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: присвоить переменным разрешение рабочего стола]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=90569#p90569</link>
			<description><![CDATA[<p>Премного благодарен.<br />Отвечено.</p>]]></description>
			<author><![CDATA[null@example.com (to4er)]]></author>
			<pubDate>Thu, 15 Jan 2015 14:48:15 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=90569#p90569</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: присвоить переменным разрешение рабочего стола]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=90568#p90568</link>
			<description><![CDATA[<p>Тогда так:<br /></p><div class="codebox"><pre><code>SysGet, VirtualWidth, 78
SysGet, VirtualHeight, 79
IniWrite, %VirtualWidth%, C:\Temp\myfile.ini, screen, screenwidth
IniWrite, %VirtualHeight%, C:\Temp\myfile.ini, screen, screenheight</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Malcev)]]></author>
			<pubDate>Thu, 15 Jan 2015 14:40:28 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=90568#p90568</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: присвоить переменным разрешение рабочего стола]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=90567#p90567</link>
			<description><![CDATA[<p>Спасибо, монитора 2.</p>]]></description>
			<author><![CDATA[null@example.com (to4er)]]></author>
			<pubDate>Thu, 15 Jan 2015 14:32:40 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=90567#p90567</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: присвоить переменным разрешение рабочего стола]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=90566#p90566</link>
			<description><![CDATA[<p>А сколько у вас мониторов?<br />Если один, то можно так:<br /></p><div class="codebox"><pre><code>IniWrite, %A_ScreenWidth%, C:\Temp\myfile.ini, screen, screenwidth
IniWrite, %A_ScreenHeight%, C:\Temp\myfile.ini, screen, screenheight</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Malcev)]]></author>
			<pubDate>Thu, 15 Jan 2015 14:29:42 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=90566#p90566</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: присвоить переменным разрешение рабочего стола]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=90565#p90565</link>
			<description><![CDATA[<p>Прочитал, видимо что-то делаю не так:<br /></p><div class="codebox"><pre><code>
  SysGet, sw, 78
  SysGet, sh, 79
  FileInstall, source.ini, readme.ini, 0
  IniWrite, %sw%, readme.ini, screen, screenwidth
  IniWrite, %sh%, readme.ini, screen, screenheight</code></pre></div><p>Код файла source.ini:<br /></p><div class="codebox"><pre><code>[screen]
screenwidth=0
screenheight=0</code></pre></div><p>Как результат, readme.ini вообще пуст.</p>]]></description>
			<author><![CDATA[null@example.com (to4er)]]></author>
			<pubDate>Thu, 15 Jan 2015 14:19:09 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=90565#p90565</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: присвоить переменным разрешение рабочего стола]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=90564#p90564</link>
			<description><![CDATA[<p>Почитайте SysGet.</p>]]></description>
			<author><![CDATA[null@example.com (Malcev)]]></author>
			<pubDate>Thu, 15 Jan 2015 13:48:15 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=90564#p90564</guid>
		</item>
		<item>
			<title><![CDATA[AHK: присвоить переменным разрешение рабочего стола]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=90562#p90562</link>
			<description><![CDATA[<p>Собственно, сабж. Возможно ли это?</p>]]></description>
			<author><![CDATA[null@example.com (to4er)]]></author>
			<pubDate>Thu, 15 Jan 2015 13:38:12 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=90562#p90562</guid>
		</item>
	</channel>
</rss>
