<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: WinMove]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=15897&amp;type=atom" />
	<updated>2020-12-07T19:04:42Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=15897</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: WinMove]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=143999#p143999" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>basstech пишет:</cite><blockquote><p>выставив размер с учётом рамки, то размер не поменяется</p></blockquote></div><p>А это вы случайно пишите не про то что WinMove в принципе с этим окном не работает?</p>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2020-12-07T19:04:42Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=143999#p143999</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: WinMove]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=143998#p143998" />
			<content type="html"><![CDATA[<p>basstech, столы Старзов? Посмотрите внимательно какие расстояния от рамки. Причём со всех сторон окна. А потом ещё раз попробуйте как написано выше.</p>]]></content>
			<author>
				<name><![CDATA[Next]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=28517</uri>
			</author>
			<updated>2020-12-07T17:48:50Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=143998#p143998</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: WinMove]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=143993#p143993" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong><br />Думал над этим вариантом, но здесь нюанс в том, что выставив размер с учётом рамки, то размер не поменяется. Бред, но это так.<br />Рамка не обычная, она изменена программой и имеет другой вид, в отличии от стандартной.</p>]]></content>
			<author>
				<name><![CDATA[basstech]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41121</uri>
			</author>
			<updated>2020-12-07T16:15:27Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=143993#p143993</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: WinMove]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=143991#p143991" />
			<content type="html"><![CDATA[<p>Найдите размер клиентской части, потом размер всего окна, вычислите разницу, и меняйте размер с помощью WinMove, учитывая разницу.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2020-12-07T15:42:40Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=143991#p143991</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: WinMove]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=143990#p143990" />
			<content type="html"><![CDATA[<p><strong>ypppu</strong><br /></p><div class="quotebox"><blockquote><p>TargetType<br />The type of target to affect. Specify one of the following words:</p><p>ToolTip: Affects ToolTip.</p><p>Pixel: Affects PixelGetColor, PixelSearch, and ImageSearch.</p><p>Mouse: Affects MouseGetPos, Click, and MouseMove/Click/Drag.</p><p>Caret: Affects the built-in variables A_CaretX and A_CaretY.</p><p>Menu: Affects the Menu Show command when coordinates are specified for it.</p></blockquote></div><p>WinMove не попадает не под один из пунктов.</p>]]></content>
			<author>
				<name><![CDATA[basstech]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41121</uri>
			</author>
			<updated>2020-12-07T15:40:57Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=143990#p143990</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: WinMove]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=143988#p143988" />
			<content type="html"><![CDATA[<p>В <em>CoordMode</em> есть.<br /></p><div class="quotebox"><blockquote><p><strong>CoordMode, TargetType , RelativeTo</strong></p><p>...</p><div class="quotebox"><blockquote><p>RelativeTo</p><p>&nbsp; &nbsp; The area to which TargetType is to be related. Specify one of the following words (if omitted, it defaults to Screen):</p><p>&nbsp; &nbsp; Screen: Coordinates are relative to the desktop (entire screen).</p><p>&nbsp; &nbsp; Relative: Coordinates are relative to the active window.</p><p>&nbsp; &nbsp; Window [v1.1.05+]: Synonymous with Relative and recommended for clarity.</p><p>&nbsp; &nbsp; <strong>Client [v1.1.05+]: Coordinates are relative to the active window&#039;s client area, which excludes the window&#039;s title bar, menu (if it has a standard one) and borders. Client coordinates are less dependent on OS version and theme.</strong></p></blockquote></div></blockquote></div><p>Только не понятно, что конкретно Вы хотите сделать.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2020-12-07T15:19:29Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=143988#p143988</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: WinMove]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=143987#p143987" />
			<content type="html"><![CDATA[<p>Здравствуйте! Такой вопрос, как можно заставить изменять размер окна через команду WinMove относительно клиента, а не окна. Т.е. не учитывая рамку. В coordmode подобного параметра для окна нет.</p>]]></content>
			<author>
				<name><![CDATA[basstech]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41121</uri>
			</author>
			<updated>2020-12-07T15:06:26Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=143987#p143987</id>
		</entry>
</feed>
