<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: CoordMode]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=13962&amp;type=atom" />
	<updated>2018-07-22T01:46:05Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=13962</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: CoordMode]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=127247#p127247" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>serzh82saratov пишет:</cite><blockquote><p>Только так.</p></blockquote></div><p>Спасибо, работает.<br />Получается таким способом нужно для всего что работает с координатами писать функции, вроде?:<br />ClickClient(WinExist(&quot;Безымянный — Блокнот&quot;), 100, 100)</p>]]></content>
			<author>
				<name><![CDATA[ThrowSum]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33610</uri>
			</author>
			<updated>2018-07-22T01:46:05Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=127247#p127247</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: CoordMode]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=127225#p127225" />
			<content type="html"><![CDATA[<p>Только так.<br /></p><div class="codebox"><pre><code>
CoordMode, ToolTip, Screen

ToolTipClient(WinExist(&quot;A&quot;), &quot;ToolTip&quot;)

ToolTipClient(hwnd, text, x = 0, y = 0, id = 1) {
	Static _ := VarSetCapacity(pwi, 60, 0)
	DllCall(&quot;GetWindowInfo&quot;, &quot;Ptr&quot;, hwnd, &quot;Ptr&quot;, &amp;pwi) 
	ToolTip, % text, % (NumGet(pwi, 20, &quot;Int&quot;) + x), % (NumGet(pwi, 24, &quot;Int&quot;) + y), %id% 
}
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2018-07-21T02:30:19Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=127225#p127225</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: CoordMode]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=127224#p127224" />
			<content type="html"><![CDATA[<p>У меня вопрос по:<br /><strong>CoordMode, Mouse, Client</strong><br />Последний параметр отвечает за то что координаты будут считаться от верхнего угла активного окна. А можно грубо говоря задать что-то вроде таких параметров CoordMode, Mouse, Client HWND, чтобы даже если окно не активно все равно координаты считались от верхнего угла окна запущенного с идентификатором HWND?</p>]]></content>
			<author>
				<name><![CDATA[ThrowSum]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33610</uri>
			</author>
			<updated>2018-07-21T01:38:03Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=127224#p127224</id>
		</entry>
</feed>
