<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Передвинуть окно с помощью Progress Bar.]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=14531&amp;type=atom" />
	<updated>2019-01-30T16:37:09Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=14531</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Передвинуть окно с помощью Progress Bar.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=131787#p131787" />
			<content type="html"><![CDATA[<p><strong>serzh82saratov</strong>, спасибо огромное!</p>]]></content>
			<author>
				<name><![CDATA[morgan]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39372</uri>
			</author>
			<updated>2019-01-30T16:37:09Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=131787#p131787</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Передвинуть окно с помощью Progress Bar.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=131786#p131786" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>OnMessage(0x201, &quot;WM_LBUTTONDOWN&quot;)

Gui, +HWNDhGui
Gui, color, black
Gui, Add, Progress, x-8 y-1 hwndhCaption w560 h30, 100
Gui, Show, w540 h305, % title_ui
WinSet, Style, -0xC00000, A
Gui, Show, w540 h305, zagolovok
return


WM_LBUTTONDOWN(wParam, lParam, msg, hwnd) {
	Global hCaption, hGui 
	If (hwnd = hCaption)
		PostMessage, 0xA1, 2,,,ahk_id %hGui%
}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2019-01-30T16:34:02Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=131786#p131786</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Передвинуть окно с помощью Progress Bar.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=131785#p131785" />
			<content type="html"><![CDATA[<p><strong>Здравствуйте, коллеги</strong>.<br />При создании окна я столкнулся с проблемой.<br />Я выдал окну следующий стиль.</p><div class="codebox"><pre><code>WinSet, Style, -0xC00000, A</code></pre></div><p>(должен пропасть заголовок окна).</p><div class="codebox"><pre><code>Gui, color, black
Gui, Add, Progress, x-8 y-1 w560 h30, 100
Gui, Show, w540 h305, zagolovok
WinSet, Style, -0xC00000, A
Gui, Show, w540 h305, zagolovok</code></pre></div><p>Ну вот, теперь хочу, чтобы при нажатии на Progress Bar, окно передвигалось за мышкой.</p>]]></content>
			<author>
				<name><![CDATA[morgan]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39372</uri>
			</author>
			<updated>2019-01-30T16:29:44Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=131785#p131785</id>
		</entry>
</feed>
