<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: рамка определенного размера]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=12088&amp;type=atom" />
	<updated>2016-10-22T13:52:21Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=12088</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: рамка определенного размера]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=108486#p108486" />
			<content type="html"><![CDATA[<p>Большое спасибо!</p>]]></content>
			<author>
				<name><![CDATA[ravensblade]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32617</uri>
			</author>
			<updated>2016-10-22T13:52:21Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=108486#p108486</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: рамка определенного размера]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=108463#p108463" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>hwnd := ShowFrame(300, 200, 800, 600, 3, &quot;red&quot;)
Sleep, 1000
WinClose, ahk_id %hwnd%
ExitApp

ShowFrame(x, y, w, h, thickness, color)  {
   static WS_EX_LAYERED := 0x80000, WS_EX_TRANSPARENT := 0x20
   
   Gui, New, % &quot;+hwndhGui +ToolWindow -Caption +LastFound +AlwaysOnTop +Owner +E&quot; . WS_EX_LAYERED | WS_EX_TRANSPARENT
   Gui, Color, %color%
   t := thickness, dx := w - t, dy := h - t
   WinSet, Region, % &quot;0-0 &quot; w &quot;-0 &quot; w &quot;-&quot; h &quot; 0-&quot; h &quot; 0-0 &quot; t &quot;-&quot; t &quot; &quot; dx &quot;-&quot; t &quot; &quot; dx &quot;-&quot; dy &quot; &quot; t &quot;-&quot; dy &quot; &quot; t &quot;-&quot; t
   WinSet, Transparent, 0xFF
   Gui, Show, NA x%x% y%y% w%w% h%h%
   Return hGui
}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2016-10-21T20:21:35Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=108463#p108463</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: рамка определенного размера]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=108455#p108455" />
			<content type="html"><![CDATA[<p>Всем привет!<br />Подскажите пожалуйста, как по нажатию клавиши отобразить на экране рамку, например 800х600px, толщиной рамки 3px, цвет красный.</p>]]></content>
			<author>
				<name><![CDATA[ravensblade]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32617</uri>
			</author>
			<updated>2016-10-21T17:58:59Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=108455#p108455</id>
		</entry>
</feed>
