<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Вывод клавиш введенный через Input в окно.(AHK)]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=13019</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=13019&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Вывод клавиш введенный через Input в окно.(AHK)».]]></description>
		<lastBuildDate>Sat, 23 Sep 2017 07:43:39 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Вывод клавиш введенный через Input в окно.(AHK)]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=119513#p119513</link>
			<description><![CDATA[<p><strong>shahlik002</strong><br />Спасибо</p>]]></description>
			<author><![CDATA[null@example.com (aktor311)]]></author>
			<pubDate>Sat, 23 Sep 2017 07:43:39 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=119513#p119513</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Вывод клавиш введенный через Input в окно.(AHK)]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=119503#p119503</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (shahlik002)]]></author>
			<pubDate>Fri, 22 Sep 2017 19:00:24 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=119503#p119503</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Вывод клавиш введенный через Input в окно.(AHK)]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=119482#p119482</link>
			<description><![CDATA[<p><strong>ypppu</strong><br />Я хочу выводить введенные цифры через input в отдельное gui окно.<br />Можете дать какой нибудь простенький пример кода.</p>]]></description>
			<author><![CDATA[null@example.com (aktor311)]]></author>
			<pubDate>Fri, 22 Sep 2017 01:53:01 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=119482#p119482</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Вывод клавиш введенный через Input в окно.(AHK)]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=119466#p119466</link>
			<description><![CDATA[<p>Для ввода ГК существует специальный элемент управления &quot;hotkey&quot;. Если я правильно понял, Вы будете нажимать клавиши на клавиатуре - в таком случае лучше вводить их не в стандартной форме Input, а в своём отдельном GUI-окошке, содержащем ЭУ &quot;hotkey&quot;.<br />Если всё-таки нужно вручную вводить коды клавиш, то пойдёт и Input. Для добавления в ListBox потребуется команда <em>GUIControl</em>.</p>]]></description>
			<author><![CDATA[null@example.com (ypppu)]]></author>
			<pubDate>Thu, 21 Sep 2017 14:09:20 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=119466#p119466</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Вывод клавиш введенный через Input в окно.(AHK)]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=119464#p119464</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (aktor311)]]></author>
			<pubDate>Thu, 21 Sep 2017 13:29:03 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=119464#p119464</guid>
		</item>
	</channel>
</rss>
