<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Вывод клавиш введенный через Input в окно.(AHK)]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=13019&amp;type=atom" />
	<updated>2017-09-23T07:43:39Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=13019</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Вывод клавиш введенный через Input в окно.(AHK)]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=119513#p119513" />
			<content type="html"><![CDATA[<p><strong>shahlik002</strong><br />Спасибо</p>]]></content>
			<author>
				<name><![CDATA[aktor311]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=38738</uri>
			</author>
			<updated>2017-09-23T07:43:39Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=119513#p119513</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Вывод клавиш введенный через Input в окно.(AHK)]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=119503#p119503" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>Gui, Add, ListBox, x10 y10 w200 h240 vDm
Gui, Add, Button, y+ w200 h30 gКнопка1, Добавить цыфры
Gui, Show,,%A_ScriptName%
return

Кнопка1:
Input , Твои_цифры, L30, Esc
GuiControl,,Dm,%Твои_цифры%
return

GuiClose:
GuiEscape:
ExitApp</code></pre></div>]]></content>
			<author>
				<name><![CDATA[shahlik002]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=37352</uri>
			</author>
			<updated>2017-09-22T19:00:24Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=119503#p119503</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Вывод клавиш введенный через Input в окно.(AHK)]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=119482#p119482" />
			<content type="html"><![CDATA[<p><strong>ypppu</strong><br />Я хочу выводить введенные цифры через input в отдельное gui окно.<br />Можете дать какой нибудь простенький пример кода.</p>]]></content>
			<author>
				<name><![CDATA[aktor311]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=38738</uri>
			</author>
			<updated>2017-09-22T01:53:01Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=119482#p119482</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Вывод клавиш введенный через Input в окно.(AHK)]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=119466#p119466" />
			<content type="html"><![CDATA[<p>Для ввода ГК существует специальный элемент управления &quot;hotkey&quot;. Если я правильно понял, Вы будете нажимать клавиши на клавиатуре - в таком случае лучше вводить их не в стандартной форме Input, а в своём отдельном GUI-окошке, содержащем ЭУ &quot;hotkey&quot;.<br />Если всё-таки нужно вручную вводить коды клавиш, то пойдёт и Input. Для добавления в ListBox потребуется команда <em>GUIControl</em>.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2017-09-21T14:09:20Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=119466#p119466</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Вывод клавиш введенный через Input в окно.(AHK)]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=119464#p119464" />
			<content type="html"><![CDATA[<p>Код:<br /></p><div class="codebox"><pre><code>Gui, Add, ListBox, x22 y10 w150 h240 vDm, ListBox
Gui, Add, Button, x32 y260 w150 h30 , Button
Gui, Show, w479 h379, Untitled GUI
return
sc10::
Input, Dm, L30, Esc</code></pre></div><p>Я хочу сделать так, что бы клавиши, введенные через input (в моем случае цифры), выводились в ListBox, если то возможно.<br />Если нет, то в какие типы окон можно выводить клавиши, введенные через input?</p>]]></content>
			<author>
				<name><![CDATA[aktor311]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=38738</uri>
			</author>
			<updated>2017-09-21T13:29:03Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=119464#p119464</id>
		</entry>
</feed>
