<?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=6221&amp;type=atom" />
	<updated>2011-09-15T16:11:44Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=6221</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Вывод сообщения с координатами, при нажатии кнопки мыши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=51542#p51542" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>
#Lbutton:: ; Win+ LeftMouse
MouseGetPos, x, y
CoordMode, Mouse, Screen
MouseGetPos, x_abs, y_abs
ToolTip,   x_win: %x% y_win: %y%`nx_abs: %x_abs% y_abs: %y_abs%
Sleep 1000
ToolTip
Return</code></pre></div><p>Правильнее начать с просмотра <a href="http://www.script-coding.com/AutoHotkeyTranslation.html">справки</a></p>]]></content>
			<author>
				<name><![CDATA[creature.ws]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26105</uri>
			</author>
			<updated>2011-09-15T16:11:44Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=51542#p51542</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Вывод сообщения с координатами, при нажатии кнопки мыши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=51541#p51541" />
			<content type="html"><![CDATA[<p>Для вывода сообщения очень удобно использовать команду </p><div class="codebox"><pre><code>MsgBox</code></pre></div>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2011-09-15T16:11:08Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=51541#p51541</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Вывод сообщения с координатами, при нажатии кнопки мыши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=51540#p51540" />
			<content type="html"><![CDATA[<p>Какими командами мне пользоваться, при создании этого скрипта.<br />(Если такая тема уже была создана на форуме, то простите, я её не нашел).</p>]]></content>
			<author>
				<name><![CDATA[Patriccc]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27028</uri>
			</author>
			<updated>2011-09-15T16:00:25Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=51540#p51540</id>
		</entry>
</feed>
