<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Бинды Hotkey]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=15646&amp;type=atom" />
	<updated>2020-09-04T11:33:30Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=15646</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Бинды Hotkey]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=141985#p141985" />
			<content type="html"><![CDATA[<p>вопрос решен ошибки найдены</p>]]></content>
			<author>
				<name><![CDATA[Romeo85]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41037</uri>
			</author>
			<updated>2020-09-04T11:33:30Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=141985#p141985</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Бинды Hotkey]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=141984#p141984" />
			<content type="html"><![CDATA[<p>подскажите как переменную запихнуть в MyLabel?<br /></p><div class="codebox"><pre><code>   Gui, Add, Hotkey, x6 y14 w100 h20 vMyHotKey,
Gui, Add, Button, x116 y14 w100 h20 gSave, сохранить
Gui, Show, x131 y91 h48 w243, New GUI Window
Return


GuiClose:
ExitApp

Save:
Gui, Submit, NoHide  
IniWrite, %MyHotKey%, data/info.egl, USER, num1 ; 
return

IniRead, num1, data/info.egl, USER, num1 ; 
hotkey, %num1%, MyLabel, on/Off
MyLabel:
MsgBox, привет</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Romeo85]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41037</uri>
			</author>
			<updated>2020-09-04T11:08:02Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=141984#p141984</id>
		</entry>
</feed>
