<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Двигать окно GUI, но чтобы не было верхней панели]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=17378&amp;type=atom" />
	<updated>2022-09-20T18:36:39Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=17378</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Двигать окно GUI, но чтобы не было верхней панели]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=154826#p154826" />
			<content type="html"><![CDATA[<p><strong>ypppu</strong><br />Супер, спасибо большое, то что нужно!</p>]]></content>
			<author>
				<name><![CDATA[jbn238]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42492</uri>
			</author>
			<updated>2022-09-20T18:36:39Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=154826#p154826</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Двигать окно GUI, но чтобы не было верхней панели]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=154825#p154825" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>ypppu пишет:</cite><blockquote><div class="codebox"><pre><code>OnMessage(0x003, &quot;WM_MOVE&quot;)</code></pre></div></blockquote></div><p>Это не надо.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2022-09-20T18:32:49Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=154825#p154825</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Двигать окно GUI, но чтобы не было верхней панели]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=154822#p154822" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>Gui, -Caption -Border 
Gui, Add, Button,, TestButton
GUI, Show, w300 h200

OnMessage(0x201, &quot;WM_LBUTTONDOWN&quot;)
OnMessage(0x003, &quot;WM_MOVE&quot;)
WM_LBUTTONDOWN()
{
   PostMessage, WM_NCLBUTTONDOWN := 0xA1, HTCAPTION := 2
}
Return
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2022-09-20T18:25:42Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=154822#p154822</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Двигать окно GUI, но чтобы не было верхней панели]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=154821#p154821" />
			<content type="html"><![CDATA[<p>Здравствуйте, хочу чтобы моё окно в GUI было без верхней панели, где располагаются кнопки &quot;закрыть, свернуть&quot;, но при этом чтобы это окно, можно было перемещать. Чтобы в любом месте окна можно было удержать мышку и переместить. Помогите, пожалуйста.</p>]]></content>
			<author>
				<name><![CDATA[jbn238]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42492</uri>
			</author>
			<updated>2022-09-20T17:42:48Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=154821#p154821</id>
		</entry>
</feed>
