<?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=16474&amp;type=atom" />
	<updated>2021-07-07T14:34:06Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=16474</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Нажатие клавиши в определённо точное время]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=148893#p148893" />
			<content type="html"><![CDATA[<p><strong>__Михаил__</strong>, не могли бы потерпеть, пока оформление будет исправлено?<br /></p><div class="quotebox"><cite>Правила форума пишет:</cite><blockquote><p><span style="color: red">Крайне нежелательно отвечать в темах, оформленных неправильно!</span></p></blockquote></div><p>Не первый раз уже обращаю ваше внимание.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2021-07-07T14:34:06Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=148893#p148893</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Нажатие клавиши в определённо точное время]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=148892#p148892" />
			<content type="html"><![CDATA[<p>Я бы SetTimer использовал, он более точный чем Sleep.</p>]]></content>
			<author>
				<name><![CDATA[__Михаил__]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40928</uri>
			</author>
			<updated>2021-07-07T14:30:02Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=148892#p148892</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Нажатие клавиши в определённо точное время]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=148888#p148888" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>adecadans пишет:</cite><blockquote><p>Ошибки поправил</p></blockquote></div><p>Но новых умудрились наделать. Ознакомьтесь, пожалуйста, с <a href="https://forum.script-coding.com/misc.php?action=rules">правилами</a>, отредактируйте свой пост. Обратите внимание на оформление кода и точки в конце предложений.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2021-07-07T11:48:49Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=148888#p148888</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Нажатие клавиши в определённо точное время]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=148886#p148886" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>teadrinker пишет:</cite><blockquote><div class="quotebox"><cite>adecadans пишет:</cite><blockquote><p>AHK: Нажатие клавиши в определённо точное время | Помогите</p></blockquote></div><p>Да, и последнее слово здесь явно <a href="http://forum.script-coding.com/viewtopic.php?id=5421">лишнее</a>, мы же не на пляже. <img src="//forum.script-coding.com/img/smilies/wink.png" width="15" height="15" /></p></blockquote></div><p>Ошибки поправил, спасибо!</p>]]></content>
			<author>
				<name><![CDATA[adecadans]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41854</uri>
			</author>
			<updated>2021-07-07T11:16:28Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=148886#p148886</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Нажатие клавиши в определённо точное время]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=148885#p148885" />
			<content type="html"><![CDATA[<p>Хорошо, приношу свои извинения<br />Внизу прикладываю АХК скрипт с которым пытаюсь разобраться, данный скрипт позволяет эмулировать нажатие клавиши в определённое время, но почему то он делает это не совсем точно, вопрос в том возможно ли сделать так чтоб он ориентировался на время прямо с сервера, а не с моего компьютера</p><p>Gui Add, Text,, Время действия:<br />Gui Add, DateTime, vDateTime, yyyy-MM-dd HH:mm:ss<br />Gui Add, Button, Section Default gAction, OK<br />Gui Add, Button, YS gExitApp, Отмена<br />Gui Show<br />Exit</p><p>Action:<br />Gui Submit, NoHide<br />DelayInSeconds = %DateTime%<br />EnvSub DelayInSeconds, A_Now, seconds<br />IfLess DelayInSeconds, 0, {<br />&nbsp; MsgBox Выбрано значение в прошлом!<br />&nbsp; Exit<br />}<br />Gui Destroy<br />Sleep DelayInSeconds * 1000<br />SendInput {enter}</p><p>GuiClose:<br />GuiEscape:<br />ExitApp:<br />ExitApp</p>]]></content>
			<author>
				<name><![CDATA[adecadans]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41854</uri>
			</author>
			<updated>2021-07-07T11:15:20Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=148885#p148885</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Нажатие клавиши в определённо точное время]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=148884#p148884" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>adecadans пишет:</cite><blockquote><p>AHK: Нажатие клавиши в определённо точное время | Помогите</p></blockquote></div><p>Да, и последнее слово здесь явно <a href="http://forum.script-coding.com/viewtopic.php?id=5421">лишнее</a>, мы же не на пляже. <img src="//forum.script-coding.com/img/smilies/wink.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>2021-07-07T11:12:42Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=148884#p148884</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Нажатие клавиши в определённо точное время]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=148883#p148883" />
			<content type="html"><![CDATA[<p><strong>adecadans</strong>, добро пожаловать на форум!<br />У нас не очень любят, когда вопросы задаются в форме ТЗ, в таком случае вам скорее всего предложат создать пост в Коммерческом разделе. Если хотите получать внятные ответы, задавайте вопросы более конкретно (а не мне нужен скрипт, который будет делать то-то и то-то), покажите код, демонстрирующий, как пытались разобраться самостоятельно, и руководствуйтесь правилом &quot;одна тема — один вопрос&quot;.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2021-07-07T11:08:08Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=148883#p148883</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Нажатие клавиши в определённо точное время]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=148881#p148881" />
			<content type="html"><![CDATA[<p>Здравствуйте, я ещё совсем новичок и сразу же хочу извиниться за свою неграмотность в вопросах AHK, я хотел бы попросить помощи у товарищей постарше и поумнее в этом вопросе, мне нужен АХК скрипт который мог бы нажимать клавишу Enter в определённое время сам, желательно чтоб время бралось не с компьютера, а с интернет сервера, но и с компьютера тоже пойдёт. Ещё хорошо бы если бы это всё работало без задержки либо с настраиваемой задержкой, возможно ли такое господа? Заранее спасибо!</p>]]></content>
			<author>
				<name><![CDATA[adecadans]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41854</uri>
			</author>
			<updated>2021-07-07T10:34:34Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=148881#p148881</id>
		</entry>
</feed>
