<?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=5684&amp;type=atom" />
	<updated>2011-04-01T19:04:45Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=5684</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Удаление элемента с формы]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=47281#p47281" />
			<content type="html"><![CDATA[<p>Спасибо большое!<br />Поставил переменную не там.</p>]]></content>
			<author>
				<name><![CDATA[G0r]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26621</uri>
			</author>
			<updated>2011-04-01T19:04:45Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=47281#p47281</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Удаление элемента с формы]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=47279#p47279" />
			<content type="html"><![CDATA[<p>Я сейчас у себя запустил все работает на таком примере.<br /></p><div class="codebox"><pre><code>Gui, add, text, vmytext, qweqweqwe
gui, show
p::GuiControl, , mytext, qqq</code></pre></div>]]></content>
			<author>
				<name><![CDATA[ilya20069]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26683</uri>
			</author>
			<updated>2011-04-01T19:00:53Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=47279#p47279</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Удаление элемента с формы]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=47278#p47278" />
			<content type="html"><![CDATA[<p>Изменений нету. Текс бокс не изменяется.</p>]]></content>
			<author>
				<name><![CDATA[G0r]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26621</uri>
			</author>
			<updated>2011-04-01T18:56:33Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=47278#p47278</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Удаление элемента с формы]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=47277#p47277" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>GuiControl, , Переменная_текстбокса, Новый текст</code></pre></div><p>Это на изменение. <a href="http://www.autohotkey.com/docs/commands/GuiControl.htm">Вот</a> ссылка на справку<br /></p><div class="codebox"><pre><code>Gui, Add, Text, x16 y20 w150 h30 vMyText, Text
GuiControl, , Mytext, Новый текст</code></pre></div><p>Вот так, хотя это может быть некошерно.</p>]]></content>
			<author>
				<name><![CDATA[ilya20069]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26683</uri>
			</author>
			<updated>2011-04-01T18:39:24Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=47277#p47277</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Удаление элемента с формы]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=47276#p47276" />
			<content type="html"><![CDATA[<p>Здравствуйте. Такая проблема:<br />Имеется форма, с которой нужно удалять элемент. Подскажите, как такое реализовать?<br />Нужно, что-бы при нажатии на кнопку, происходило удаления элемента Text.<br /></p><div class="codebox"><pre><code>Gui, Add, Text, x16 y20 w150 h30 , Text
Gui, Add, Button, x26 y110 w150 h40 gdel, Button
Gui, Show, x131 y91 h159 w221, New GUI Window
return

del:
{Функция удаления с формы}
return</code></pre></div><p>И если никак, тогда еще вопрос - как заменить содержание элемента text?</p>]]></content>
			<author>
				<name><![CDATA[G0r]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26621</uri>
			</author>
			<updated>2011-04-01T16:46:29Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=47276#p47276</id>
		</entry>
</feed>
