<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: ControlSend.]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=10003&amp;type=atom" />
	<updated>2014-09-28T17:46:22Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=10003</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: ControlSend.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=86822#p86822" />
			<content type="html"><![CDATA[<p>Да, сам уж догадался, но все равно, спасибо.</p>]]></content>
			<author>
				<name><![CDATA[Vasil]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31759</uri>
			</author>
			<updated>2014-09-28T17:46:22Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=86822#p86822</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: ControlSend.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=86818#p86818" />
			<content type="html"><![CDATA[<p>Хотя ведь есть такое примечание:<br /></p><div class="quotebox"><blockquote><p>Однако в некоторых случаях посылаемые модификаторы могут нежелательным образом влиять на активное в этот момент окно, особенно если пользователь активно что-то печатает во время выполнения команды ControlSend или если посылается клавиша Alt (т.к. Alt активирует строку меню активного окна). Этого можно избежать путём раздельной посылки нажатий и отпусканий модификатора, как в следующем примере: <br />ControlSend, Edit1, {Alt down}ф{Alt up}, Безымянный - Блокнот</p></blockquote></div><p>Вы пробовали?</p>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2014-09-28T17:11:03Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=86818#p86818</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: ControlSend.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=86816#p86816" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>
Gui, Add, Edit, r10 hwndhEdit w111, 
(
Возможно ли сделать так, чтобы ctrl не конфликтовал с другими окнами/клавишами? Например, если я сижу в браузере со включенным скриптом, и когда я кручу колесико на мышке, масштаб страницы меняется.
)
Gui, Show, NA
Sleep 1000
SendMessage, 0x0E, , , , ahk_id %hEdit%    ;  WM_GETTEXTLENGTH
PostMessage, 0x00B1, Errorlevel, Errorlevel, , ahk_id %hEdit%    ;  EM_SETSEL
PostMessage, 0xB7,,,, ahk_id %hEdit%    ;  EM_SCROLLCARET 
Return
</code></pre></div><p><a href="http://forum.script-coding.com/viewtopic.php?id=9639">По мотивам темы</a></p>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2014-09-28T15:37:07Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=86816#p86816</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: ControlSend.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=86815#p86815" />
			<content type="html"><![CDATA[<p>Если &quot;Окно&quot; находится в фокусе(IfWinActive) - выполняйте код, иначе нет.</p>]]></content>
			<author>
				<name><![CDATA[sergeiplugatyr]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30382</uri>
			</author>
			<updated>2014-09-28T15:33:43Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=86815#p86815</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: ControlSend.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=86814#p86814" />
			<content type="html"><![CDATA[<p>Всем привет. Есть код, который отправляет ползунок элемента Edit вниз. <br /></p><div class="codebox"><pre><code>ControlSend, Edit1, ^{end}, Окно</code></pre></div><p>Возможно ли сделать так, чтобы ctrl не конфликтовал с другими окнами/клавишами? Например, если я сижу в браузере со включенным скриптом, и когда я кручу колесико на мышке, масштаб страницы меняется.</p>]]></content>
			<author>
				<name><![CDATA[Vasil]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31759</uri>
			</author>
			<updated>2014-09-28T14:47:57Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=86814#p86814</id>
		</entry>
</feed>
