<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; Как передвинуть MsgBox?]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=10638&amp;type=atom" />
	<updated>2015-05-12T03:41:48Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=10638</id>
		<entry>
			<title type="html"><![CDATA[Re: Как передвинуть MsgBox?]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=93905#p93905" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>
SetTimer, timer1
MsgBox,, Заголовок, Текст
Return

timer1:
IfWinExist, Заголовок
{
   WinActivate
   WinMove, 40,40
}
Return
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[YMP]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=81</uri>
			</author>
			<updated>2015-05-12T03:41:48Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=93905#p93905</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Как передвинуть MsgBox?]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=93903#p93903" />
			<content type="html"><![CDATA[<p>Как обозначить правильно MsgBox, чтобы передвинуть?</p><p>Пробовал по разному, в часности так:<br /></p><div class="codebox"><pre><code>MsgBox, Окно

IfWinExist, MsgBox
{
   WinActivate
   WinMove, 40,40
   return
}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[kamenschik]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=32788</uri>
			</author>
			<updated>2015-05-11T20:13:15Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=93903#p93903</id>
		</entry>
</feed>
