<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK : Как сделать так, что бы кнопка не выходила за GUI]]></title>
		<link>http://forum.script-coding.com/viewtopic.php?id=12840</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=12840&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK : Как сделать так, что бы кнопка не выходила за GUI».]]></description>
		<lastBuildDate>Sun, 23 Jul 2017 12:57:00 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK : Как сделать так, что бы кнопка не выходила за GUI]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=117547#p117547</link>
			<description><![CDATA[<p>Ни тут надо задавать такой вопрос. В разделе Games тебе вряд ли чем помогут.</p>]]></description>
			<author><![CDATA[null@example.com (svoboden)]]></author>
			<pubDate>Sun, 23 Jul 2017 12:57:00 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=117547#p117547</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK : Как сделать так, что бы кнопка не выходила за GUI]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=117491#p117491</link>
			<description><![CDATA[<p>апдуте</p>]]></description>
			<author><![CDATA[null@example.com (MirchikAhtung)]]></author>
			<pubDate>Sat, 22 Jul 2017 22:27:37 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=117491#p117491</guid>
		</item>
		<item>
			<title><![CDATA[AHK : Как сделать так, что бы кнопка не выходила за GUI]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=117459#p117459</link>
			<description><![CDATA[<div class="fancy_spoiler_switcher"><div class="fancy_spoiler_switcher_header" data-lang-open="открыть спойлер" data-lang-close="скрыть спойлер"><strong>+</strong>&nbsp;открыть спойлер</div><div class="fancy_spoiler"><p>#NoEnv&nbsp; ; Recommended for performance and compatibility with future AutoHotkey releases.<br />; #Warn&nbsp; ; Enable warnings to assist with detecting common errors.<br />SendMode Input&nbsp; ; Recommended for new scripts due to its superior speed and reliability.<br />SetWorkingDir %A_ScriptDir%&nbsp; ; Ensures a consistent starting directory.<br />VarSetCapacity(pt,8)<br />Gui, +Hwndhgui -Caption +ToolWindow<br />Gui, Margin,0,0<br />Gui, Add, Checkbox, w200 h50 , Buttonsa</p><p>hParentWnd:=WinActive(&quot;A&quot;)<br />DllCall(&quot;GetCursorPos&quot;,&quot;uint&quot;,&amp;pt)<br />DllCall(&quot;ScreenToClient&quot;,&quot;uint&quot;,hParentWnd,&quot;uint&quot;,&amp;pt)<br />x = 500<br />y =&nbsp; 300<br />DllCall(&quot;SetParent&quot;,&quot;uint&quot;,hgui,&quot;uint&quot;,hParentWnd)<br />Gui, Show, x%x% y%y%<br />return</p><p>vk44:: <br />x += 20<br />Gui, Show, x%x% y%y%<br />return</p><p>vk41::<br />x -= 20<br />Gui, Show, x%x% y%y%<br />return</p><p>vk57::<br />y -= 20<br />Gui, Show, x%x% y%y%<br />return</p><p>vk53::<br />y += 20<br />Gui, Show, x%x% y%y%<br />return</p></div></div><p>Как сделать, что бы когда чекбокс упирался в конец окна, он НЕ ВЫХОДИЛ ЗА НЕГО. (Самого гуи в коде нет, но кнопка ВЫХОДИТ ЗА НЕГО.)</p><p>(Чуть позже я попробывал вставить гуи, но этот чекбокс становился им и принимал размер гуи.. И крч само окно двигалось, а чекбокса там не было - ХЕЛП)</p>]]></description>
			<author><![CDATA[null@example.com (MirchikAhtung)]]></author>
			<pubDate>Sat, 22 Jul 2017 10:02:55 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=117459#p117459</guid>
		</item>
	</channel>
</rss>
