<?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=8700&amp;type=atom" />
	<updated>2013-12-21T12:20:16Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=8700</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: текст под курсором мыши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=78362#p78362" />
			<content type="html"><![CDATA[<p><a href="http://forum.script-coding.com/viewtopic.php?id=9059">Как скопировать текст под указателем мыши, удовлетворяющий REGEXP</a></p>]]></content>
			<author>
				<name><![CDATA[Доктор ТуамОсес]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31413</uri>
			</author>
			<updated>2013-12-21T12:20:16Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=78362#p78362</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: текст под курсором мыши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=75576#p75576" />
			<content type="html"><![CDATA[<p>Серж, большое Вам спасибо! Этой информации, которую Вы предлагаете, достаточно для решения моей задачи. И у меня всё, что нужно было в принципе, получилось</p>]]></content>
			<author>
				<name><![CDATA[vitya.solodov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=29550</uri>
			</author>
			<updated>2013-09-27T02:35:03Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=75576#p75576</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: текст под курсором мыши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=75553#p75553" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>serzh82saratov пишет:</cite><blockquote><div class="codebox"><pre><code>
ControlGetText, Text, TStatic Text 101, абракадабра
MsgBox %Text%
</code></pre></div></blockquote></div><p>месечбокс выскакивает без каких-либо опознавательных знаков, ноль символов, пустота. но, судя, по предлагаемому Вами скрипту, на выходе должны быть все значения, относящиеся к TStatic Text 101. а их у меня приблизительно 85 штук. как бы всё-таки это одно схватить....</p>]]></content>
			<author>
				<name><![CDATA[vitya.solodov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=29550</uri>
			</author>
			<updated>2013-09-25T11:57:31Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=75553#p75553</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: текст под курсором мыши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=75551#p75551" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>
ControlGetText, Text, TStatic Text 101, абракадабра
MsgBox %Text%
</code></pre></div><div class="codebox"><pre><code>
Loop
{
    MouseGetPos,  ,  ,  , ControlID, 2
    ControlGetText, Text, , ahk_id %ControlID%
    ToolTip % Text
    Sleep 100
}
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2013-09-25T10:06:22Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=75551#p75551</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: текст под курсором мыши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=75545#p75545" />
			<content type="html"><![CDATA[<p>Добрейшее утро! </p><p>Пожалуйста подскажите как получить в виде переменной не копируемый текст, который находится под курсором мыши и определяется Windows Spy - никак не удаётся найти точную команду. WinGetText здесь </p><div class="codebox"><pre><code>
IfWinExist, абракадабра

{

WinActivate

Click  x765 y284

WinGetText, aaaaa

MsgBox %aaaaa%

}

return
</code></pre></div><p>не устраивает - он выдаёт весь текст приложения. Windows Spy при клике на этот пиксель пишет </p><p>&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;(Now Under Mouse Cursor)&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;<br />ClassNN: TStatic Text 101<br />Text:&nbsp; &nbsp; &nbsp; 2<br />ну и про колор &quot;несколько слов&quot;</p><p>Традиционно извиняюсь за детскость вопроса - но никак не получается найти метод:&nbsp; библиотеки перерыл, примеры перечитал и так далее</p>]]></content>
			<author>
				<name><![CDATA[vitya.solodov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=29550</uri>
			</author>
			<updated>2013-09-25T06:58:37Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=75545#p75545</id>
		</entry>
</feed>
