<?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="http://forum.script-coding.com/extern.php?action=feed&amp;tid=6966&amp;type=atom" />
	<updated>2012-03-28T18:05:59Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=6966</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Надпись поверх всех окон]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=58519#p58519" />
			<content type="html"><![CDATA[<p><a href="http://tracker2k.kiev.ua/5.html">http://tracker2k.kiev.ua/5.html</a> Вот тут описывается как написать текст поверх Direct x приложений.Дело за малым,осталось переписать то что изложено там,на AHK. Был бы бесконечно благодарен если бы ктонибудь помог,хтябы разобраться,чего как писать...</p>]]></content>
			<author>
				<name><![CDATA[Gabe_#33]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=27760</uri>
			</author>
			<updated>2012-03-28T18:05:59Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=58519#p58519</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Надпись поверх всех окон]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=58320#p58320" />
			<content type="html"><![CDATA[<p>Да,но программа TeamSpeak3 делает сиё дияние и с играми Фуллскрин.<br />Покавырявшись в этой проге можно найти папку с плагинами...Там есть такая папка - &quot;ts3overlay&quot;,так вот в ней лежит кучка интересного. &quot;InstallHook.exe&quot;,&quot;DXHook.dll&quot;,&quot;d3dx8wrapper.dll&quot;.Я думаю,ТС именно с помощью этих файлов вставляет поверх игры свой логотип,и саму причуду для чего нужен этот плагин - маленькое прозрачное окно со списком людей онлайн.<br />Если поковыряться глубже то в Dll*ках можно найти список импорт.функций и экспорт.функций,но вот чего с ними делать никак не знаю...=(<br />---<br />З.Ы ТС ведь как то выводит изображение поверх игры,я думаю и простенькое окно или текст посредствам АХК и вышеперечисленных файлов,тоже можно вывести.</p>]]></content>
			<author>
				<name><![CDATA[Gabe_#33]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=27760</uri>
			</author>
			<updated>2012-03-24T15:05:53Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=58320#p58320</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Надпись поверх всех окон]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=58301#p58301" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>andrew пишет:</cite><blockquote><p>Нужно, чтобы поверх окна игры была надпись...</p></blockquote></div><p>Такое можно сделать, но только учтите, что своё приложение Вы должны запустить в оконном режиме:</p><div class="codebox"><pre><code>NumpadMult:: ; num *
   SetTimer, TimeCount, 1000
   WinSet, Style, -0xC00000, % &quot;ahk_id&quot;hWnd:=WinActive(&quot;A&quot;)
   WinMove, % &quot;ahk_id&quot;hWnd,, 0, 0, A_ScreenWidth, A_ScreenHeight
   Gui, -Caption +AlwaysOnTop +Lastfound +ToolWindow HwndGUIhWnd
   Gui, Color, EEAA99
   WinSet, TransColor, EEAA99
   Gui, Font, w900 cRed s24
   Gui, Add, Text, x0 y0 w135 h55
   Gui, Show, % &quot;x&quot;A_ScreenWidth-250 &quot; y&quot;A_ScreenHeight-250
   WinSet, ExStyle, +0x80020, % &quot;ahk_id&quot;GUIhWnd
   WinActivate, % &quot;ahk_id&quot;hWnd
   Return

TimeCount:
   ControlSetText, Static1
                 , % A_Hour &quot;:&quot;A_Min &quot;.&quot;A_Sec, % &quot;ahk_id&quot;GUIhWnd
   Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Grey]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=25792</uri>
			</author>
			<updated>2012-03-23T15:12:20Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=58301#p58301</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Надпись поверх всех окон]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=58300#p58300" />
			<content type="html"><![CDATA[<p>Сойдёт?</p><div class="codebox"><pre><code>
   SplashImage,, y0 x60 w100 h25 M C11 ZH0 ZW0 ZX1 ZY1 B1 CT000000 CWffff00 FM10 FS6 WM600 WS400,, reeeyey
   Sleep, 3000
   SplashImage, OFF</code></pre></div>]]></content>
			<author>
				<name><![CDATA[DD]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=25263</uri>
			</author>
			<updated>2012-03-23T10:56:34Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=58300#p58300</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Надпись поверх всех окон]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=58118#p58118" />
			<content type="html"><![CDATA[<p>Вряд ли</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2012-03-20T14:19:47Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=58118#p58118</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Надпись поверх всех окон]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=58115#p58115" />
			<content type="html"><![CDATA[<p>А русской справки нету ?</p>]]></content>
			<author>
				<name><![CDATA[andrew]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=27666</uri>
			</author>
			<updated>2012-03-20T14:13:42Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=58115#p58115</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Надпись поверх всех окон]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=58105#p58105" />
			<content type="html"><![CDATA[<p>Пошукай на оф.форуме<br /><a href="http://www.autohotkey.com/forum/viewtopic.php?t=45689">http://www.autohotkey.com/forum/viewtopic.php?t=45689</a></p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2012-03-20T13:32:56Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=58105#p58105</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Надпись поверх всех окон]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=58097#p58097" />
			<content type="html"><![CDATA[<p>Нужно, чтобы поверх окна игры была надпись (нехочу Msgbox, т.к окно свернётся, а там нужно всё быстро)</p>]]></content>
			<author>
				<name><![CDATA[andrew]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=27666</uri>
			</author>
			<updated>2012-03-20T07:02:23Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=58097#p58097</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Надпись поверх всех окон]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=58096#p58096" />
			<content type="html"><![CDATA[<p>Если нужно чтобы выводилась поверх полноэкранных приложений типа игр, то нужно посылать графический вывод напрямую на видюху, где то это обсуждалось, а если нужно просто текст посмотреть в винде то - ToolTip <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[BalRoG]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=27697</uri>
			</author>
			<updated>2012-03-20T06:49:06Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=58096#p58096</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Надпись поверх всех окон]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=58095#p58095" />
			<content type="html"><![CDATA[<p>И снова здравствуйте !<br />помогите мне как сделать надпись поверх окон, т.е чтобы от неё не зависили другие окна чтоб она высветилась и исчезла? возможно ли такое ?:rolleyes:<br />P.s Прошу не писать::o<br />читай справку <br />или:<br /> давайте не будем переписывать справку:o</p>]]></content>
			<author>
				<name><![CDATA[andrew]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=27666</uri>
			</author>
			<updated>2012-03-20T06:46:15Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=58095#p58095</id>
		</entry>
</feed>
