<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Как присвоить переменные элементам Edit.]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=16171&amp;type=atom" />
	<updated>2021-03-11T13:41:38Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=16171</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как присвоить переменные элементам Edit.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=146730#p146730" />
			<content type="html"><![CDATA[<p>Прочитайте в справке GUI, Submit. И поищите по этим же словам по форуму.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2021-03-11T13:41:38Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=146730#p146730</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Как присвоить переменные элементам Edit.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=146727#p146727" />
			<content type="html"><![CDATA[<p>AHK.Как присвоить переменные элементам Edit. Чтобы при заполнении полей итх данные считывались из переменных и ими можно было бы оперировать?</p><div class="codebox"><pre><code>Gui, Add, Edit, x42 y29 w100 h30, Var1

Gui, Add, Edit, x222 y29 w100 h30 , Var2

Gui, Show, w479 h379, Untitled GUI
z::
{
MsgBox, %Var1%, %Var2%
}
return
GuiClose:
ExitApp
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[sega.83]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40132</uri>
			</author>
			<updated>2021-03-11T07:25:52Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=146727#p146727</id>
		</entry>
</feed>
