<?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=10545&amp;type=atom" />
	<updated>2015-04-03T06:29:00Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=10545</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Закрашиваем пикселя по условию]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=92955#p92955" />
			<content type="html"><![CDATA[<p>Можно и без библиотек и файлов:<br /></p><div class="codebox"><pre><code>; GUI, Color, Silver ; Здесь можно задать цвет
GUI, Show, w200 h200, Круг
WinSet, Region, E 50-50 w100 h100, Круг</code></pre></div>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2015-04-03T06:29:00Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=92955#p92955</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Закрашиваем пикселя по условию]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=92937#p92937" />
			<content type="html"><![CDATA[<p>Спасибо за ссылку на тему с забугорного форума , я просмотрел все 12 примеров и скажу вам то что мне подошел первый варинат. Спасибо ещё раз.<br />Так же благодарю за пример с наложением.</p>]]></content>
			<author>
				<name><![CDATA[exobangs]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32958</uri>
			</author>
			<updated>2015-04-02T15:17:29Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=92937#p92937</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Закрашиваем пикселя по условию]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=92936#p92936" />
			<content type="html"><![CDATA[<p>Не идеальный вариант, но да, так проще.<br />Пару строк я бы подправил - путь к файлу в одной папке со скриптом, и отключить перехват фокуса при показе окна.<br /></p><div class="codebox"><pre><code>Gui,circle:Color, 000111
Gui, circle:+AlwaysOnTop -Caption +ToolWindow +LastFound +hwndguicircle
Gui,circle:Add, Picture, w70 h70 , %A_ScriptDir%\1.png
return
F1::
circle:=!circle
if circle
gui circle:show, x-10 y-6 NA
else
gui circle:hide
WinSet, Transcolor, 000111,ahk_id %guicircle%
return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Irbis]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27384</uri>
			</author>
			<updated>2015-04-02T11:24:05Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=92936#p92936</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Закрашиваем пикселя по условию]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=92935#p92935" />
			<content type="html"><![CDATA[<p>Самый легкий вариант наложить картинку.<br /></p><div class="codebox"><pre><code>Gui,circle:Color, 000111
Gui, circle:+AlwaysOnTop -Caption +ToolWindow +LastFound +hwndguicircle
Gui,circle:Add, Picture, w70 h70 , 1.png
return
F1::
circle:=!circle
if circle
gui circle:show, x-10 y-6
else
gui circle:hide
WinSet, Transcolor, 000111,ahk_id %guicircle%
return</code></pre></div><p>что бы скрыть\показать нажимать на F1<br />и круг 70x70<br /><span class="postimg"><img src="http://i.imgur.com/3DZOstL.png" alt="http://i.imgur.com/3DZOstL.png" /></span><br />что бы сохранить нажать правой кнопкой мыши &gt; сохранить картинку как.<br />имя картинки должно быть 1.png</p>]]></content>
			<author>
				<name><![CDATA[yalanne]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32850</uri>
			</author>
			<updated>2015-04-02T10:58:51Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=92935#p92935</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Закрашиваем пикселя по условию]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=92934#p92934" />
			<content type="html"><![CDATA[<p>Тема с <a href="http://www.autohotkey.com/board/topic/29449-gdi-standard-library-145-by-tic/">забугорного форума</a>, 4-й пример посвящен &quot;кругам&quot; и 70х70, и 20х90, и всем прочим. ))</p>]]></content>
			<author>
				<name><![CDATA[Irbis]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27384</uri>
			</author>
			<updated>2015-04-02T10:29:01Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=92934#p92934</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Закрашиваем пикселя по условию]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=92933#p92933" />
			<content type="html"><![CDATA[<p>Появилась проблема , нужно что бы при определённом условии появился закрашенный круг 70х70 пикселей в левом углу экрана.<br />Не знаю как реализовать.<br />Если можно , то укажите хотя бы ссылки на учебный материал.</p>]]></content>
			<author>
				<name><![CDATA[exobangs]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32958</uri>
			</author>
			<updated>2015-04-02T10:03:33Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=92933#p92933</id>
		</entry>
</feed>
