<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Как сделать, чтобы MsgBox автоматически закрывался.]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=13882</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=13882&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Как сделать, чтобы MsgBox автоматически закрывался.».]]></description>
		<lastBuildDate>Sun, 24 Jun 2018 20:11:36 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Как сделать, чтобы MsgBox автоматически закрывался.]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=126411#p126411</link>
			<description><![CDATA[<p>Спасибо большое за помощь! Отблагодарил <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /></p>]]></description>
			<author><![CDATA[null@example.com (ya.okayad)]]></author>
			<pubDate>Sun, 24 Jun 2018 20:11:36 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=126411#p126411</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Как сделать, чтобы MsgBox автоматически закрывался.]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=126410#p126410</link>
			<description><![CDATA[<p><strong>ya.okayad</strong></p><div class="codebox"><pre><code>MsgBox,0, Заголовок, Текст, 3</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (inseption86)]]></author>
			<pubDate>Sun, 24 Jun 2018 20:07:04 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=126410#p126410</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Как сделать, чтобы MsgBox автоматически закрывался.]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=126409#p126409</link>
			<description><![CDATA[<p>Можете пожалуйста привести на примере кода ? Мне так проще разобраться.</p>]]></description>
			<author><![CDATA[null@example.com (ya.okayad)]]></author>
			<pubDate>Sun, 24 Jun 2018 20:02:23 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=126409#p126409</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Как сделать, чтобы MsgBox автоматически закрывался.]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=126406#p126406</link>
			<description><![CDATA[<p><a href="https://autohotkey.com/docs/commands/MsgBox.htm">MsgBox.htm</a><br />MsgBox [, Options, Title, Text, <strong>Timeout</strong>]</p>]]></description>
			<author><![CDATA[null@example.com (MandarinKa02)]]></author>
			<pubDate>Sun, 24 Jun 2018 19:47:19 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=126406#p126406</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Как сделать, чтобы MsgBox автоматически закрывался.]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=126405#p126405</link>
			<description><![CDATA[<p>Всем здравствуйте! Пишу скрипт, и у меня возникла проблема с закрытием окна MsgBox, данное действие я хочу автоматизировать, чтобы скрипт закрывал это окно через 2-5 секунд, после его появления. </p><br /><div class="codebox"><pre><code>F1::

Loop,

{

ImageSearch, xp, yp, 134, 344, 904, 387, *50 ffanta6.png

if !ErrorLevel

Break

else

MsgBox, Окно не обнаружено. 

Return

}

MsgBox, Окно обнаружено.

SendInput {vkA2} + {F5}

Sleep 1500

SendInput {vk70}

Return

F10::ExitApp

F12::Suspend, Toggle</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (ya.okayad)]]></author>
			<pubDate>Sun, 24 Jun 2018 19:43:41 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=126405#p126405</guid>
		</item>
	</channel>
</rss>
