<?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=6117&amp;type=atom" />
	<updated>2011-08-13T17:40:48Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=6117</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Копирвание заголовка окна]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=50622#p50622" />
			<content type="html"><![CDATA[<p>Спасибо, идеально.</p>]]></content>
			<author>
				<name><![CDATA[Ark]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26588</uri>
			</author>
			<updated>2011-08-13T17:40:48Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=50622#p50622</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Копирвание заголовка окна]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=50619#p50619" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>#IfWinActive ahk_class ITWindow
^LButton::
   MouseGetPos,,, hwnd
   WinGetClass, class, ahk_id %hwnd%
   If class = ITWindow
      WinGetTitle, Clipboard, ahk_id %hwnd%
   Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2011-08-13T17:34:17Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=50619#p50619</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Копирвание заголовка окна]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=50617#p50617" />
			<content type="html"><![CDATA[<p>Ну мне не нужно выводить его в MsgBox, мне нужно копировать его в буфер обмена.</p>]]></content>
			<author>
				<name><![CDATA[Ark]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26588</uri>
			</author>
			<updated>2011-08-13T17:25:26Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=50617#p50617</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Копирвание заголовка окна]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=50616#p50616" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>#IfWinActive ahk_class ITWindow
^LButton::
   MouseGetPos,,, hwnd
   WinGetClass, class, ahk_id %hwnd%
   If class != ITWindow
      Return
   WinGetTitle, Title, ahk_id %hwnd%
   MsgBox, % Title
   Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2011-08-13T17:15:44Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=50616#p50616</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Копирвание заголовка окна]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=50615#p50615" />
			<content type="html"><![CDATA[<p>И так программа iTunes, нажимаю в этом окне Ctrl+LButton, должно происходить копирование заголовка окна в буфер. Не знаю как.</p><p>Велика вероятность, что такой код ни куда не годится.<br /></p><div class="codebox"><pre><code>#IfWinActive ahk_class ITWindow
^LButton::
    u:=class
    MouseGetPos, , , u, control
    WinGetClass, class, ahk_id %u%
        If (class = &quot;ITWindow&quot;)
            копирование заголовка
Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Ark]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26588</uri>
			</author>
			<updated>2011-08-13T16:58:50Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=50615#p50615</id>
		</entry>
</feed>
