<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Gui & qr сканер]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=13951&amp;type=atom" />
	<updated>2018-07-17T14:00:18Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=13951</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Gui & qr сканер]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=127117#p127117" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>inseption86 пишет:</cite><blockquote><p>Gui, помощь!</p></blockquote></div><p>А чего такое название неоригинальное? Назвали бы &quot;Gui, спасите, помогите, убивают!!!&quot;, тогда точно кто-то поможет.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2018-07-17T14:00:18Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=127117#p127117</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Gui & qr сканер]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=127116#p127116" />
			<content type="html"><![CDATA[<p>Всем привет, имею сканер для чтения QR кодов, в коде записан батник, например C:\Users\Desktop\1.bat. Всё отлично работает, но возникает проблема с запуском скрипта, возможно ли сделать чтобы в&nbsp; gui окно будут поступать все команды со сканера, даже когда оно будет неактивным, или возможно его сделать всегда активным?&nbsp; Заранее спасибо!<br /></p><div class="codebox"><pre><code>
SendMessage, 0x50,, 0x4090409,, A ; English

Gui, +AlwaysOnTop +LastFound +ToolWindow 
Gui, Add, Edit, Password x2 y9 w270 h20 vtest1, %password%

gui, add, button, Default,GO
WinSet, TransColor, %CustomColor% 100
Gui, Show, w278 h36, InputBox 
return

ButtonGO:
gui, submit, nohide
Run % LTrim(test1, &quot;start &quot;&quot; /min &quot;),,hide
send ^{A}
;qGui, Destroy
return
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[inseption86]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=38818</uri>
			</author>
			<updated>2018-07-17T13:50:27Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=127116#p127116</id>
		</entry>
</feed>
