<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Добавление ссылки или функции в TrayTip]]></title>
		<link>http://forum.script-coding.com/viewtopic.php?id=8853</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=8853&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Добавление ссылки или функции в TrayTip».]]></description>
		<lastBuildDate>Sat, 02 Nov 2013 17:35:17 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Добавление ссылки или функции в TrayTip]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=76851#p76851</link>
			<description><![CDATA[<p>Спасибо большое еще раз.<br />Это много где можно использовать...</p>]]></description>
			<author><![CDATA[null@example.com (Alectric)]]></author>
			<pubDate>Sat, 02 Nov 2013 17:35:17 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=76851#p76851</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Добавление ссылки или функции в TrayTip]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=76850#p76850</link>
			<description><![CDATA[<p>Это сообщение ещё называют AHK_NOTIFY. Посмотри на офф форуме примеры. Большего увы не знаю, сам хотел бы услышать подробности от гуру.</p>]]></description>
			<author><![CDATA[null@example.com (serzh82saratov)]]></author>
			<pubDate>Sat, 02 Nov 2013 17:34:09 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=76850#p76850</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Добавление ссылки или функции в TrayTip]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=76849#p76849</link>
			<description><![CDATA[<div class="quotebox"><cite>serzh82saratov пишет:</cite><blockquote><div class="codebox"><pre><code>OnMessage(0x404,&quot;WindowProc&quot;)  
</code></pre></div></blockquote></div><p>Я про эту цифру спрашивал 0x404.</p>]]></description>
			<author><![CDATA[null@example.com (Alectric)]]></author>
			<pubDate>Sat, 02 Nov 2013 17:28:37 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=76849#p76849</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Добавление ссылки или функции в TrayTip]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=76848#p76848</link>
			<description><![CDATA[<p>Я же говорю, не знаю. Запусти код, и смотри.<br /></p><div class="codebox"><pre><code>
CoordMode, ToolTip, Screen
OnMessage(0x404,&quot;WindowProc&quot;)  
Return
    
WindowProc(wParam,lParam,Msg,hwnd)  { 
    ToolTip, % &quot;hwnd &quot; hwnd &quot;`nMsg &quot; Msg &quot;`nlParam &quot; lParam &quot;`nwParam &quot; wParam &quot;`nTickCount &quot; A_TickCount,1,1
}
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (serzh82saratov)]]></author>
			<pubDate>Sat, 02 Nov 2013 17:26:25 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=76848#p76848</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Добавление ссылки или функции в TrayTip]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=76847#p76847</link>
			<description><![CDATA[<p>А почему именно 0x404 в качестве ожидаемого сообщения, и где посмотреть другие типы сообщений?</p>]]></description>
			<author><![CDATA[null@example.com (Alectric)]]></author>
			<pubDate>Sat, 02 Nov 2013 16:39:38 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=76847#p76847</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Добавление ссылки или функции в TrayTip]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=76846#p76846</link>
			<description><![CDATA[<p>Честно говоря не могу. Значение lParam 0x405 узнал путём наблюдения. Гарантий нет, если совпадёт ещё с каким то событием, то напишите об этом.</p>]]></description>
			<author><![CDATA[null@example.com (serzh82saratov)]]></author>
			<pubDate>Sat, 02 Nov 2013 16:37:44 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=76846#p76846</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Добавление ссылки или функции в TrayTip]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=76845#p76845</link>
			<description><![CDATA[<p>Огромное спасибо, это работает.</p><p>Можете кратко описать как это происходит?</p>]]></description>
			<author><![CDATA[null@example.com (Alectric)]]></author>
			<pubDate>Sat, 02 Nov 2013 16:29:48 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=76845#p76845</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Добавление ссылки или функции в TrayTip]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=76844#p76844</link>
			<description><![CDATA[<p>Это не то?:<br /></p><div class="codebox"><pre><code>
OnMessage(0x404,&quot;WindowProc&quot;)  
3:: TrayTip, Нажимай, Быстрее, 1, 2   
    
WindowProc(wParam,lParam,Msg,hwnd)  {
    if (lParam=0x405)
        MsgBox Ну нажал 
}
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (serzh82saratov)]]></author>
			<pubDate>Sat, 02 Nov 2013 16:11:50 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=76844#p76844</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Добавление ссылки или функции в TrayTip]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=76843#p76843</link>
			<description><![CDATA[<p>Спасибо за информацию.</p>]]></description>
			<author><![CDATA[null@example.com (Alectric)]]></author>
			<pubDate>Sat, 02 Nov 2013 12:29:52 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=76843#p76843</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Добавление ссылки или функции в TrayTip]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=76842#p76842</link>
			<description><![CDATA[<p>Судя по всему, TrayTip выкидывается продессом проводника (explorer.exe), какой бы программой он ни вызывался. На англоязычном форуме пишут, что в планах на будущее - сделать опционально метку перехода для TrayTip.</p>]]></description>
			<author><![CDATA[null@example.com (ypppu)]]></author>
			<pubDate>Sat, 02 Nov 2013 11:53:18 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=76842#p76842</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Добавление ссылки или функции в TrayTip]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=76838#p76838</link>
			<description><![CDATA[<div class="quotebox"><cite>ypppu пишет:</cite><blockquote><p>Как-то точно можно (пример %windir%\system32\rundll32.exe fldrclnr.dll,Wizard_RunDLL). Но стандартных средств в AutoHotkey, по-видимому, нет. Придётся обходными путями.</p></blockquote></div><p>Это через DllCall?<br />Если да то прошу помощи, с этим не справлюсь.</p><br /><p>Где-то, когда-то я встречал скрипт в котором такое было, но это было давно и я не помню где и когда.</p>]]></description>
			<author><![CDATA[null@example.com (Alectric)]]></author>
			<pubDate>Sat, 02 Nov 2013 10:45:10 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=76838#p76838</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Добавление ссылки или функции в TrayTip]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=76837#p76837</link>
			<description><![CDATA[<p>Как-то точно можно (пример %windir%\system32\rundll32.exe fldrclnr.dll,Wizard_RunDLL). Но стандартных средств в AutoHotkey, по-видимому, нет. Придётся обходными путями.</p>]]></description>
			<author><![CDATA[null@example.com (ypppu)]]></author>
			<pubDate>Sat, 02 Nov 2013 10:44:02 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=76837#p76837</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Добавление ссылки или функции в TrayTip]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=76833#p76833</link>
			<description><![CDATA[<p>Я имею ввиду TrayTip - <a href="http://www.autohotkey.com/docs/commands/TrayTip.htm">http://www.autohotkey.com/docs/commands/TrayTip.htm</a><br />А не меню.</p>]]></description>
			<author><![CDATA[null@example.com (Alectric)]]></author>
			<pubDate>Sat, 02 Nov 2013 10:22:07 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=76833#p76833</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Добавление ссылки или функции в TrayTip]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=76830#p76830</link>
			<description><![CDATA[<p><em><strong>Menu</strong>, tray</em> читали?</p>]]></description>
			<author><![CDATA[null@example.com (ypppu)]]></author>
			<pubDate>Sat, 02 Nov 2013 10:19:01 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=76830#p76830</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Добавление ссылки или функции в TrayTip]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=76827#p76827</link>
			<description><![CDATA[<p>Как можно добавить ссылку или метку функции, что-бы при клике по ссылке внутри него или по самой TrayTip выполнилось какое-то действие? И вообще возможно ли это?</p>]]></description>
			<author><![CDATA[null@example.com (Alectric)]]></author>
			<pubDate>Sat, 02 Nov 2013 09:57:12 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=76827#p76827</guid>
		</item>
	</channel>
</rss>
