<?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=14618&amp;type=atom" />
	<updated>2019-03-01T16:52:06Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=14618</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Свернутое приложение]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=132628#p132628" />
			<content type="html"><![CDATA[<p>А проще оно все равно не получится.</p>]]></content>
			<author>
				<name><![CDATA[svoboden]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34280</uri>
			</author>
			<updated>2019-03-01T16:52:06Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=132628#p132628</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Свернутое приложение]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=132612#p132612" />
			<content type="html"><![CDATA[<p><strong>svoboden</strong><br />Что-то слишком сложно выглядит)<br />Мне достаточно 1 символ каждую минуту писать, со своего аккаунта, и прав на канале нет.</p>]]></content>
			<author>
				<name><![CDATA[1337forward]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39989</uri>
			</author>
			<updated>2019-03-01T12:38:52Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=132612#p132612</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Свернутое приложение]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=132586#p132586" />
			<content type="html"><![CDATA[<p><a href="https://www.youtube.com/watch?v=A9xQZfVfJA8">https://www.youtube.com/watch?v=A9xQZfVfJA8</a>?</p>]]></content>
			<author>
				<name><![CDATA[svoboden]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34280</uri>
			</author>
			<updated>2019-02-28T22:19:15Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=132586#p132586</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Свернутое приложение]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=132573#p132573" />
			<content type="html"><![CDATA[<p>Тогда для начала вам нужно разобраться с командой WinGet. Посмотрите, что у вас в переменной Discord после её выполнения. Это можно сделать так:<br /></p><div class="codebox"><pre><code>MsgBox %Discord%</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2019-02-28T16:49:43Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=132573#p132573</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Свернутое приложение]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=132572#p132572" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong><br />Что-то такое накалякал, из того что прочитал в подобных темах, ниче не работает(<br />надо что-б отправлялось в чат слово &quot;exp&quot; раз в минуту</p><div class="codebox"><pre><code>WinGet, Discord
F1::   
ifWinActive, Discord       
Loop 50000  
{
   ControlSend,, EXP{enter}, ahk_id Discord
   Sleep 1000
}
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[1337forward]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39989</uri>
			</author>
			<updated>2019-02-28T16:45:29Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=132572#p132572</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Свернутое приложение]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=132571#p132571" />
			<content type="html"><![CDATA[<p><em>Чтобы</em> отправлять текст в свёрнутое приложение можно попробовать использовать ControlSend и SetTimer.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2019-02-28T15:49:37Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=132571#p132571</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Свернутое приложение]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=132568#p132568" />
			<content type="html"><![CDATA[<p>Что надо использовать что-бы работать с свернутым приложением?<br />Надо написать маленький скрипт, что-бы раз в минуту в свернутом приложение писалось сообщение</p>]]></content>
			<author>
				<name><![CDATA[1337forward]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39989</uri>
			</author>
			<updated>2019-02-28T15:24:53Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=132568#p132568</id>
		</entry>
</feed>
