<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: GUI Изображение-кнопка.]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=5365&amp;type=atom" />
	<updated>2011-01-11T16:49:47Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=5365</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: GUI Изображение-кнопка.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=43542#p43542" />
			<content type="html"><![CDATA[<p>О, большое спасибо, пока всё отлично... ))</p>]]></content>
			<author>
				<name><![CDATA[VFX]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26626</uri>
			</author>
			<updated>2011-01-11T16:49:47Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=43542#p43542</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: GUI Изображение-кнопка.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=43541#p43541" />
			<content type="html"><![CDATA[<p><a href="http://www.autohotkey.com/forum/viewtopic.php?p=59899#59899">http://www.autohotkey.com/forum/viewtop … 9899#59899</a></p><div class="codebox"><pre><code>Gui, +Sysmenu +ToolWindow
Gui, Margin,12,12
Gui, Add , Picture, x13 y13 w34 h34 E0x200   vState1 icon1 gSubRoutine1, %A_AhkPath%
Gui, Add , Picture, x13 y13 w32 h32 0x400000 vState0 icon1 gSubRoutine1, %A_AhkPath%

Gui, Show, x50 y50 AutoSize, Button
Return

SubRoutine1:
   GuiControl, Hide, State0
   KeyWait, Lbutton
   GuiControl, Show, State0
   Msgbox,                &lt; - - - - - - - - P U T  T H E  M A I N  C O D E  H E R E
Return

GuiEscape:
GuiClose:
 ExitApp
Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[InFlames]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24849</uri>
			</author>
			<updated>2011-01-11T15:51:57Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=43541#p43541</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: GUI Изображение-кнопка.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=43540#p43540" />
			<content type="html"><![CDATA[<p>Здравствуйте. Это мой первый пост, извините если что не так )) Периодически читал этот форум, много полезного находил, но&nbsp; эта проблема заставила меня зарегаться и просить помощи. ) <br />Хочу сделать простенькое GUI, оно должно появляться при нажатии ПКМ например. Окошко с картинками 3х3. Каждая картинка должна при нажатии на неё отправлять в буфер обмена определённый текст. Что я не знаю: 1.как сделать картинку кнопкой, 2.как заставить кнопку делать что-либо вообще. <br />Буду рад и ссылке на аналогичные решения ))</p>]]></content>
			<author>
				<name><![CDATA[VFX]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26626</uri>
			</author>
			<updated>2011-01-11T15:30:26Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=43540#p43540</id>
		</entry>
</feed>
