<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; Как вывести несколько окон MsgBox одновременно?]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=14380</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=14380&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «Как вывести несколько окон MsgBox одновременно?».]]></description>
		<lastBuildDate>Fri, 07 Dec 2018 20:51:25 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Как вывести несколько окон MsgBox одновременно?]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=130289#p130289</link>
			<description><![CDATA[<p>Вот. Только не хулиганьте.</p><div class="codebox"><pre><code>Option Explicit

Dim oWshShell, oWshProcEnv, sMsg

Set oWshShell = CreateObject(&quot;WScript.Shell&quot;)
Set oWshProcEnv = oWshShell.Environment(&quot;process&quot;)
sMsg = oWshProcEnv.Item(&quot;msg&quot;)
If sMsg &lt;&gt; &quot;&quot; Then
	MsgBox sMsg
	WScript.Quit
End If

&#039; здесь располагается основной код

ShowMsg &quot;Test1&quot;
ShowMsg &quot;Test2&quot;
ShowMsg &quot;Test3&quot;

Sub ShowMsg(sText)
	oWshProcEnv.Item(&quot;msg&quot;) = sText
	oWshShell.Run &quot;&quot;&quot;&quot; &amp; WScript.FullName &amp; &quot;&quot;&quot; &quot;&quot;&quot; &amp; WScript.ScriptFullName &amp; &quot;&quot;&quot;&quot;, , False
	oWshProcEnv.Item(&quot;msg&quot;) = &quot;&quot;
End Sub
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (omegastripes)]]></author>
			<pubDate>Fri, 07 Dec 2018 20:51:25 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=130289#p130289</guid>
		</item>
		<item>
			<title><![CDATA[Re: Как вывести несколько окон MsgBox одновременно?]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=130231#p130231</link>
			<description><![CDATA[<div class="quotebox"><cite>Raikoho пишет:</cite><blockquote><p>Допустим, сделать несколько окон с &quot;ошибоками&quot; подряд</p></blockquote></div><p>Чтобы пользователь «захлебнулся» в потоке сообщений, заполонивших экран?</p><p>Я же пишу — это не задача. Это выбранный Вами метод решения неизвестной нам задачи.</p>]]></description>
			<author><![CDATA[null@example.com (alexii)]]></author>
			<pubDate>Tue, 04 Dec 2018 23:03:09 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=130231#p130231</guid>
		</item>
		<item>
			<title><![CDATA[Re: Как вывести несколько окон MsgBox одновременно?]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=130226#p130226</link>
			<description><![CDATA[<p>ну вот именно такая задача. Звучит странно, но мне очень нужно... Допустим, сделать несколько окон с &quot;ошибоками&quot; подряд <strong>alexii</strong></p>]]></description>
			<author><![CDATA[null@example.com (Raikoho)]]></author>
			<pubDate>Tue, 04 Dec 2018 20:21:32 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=130226#p130226</guid>
		</item>
		<item>
			<title><![CDATA[Re: Как вывести несколько окон MsgBox одновременно?]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=130220#p130220</link>
			<description><![CDATA[<div class="quotebox"><cite>Raikoho пишет:</cite><blockquote><p> А нужно чтобы они (n-е количество) были на экране одновременно.</p></blockquote></div><p>Именно MessageBox — никак.</p><p>А Вам зачем? Опишите саму задачу, а не выбранный метод решения.</p>]]></description>
			<author><![CDATA[null@example.com (alexii)]]></author>
			<pubDate>Tue, 04 Dec 2018 17:04:19 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=130220#p130220</guid>
		</item>
		<item>
			<title><![CDATA[Как вывести несколько окон MsgBox одновременно?]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=130218#p130218</link>
			<description><![CDATA[<p>Пытался выводить через отдельные переменные, но все равно последующие окна появляются только когда повзаимодействовал с предыдущим. А нужно чтобы они (n-е количество) были на экране одновременно. Подскажите, пожалуйста.</p>]]></description>
			<author><![CDATA[null@example.com (Raikoho)]]></author>
			<pubDate>Tue, 04 Dec 2018 16:31:16 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=130218#p130218</guid>
		</item>
	</channel>
</rss>
