<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Убрать заголовок окна.]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=14110&amp;type=atom" />
	<updated>2018-08-31T19:25:05Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=14110</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Убрать заголовок окна.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=128374#p128374" />
			<content type="html"><![CDATA[<p><strong>ypppu</strong> </p><div class="quotebox"><blockquote><p>Покажу на примере OBS.</p></blockquote></div><p> - я не счёл это, как &quot;другая программа&quot;. Но кто знает, тут 50\50. Автор не ясно выразил свои мысли.</p>]]></content>
			<author>
				<name><![CDATA[Vitalkerrain]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39447</uri>
			</author>
			<updated>2018-08-31T19:25:05Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=128374#p128374</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Убрать заголовок окна.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=128367#p128367" />
			<content type="html"><![CDATA[<p>По-моему, речь идёт об окне сторонней программы, а не GUI Autohotkey.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2018-08-31T15:20:59Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=128367#p128367</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Убрать заголовок окна.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=128365#p128365" />
			<content type="html"><![CDATA[<p>Что то вы усложняете жизнь человеку. Команда </p><div class="codebox"><pre><code>Gui, -Caption</code></pre></div><p> скроет. Вот пример</p><div class="codebox"><pre><code>Gui, -Caption
Gui, Add, GroupBox,            w476 h90            , Первая координата 
Gui, Add, Button,  xp14  yp+20 w90         , Второй
Gui, Add, Edit,    x+14  yp    w240     , Третий
Gui, Color, c629DAC
Gui, Add, Button,  x+14  yp    w90      , Четвёртый
Gui, Add, Button,  xs+14 y+8   w160  	, Пятый
Gui, Show, w500 h190
return

GuiEscape:
GuiClose: 
ExitApp</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Vitalkerrain]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39447</uri>
			</author>
			<updated>2018-08-31T14:51:30Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=128365#p128365</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Убрать заголовок окна.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=128240#p128240" />
			<content type="html"><![CDATA[<p>То же по-русски: <a href="http://www.script-coding.com/AutoHotkey/WinSet.html">http://www.script-coding.com/AutoHotkey/WinSet.html</a><br /></p><div class="codebox"><pre><code>WinSet, Style, -0xC00000, A ; Удаляет полосу заголовка у активного окна (WS_CAPTION)</code></pre></div>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2018-08-24T17:44:00Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=128240#p128240</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Убрать заголовок окна.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=128239#p128239" />
			<content type="html"><![CDATA[<p>С каким еще GUI интерфейсом? Вот пример:<br /></p><div class="codebox"><pre><code>+1::
WinSet, Style, -0xC00000, A
return

+2::
WinSet, Style, +0xC00000, A
return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[svoboden]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34280</uri>
			</author>
			<updated>2018-08-24T17:35:01Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=128239#p128239</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Убрать заголовок окна.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=128238#p128238" />
			<content type="html"><![CDATA[<p><strong>svoboden</strong>, не могу разобраться.<br />Код можно? С GUI интерфейсом.</p>]]></content>
			<author>
				<name><![CDATA[morgan]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39372</uri>
			</author>
			<updated>2018-08-24T17:29:06Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=128238#p128238</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Убрать заголовок окна.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=128237#p128237" />
			<content type="html"><![CDATA[<p><a href="https://autohotkey.com/docs/commands/WinSet.htm">https://autohotkey.com/docs/commands/WinSet.htm</a>.</p>]]></content>
			<author>
				<name><![CDATA[svoboden]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34280</uri>
			</author>
			<updated>2018-08-24T17:09:19Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=128237#p128237</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Убрать заголовок окна.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=128235#p128235" />
			<content type="html"><![CDATA[<p>Здравствуйте, подскажите, возможно ли убрать заголовок окна?<br />Сейчас подробнее объясню. Покажу на примере OBS.</p><p>- Я хочу убрать выделенный участок...</p><p><span class="postimg"><img src="https://i.imgur.com/xSxKDxy.png" alt="https://i.imgur.com/xSxKDxy.png" /></span></p><p>- ... Чтобы получилось примерно так.</p><p><span class="postimg"><img src="https://i.imgur.com/2Jd86mk.png" alt="https://i.imgur.com/2Jd86mk.png" /></span></p><br /><p>Заранее, спасибо :3</p>]]></content>
			<author>
				<name><![CDATA[morgan]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39372</uri>
			</author>
			<updated>2018-08-24T16:53:04Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=128235#p128235</id>
		</entry>
</feed>
