<?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=16504&amp;type=atom" />
	<updated>2021-07-26T08:29:50Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=16504</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как сделать загрузку в GUI?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=149063#p149063" />
			<content type="html"><![CDATA[<p>Чтобы изменить текст контрола, используйте GuiControl.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2021-07-26T08:29:50Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=149063#p149063</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Как сделать загрузку в GUI?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=149062#p149062" />
			<content type="html"><![CDATA[<p>Как сделать чтобы число в %nvar% обновлялся?<br /></p><div class="codebox"><pre><code>!3::
Gui,Load:New, OwnerBinder
Gui,Load:Font, Bold cBlack, MS Sans Serif
Gui,Load:Add, Text, x13 y17 w120 h23 +0x200, Сохранение:%nvar%`%
Gui,Load:Font

Gui, Load:Show, w151 h61, Load
Loop
{
nvar+=1
}
return
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[~incognito]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41862</uri>
			</author>
			<updated>2021-07-26T03:04:54Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=149062#p149062</id>
		</entry>
</feed>
