<?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=18216&amp;type=atom" />
	<updated>2024-06-06T01:33:33Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=18216</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как сделать окно оверлея выше курсора мыши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=161072#p161072" />
			<content type="html"><![CDATA[<p>Не про потоки, а про хедл имел в виду команды WinExist. <img src="//forum.script-coding.com/img/smilies/roll.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[Вася_01]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42652</uri>
			</author>
			<updated>2024-06-06T01:33:33Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=161072#p161072</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как сделать окно оверлея выше курсора мыши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=161071#p161071" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>Gui, New, +LastFound +AlwaysOnTop -Caption +Owner +hwndhGui +E0x20
WinSet, Transparent, 200
Gui, Show, NA w300 h100</code></pre></div><p>Так не проще? В чём профит использовать синтаксис 2008 года? Где в вашем коде какие-то потоки? Я ничего не понял. <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>2024-06-06T01:29:11Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=161071#p161071</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как сделать окно оверлея выше курсора мыши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=161070#p161070" />
			<content type="html"><![CDATA[<p>Можно просто:<br /></p><div class="codebox"><pre><code>Gui 1:+LastFound +AlwaysOnTop -Caption +ToolWindow
hwnd1 := WinExist()
Gui 1:Show, w300 h100
WinSet, Transparent, 200, ahk_id %hwnd1%
WinSet, ExStyle, +0x20, ahk_id %hwnd1%  ; &quot;click through&quot; style
return

Esc::ExitApp</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Вася_01]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42652</uri>
			</author>
			<updated>2024-06-05T22:21:13Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=161070#p161070</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как сделать окно оверлея выше курсора мыши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=161069#p161069" />
			<content type="html"><![CDATA[<p><strong>Вася_01</strong>, поясните, что имели в виду. Как это обычно делается через поток окна? Приведите пример.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2024-06-05T21:01:13Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=161069#p161069</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как сделать окно оверлея выше курсора мыши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=161068#p161068" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>DARK037 пишет:</cite><blockquote><p>чтоб курсор не заходил на это окно</p></blockquote></div><p>Думаю, через поток окна надо как-то.</p>]]></content>
			<author>
				<name><![CDATA[Вася_01]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42652</uri>
			</author>
			<updated>2024-06-05T18:24:00Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=161068#p161068</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как сделать окно оверлея выше курсора мыши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=161067#p161067" />
			<content type="html"><![CDATA[<p>Добавить свойство к Gui, например через эту строку:</p><div class="codebox"><pre><code>WinSet, ExStyle, 0x80020</code></pre></div>]]></content>
			<author>
				<name><![CDATA[__Михаил__]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40928</uri>
			</author>
			<updated>2024-06-04T17:06:49Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=161067#p161067</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как сделать окно оверлея выше курсора мыши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=161066#p161066" />
			<content type="html"><![CDATA[<p>А может можно как-то сделать так, чтоб оно было как-то неактивным/прозрачным, чтоб можно было под этим оверлем кликать/нажимать ?</p>]]></content>
			<author>
				<name><![CDATA[DARK037]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=43767</uri>
			</author>
			<updated>2024-06-04T16:55:00Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=161066#p161066</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как сделать окно оверлея выше курсора мыши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=161065#p161065" />
			<content type="html"><![CDATA[<p>Курсор всегда выше всех окон.</p>]]></content>
			<author>
				<name><![CDATA[__Михаил__]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40928</uri>
			</author>
			<updated>2024-06-04T16:45:00Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=161065#p161065</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Как сделать окно оверлея выше курсора мыши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=161064#p161064" />
			<content type="html"><![CDATA[<p>Здравствуйте! Я мало понимаю в AHK, но написал такой скрипт, но мне нужно, чтоб курсор не заходил на это окно, а был под ним</p><div class="codebox"><pre><code>^b::
    State2 := !State2
    If State2
    {
        CustomColor2 = EEAA99
        Gui 3: +LastFound +AlwaysOnTop -Caption +ToolWindow
        Gui 3: Color, black
        Gui 3: Font, s9 w3000 cFFFFFF
        
        WinSet, TransColor, %CustomColor2%, 200
        Gui 3: Add, Text, x10 y10, ТЕСТ ТЕСТ ТЕСТ
        Gui 3: Show, x0 y430 NoActivate, window.
    }
    Else
    {
        Gui 3: Destroy
    }
Return</code></pre></div><p>Буду благодарен любой помощи.</p>]]></content>
			<author>
				<name><![CDATA[DARK037]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=43767</uri>
			</author>
			<updated>2024-06-04T15:26:09Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=161064#p161064</id>
		</entry>
</feed>
