<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Как сделать, чтобы MsgBox автоматически закрывался.]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=13882&amp;type=atom" />
	<updated>2018-06-24T20:11:36Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=13882</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как сделать, чтобы MsgBox автоматически закрывался.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=126411#p126411" />
			<content type="html"><![CDATA[<p>Спасибо большое за помощь! Отблагодарил <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[ya.okayad]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39346</uri>
			</author>
			<updated>2018-06-24T20:11:36Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=126411#p126411</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как сделать, чтобы MsgBox автоматически закрывался.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=126410#p126410" />
			<content type="html"><![CDATA[<p><strong>ya.okayad</strong></p><div class="codebox"><pre><code>MsgBox,0, Заголовок, Текст, 3</code></pre></div>]]></content>
			<author>
				<name><![CDATA[inseption86]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=38818</uri>
			</author>
			<updated>2018-06-24T20:07:04Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=126410#p126410</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как сделать, чтобы MsgBox автоматически закрывался.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=126409#p126409" />
			<content type="html"><![CDATA[<p>Можете пожалуйста привести на примере кода ? Мне так проще разобраться.</p>]]></content>
			<author>
				<name><![CDATA[ya.okayad]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39346</uri>
			</author>
			<updated>2018-06-24T20:02:23Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=126409#p126409</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как сделать, чтобы MsgBox автоматически закрывался.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=126406#p126406" />
			<content type="html"><![CDATA[<p><a href="https://autohotkey.com/docs/commands/MsgBox.htm">MsgBox.htm</a><br />MsgBox [, Options, Title, Text, <strong>Timeout</strong>]</p>]]></content>
			<author>
				<name><![CDATA[MandarinKa02]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34409</uri>
			</author>
			<updated>2018-06-24T19:47:19Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=126406#p126406</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Как сделать, чтобы MsgBox автоматически закрывался.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=126405#p126405" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[ya.okayad]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39346</uri>
			</author>
			<updated>2018-06-24T19:43:41Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=126405#p126405</id>
		</entry>
</feed>
