<?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=5144&amp;type=atom" />
	<updated>2010-11-09T19:58:16Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=5144</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Добавить день недели]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=41411#p41411" />
			<content type="html"><![CDATA[<p>Спасибо, сделал.</p>]]></content>
			<author>
				<name><![CDATA[andysss]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=25388</uri>
			</author>
			<updated>2010-11-09T19:58:16Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=41411#p41411</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Добавить день недели]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=41410#p41410" />
			<content type="html"><![CDATA[<p>День недели — <em>%<span style="color: #cf00cf"><strong>A_DDDD</strong></span>%</em></p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2010-11-09T19:49:00Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=41410#p41410</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Добавить день недели]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=41409#p41409" />
			<content type="html"><![CDATA[<p>Я не силен в AHK.</p>]]></content>
			<author>
				<name><![CDATA[andysss]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=25388</uri>
			</author>
			<updated>2010-11-09T19:25:45Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=41409#p41409</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Добавить день недели]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=41407#p41407" />
			<content type="html"><![CDATA[<p>Что не получается? Первый день недели - воскресенье. Седьмой день - суббота.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2010-11-09T19:04:46Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=41407#p41407</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Добавить день недели]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=41406#p41406" />
			<content type="html"><![CDATA[<p>Есть код, подскажите как сюда добавит день недели?<br /></p><div class="codebox"><pre><code>;dateonscreen.ahk  2005-02-22 14:05:35
;display the date and time, useful for print screen
#singleinstance force
Gui,+AlwaysOnTop +ToolWindow -SysMenu -Caption
Gui, Color, CCCCCC
Gui, Font, cFFFFFF s12 bold, verdana ;red
;Gui, Font, c000000 s7 , verdana ;black
;Gui, Font, cFFFFFF s7 , verdana  ;white
Gui,Add,Text,vD y0, %A_YYYY%-%A_MM%-%A_DD% %a_hour%:%a_min%:%a_sec% 
Gui,Show,NoActivate x750 y3,UT  ; screen position here
WinSet,TransColor,CCCCCC 255,UT
SetTimer,A,1000
return
A:
GuiControl,,D,%A_YYYY%-%A_MM%-%A_DD% %a_hour%:%a_min%:%a_sec% 
Gui,Show,NoActivate x750 y3,UT  ; screen position here
return</code></pre></div><p>Знаю что %A_WDay% но чё то не получается.</p>]]></content>
			<author>
				<name><![CDATA[andysss]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=25388</uri>
			</author>
			<updated>2010-11-09T18:51:20Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=41406#p41406</id>
		</entry>
</feed>
