<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: ControlSend в неактивный PotPlayer]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=11066</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=11066&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: ControlSend в неактивный PotPlayer».]]></description>
		<lastBuildDate>Sat, 07 Nov 2015 11:55:03 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: ControlSend в неактивный PotPlayer]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=98753#p98753</link>
			<description><![CDATA[<div class="quotebox"><cite>ypppu пишет:</cite><blockquote><p>Пример использования команды:<br /></p><div class="codebox"><pre><code>;ControlSend [, Control, Keys, WinTitle, WinText, ExcludeTitle, ExcludeText]
;ControlGet, OutputVar, Cmd [, Value, Control, WinTitle, WinText, ExcludeTitle, ExcludeText]

1:: ;Посылает текст в эл. упр. по ClassNN.
ControlSend, Edit1, Test-text-ClassNN `n, Безымянный - Блокнот
Return


2:: ;Посылает текст в эл. упр. по HWND.
ControlGet, OutputVar, Hwnd,, Edit1,  Безымянный - Блокнот
ControlSend, , Test-text-HWND `n, ahk_id %OutputVar%
Return


3:: ;Посылает текст родительскому окну эл. упр. В &quot;Блокноте&quot; не имеет эффекта.
ControlSend, ahk_parent, Test-text-ahk_parent `n,, Безымянный - Блокнот
Return</code></pre></div></blockquote></div>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Sat, 07 Nov 2015 11:55:03 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=98753#p98753</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: ControlSend в неактивный PotPlayer]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=98750#p98750</link>
			<description><![CDATA[<p><strong>teadrinker</strong><br />Извиняюсь!</p>]]></description>
			<author><![CDATA[null@example.com (Samotek)]]></author>
			<pubDate>Sat, 07 Nov 2015 11:45:43 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=98750#p98750</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: ControlSend в неактивный PotPlayer]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=98747#p98747</link>
			<description><![CDATA[<p>Я привел пример для всех контролов, что дает мне WinSpy и ни один не работает! Может они не могут иметь фокуса. Там есть все ваши варианты, кроме второго, для которого, насколько я понял, тоже надо знать имя контрола, которое WinSpy мне и не дает!&nbsp; Тогда как послать сообщение именно неактивному окну PotPlayer? В Potplayer клавиши объявлял и как &quot;глобальные&quot; и как нет.</p>]]></description>
			<author><![CDATA[null@example.com (Samotek)]]></author>
			<pubDate>Sat, 07 Nov 2015 11:36:54 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=98747#p98747</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: ControlSend в неактивный PotPlayer]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=98745#p98745</link>
			<description><![CDATA[<div class="quotebox"><cite>ypppu пишет:</cite><blockquote><p>Пример использования команды:<br />...</p></blockquote></div><p>Ответ будет возвращён, когда тема будет оформлена правильно.</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Sat, 07 Nov 2015 11:29:10 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=98745#p98745</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: ControlSend в неактивный PotPlayer]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=98744#p98744</link>
			<description><![CDATA[<p><span style="color: green"><strong>Samotek</strong>, ознакомьтесь с <a href="http://forum.script-coding.com/viewtopic.php?id=6148">этой</a> темой, отредактируйте заголовок.</span></p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Sat, 07 Nov 2015 11:25:17 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=98744#p98744</guid>
		</item>
		<item>
			<title><![CDATA[AHK: ControlSend в неактивный PotPlayer]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=98734#p98734</link>
			<description><![CDATA[<p>Привет! просто send работает, а для ControlSend никак не могу послать клавишу. Все варианты не работают!<br /></p><div class="codebox"><pre><code>  ControlSend, Afx:63250000:8:00010005:01900011:000000003, {F9}, ahk_class %PotWin%
  ControlSend, class_nn Afx:63250000:8:00010005:01900011:000000003, {F9}, ahk_class %PotWin%
  ControlSend, AfxWnd120su5, {F9}, ahk_class %PotWin%
  ControlSend, AfxWnd120su4, {F9}, ahk_class %PotWin%
  ControlSend, , {F9}, ahk_class %PotWin%
  ControlSend, ahk_parent, {F9}, ahk_class %PotWin%
</code></pre></div><p>Подскажите, пожалуйста, как реализовать?</p>]]></description>
			<author><![CDATA[null@example.com (Samotek)]]></author>
			<pubDate>Sat, 07 Nov 2015 10:17:50 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=98734#p98734</guid>
		</item>
	</channel>
</rss>
