<?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=13940&amp;type=atom" />
	<updated>2018-07-13T22:18:11Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=13940</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как создать пиксель?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=127049#p127049" />
			<content type="html"><![CDATA[<p>Ну, может для нужд ТС и такой вариант подойдёт. <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2018-07-13T22:18:11Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=127049#p127049</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как создать пиксель?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=127048#p127048" />
			<content type="html"><![CDATA[<p>Прошу прощения. Ко сну, совсем рассеянный.</p>]]></content>
			<author>
				<name><![CDATA[KusochekDobra]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33846</uri>
			</author>
			<updated>2018-07-13T22:09:31Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=127048#p127048</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как создать пиксель?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=127047#p127047" />
			<content type="html"><![CDATA[<p>Надо бы добавить <em>CoordMode, Mouse</em><br />Но это не совсем та задача:</p><div class="quotebox"><cite>ilua пишет:</cite><blockquote><p>Мне нужно поместить пиксель определённого цвета в определённую точку в созданном окне.</p></blockquote></div><p>Такая точка не будет перемещаться вместе с окном.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2018-07-13T21:47:04Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=127047#p127047</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как создать пиксель?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=127046#p127046" />
			<content type="html"><![CDATA[<p><a href="https://autohotkey.com/docs/commands/Progress.htm">SplashImage</a>:<br /></p><div class="codebox"><pre><code>
LButton::
	MouseGetPos, xx, yy
	Point(xx, yy)
Return
Esc::
	ExitApp
Point(x, y, thick := 2, color := &quot;FF0000&quot;) {
	SplashImage 1:,% Format(&quot;B CW{} x{} y{} w{} h{4}&quot;,color,x,y,thick)
}
</code></pre></div><p>При ЛКМ, будет устанавливать красную точку 2х2 пикселя в месте клика.</p>]]></content>
			<author>
				<name><![CDATA[KusochekDobra]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33846</uri>
			</author>
			<updated>2018-07-13T21:29:28Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=127046#p127046</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как создать пиксель?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=127041#p127041" />
			<content type="html"><![CDATA[<p>Проще всего так:<br /></p><div class="codebox"><pre><code>x := 100, y := 100
color := &quot;Red&quot;

Gui, Parent: Show, w200 h200

Gui, Child: -Caption +ToolWindow +ParentParent
Gui, Child: Color, %color%
Gui, Child: Show, x%x% y%y% w1 h1
Return

ParentGuiClose:
   ExitApp</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2018-07-13T17:01:06Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=127041#p127041</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Как создать пиксель?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=127039#p127039" />
			<content type="html"><![CDATA[<p>Мне нужно поместить пиксель определённого цвета в определённую точку в созданном окне.<br />Можете подсказать, как это сделать?</p>]]></content>
			<author>
				<name><![CDATA[ilua]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39386</uri>
			</author>
			<updated>2018-07-13T16:20:14Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=127039#p127039</id>
		</entry>
</feed>
