<?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=5281&amp;type=atom" />
	<updated>2010-12-17T21:30:21Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=5281</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Потоки]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=42859#p42859" />
			<content type="html"><![CDATA[<p>Спасибо!</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2010-12-17T21:30:21Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=42859#p42859</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Потоки]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=42858#p42858" />
			<content type="html"><![CDATA[<p>Главное, что получается! <img src="//forum.script-coding.com/img/smilies/big_smile.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2010-12-17T21:20:29Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=42858#p42858</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Потоки]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=42857#p42857" />
			<content type="html"><![CDATA[<p>Как так получается? <img src="//forum.script-coding.com/img/smilies/yikes.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2010-12-17T21:17:04Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=42857#p42857</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Потоки]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=42856#p42856" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>ypppu пишет:</cite><blockquote><div class="codebox"><pre><code>#singleinstance, force

soundplay, *48 
sleep, 500
settimer, beep,-1
sleep, 500
soundplay, *16
return

beep:
soundbeep, 1000, 100
sleep, 5000
return

Esc::ExitApp</code></pre></div></blockquote></div><p>Можно так:<br /></p><div class="codebox"><pre><code>#singleinstance, force

soundplay, *48 
sleep, 500
settimer, beep1,-1
settimer, beep2,-1
return

beep1:
soundbeep, 1000, 100
sleep, 5000
return

beep2:
soundplay, *16
Return

Esc::ExitApp</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2010-12-17T21:03:54Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=42856#p42856</id>
		</entry>
</feed>
