<?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>http://forum.script-coding.com/viewtopic.php?id=10638</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=10638&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «Как передвинуть MsgBox?».]]></description>
		<lastBuildDate>Tue, 12 May 2015 03:41:48 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Как передвинуть MsgBox?]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=93905#p93905</link>
			<description><![CDATA[<div class="codebox"><pre><code>
SetTimer, timer1
MsgBox,, Заголовок, Текст
Return

timer1:
IfWinExist, Заголовок
{
   WinActivate
   WinMove, 40,40
}
Return
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (YMP)]]></author>
			<pubDate>Tue, 12 May 2015 03:41:48 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=93905#p93905</guid>
		</item>
		<item>
			<title><![CDATA[Как передвинуть MsgBox?]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=93903#p93903</link>
			<description><![CDATA[<p>Как обозначить правильно MsgBox, чтобы передвинуть?</p><p>Пробовал по разному, в часности так:<br /></p><div class="codebox"><pre><code>MsgBox, Окно

IfWinExist, MsgBox
{
   WinActivate
   WinMove, 40,40
   return
}</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (kamenschik)]]></author>
			<pubDate>Mon, 11 May 2015 20:13:15 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=93903#p93903</guid>
		</item>
	</channel>
</rss>
