<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Писать каждые 5 секунд выбранное слово]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=16689&amp;type=atom" />
	<updated>2021-10-28T11:42:37Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=16689</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Писать каждые 5 секунд выбранное слово]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=150261#p150261" />
			<content type="html"><![CDATA[<p><strong>oleroler</strong>, как-то так:<br /></p><div class="codebox"><pre><code>#SingleInstance, force
Gui, Add, Edit, x46 y37 w190 h30 vptext1,
Gui, Add, Button, x246 y37 w90 h30 , Run

Gui, Show, w368 h98, Повтор слова
return

ButtonRun:

GuiControlGet, ptext1
	x = %ptext1%
	SetTimer, addtext, 5000
return

addtext:
	send, %x%
return

GuiClose:
ExitApp</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Alexey_cake]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42025</uri>
			</author>
			<updated>2021-10-28T11:42:37Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=150261#p150261</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Писать каждые 5 секунд выбранное слово]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=150260#p150260" />
			<content type="html"><![CDATA[<p><strong>oleroler</strong>, даже исходя из моих весьма поверхностных познаний об AHK, ответ утвердительный. Так что дерзайте, изучайте это средство.</p>]]></content>
			<author>
				<name><![CDATA[Мальчик-гей]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30832</uri>
			</author>
			<updated>2021-10-28T11:10:32Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=150260#p150260</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Писать каждые 5 секунд выбранное слово]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=150259#p150259" />
			<content type="html"><![CDATA[<p>Здраствуйте!</p><p>Я новичок в писании скриптов и мне бы хотелось сделать скрипт который будет вызывать окно GUI в котором нужно будет указать текст который скрипт будет писать каждые 5 секунд.</p><p>Возможно ли как ни будь реализовать это?</p>]]></content>
			<author>
				<name><![CDATA[oleroler]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42084</uri>
			</author>
			<updated>2021-10-28T10:23:13Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=150259#p150259</id>
		</entry>
</feed>
