<?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=10344&amp;type=atom" />
	<updated>2015-01-15T14:48:15Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=10344</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: присвоить переменным разрешение рабочего стола]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=90569#p90569" />
			<content type="html"><![CDATA[<p>Премного благодарен.<br />Отвечено.</p>]]></content>
			<author>
				<name><![CDATA[to4er]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32506</uri>
			</author>
			<updated>2015-01-15T14:48:15Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=90569#p90569</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: присвоить переменным разрешение рабочего стола]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=90568#p90568" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2015-01-15T14:40:28Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=90568#p90568</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: присвоить переменным разрешение рабочего стола]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=90567#p90567" />
			<content type="html"><![CDATA[<p>Спасибо, монитора 2.</p>]]></content>
			<author>
				<name><![CDATA[to4er]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32506</uri>
			</author>
			<updated>2015-01-15T14:32:40Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=90567#p90567</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: присвоить переменным разрешение рабочего стола]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=90566#p90566" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2015-01-15T14:29:42Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=90566#p90566</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: присвоить переменным разрешение рабочего стола]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=90565#p90565" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[to4er]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32506</uri>
			</author>
			<updated>2015-01-15T14:19:09Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=90565#p90565</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: присвоить переменным разрешение рабочего стола]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=90564#p90564" />
			<content type="html"><![CDATA[<p>Почитайте SysGet.</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2015-01-15T13:48:15Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=90564#p90564</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: присвоить переменным разрешение рабочего стола]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=90562#p90562" />
			<content type="html"><![CDATA[<p>Собственно, сабж. Возможно ли это?</p>]]></content>
			<author>
				<name><![CDATA[to4er]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32506</uri>
			</author>
			<updated>2015-01-15T13:38:12Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=90562#p90562</id>
		</entry>
</feed>
