<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Добавление ссылки или функции в TrayTip]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=8853&amp;type=atom" />
	<updated>2013-11-02T17:35:17Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=8853</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Добавление ссылки или функции в TrayTip]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=76851#p76851" />
			<content type="html"><![CDATA[<p>Спасибо большое еще раз.<br />Это много где можно использовать...</p>]]></content>
			<author>
				<name><![CDATA[Alectric]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26027</uri>
			</author>
			<updated>2013-11-02T17:35:17Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=76851#p76851</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Добавление ссылки или функции в TrayTip]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=76850#p76850" />
			<content type="html"><![CDATA[<p>Это сообщение ещё называют AHK_NOTIFY. Посмотри на офф форуме примеры. Большего увы не знаю, сам хотел бы услышать подробности от гуру.</p>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2013-11-02T17:34:09Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=76850#p76850</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Добавление ссылки или функции в TrayTip]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=76849#p76849" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Alectric]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26027</uri>
			</author>
			<updated>2013-11-02T17:28:37Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=76849#p76849</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Добавление ссылки или функции в TrayTip]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=76848#p76848" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2013-11-02T17:26:25Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=76848#p76848</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Добавление ссылки или функции в TrayTip]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=76847#p76847" />
			<content type="html"><![CDATA[<p>А почему именно 0x404 в качестве ожидаемого сообщения, и где посмотреть другие типы сообщений?</p>]]></content>
			<author>
				<name><![CDATA[Alectric]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26027</uri>
			</author>
			<updated>2013-11-02T16:39:38Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=76847#p76847</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Добавление ссылки или функции в TrayTip]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=76846#p76846" />
			<content type="html"><![CDATA[<p>Честно говоря не могу. Значение lParam 0x405 узнал путём наблюдения. Гарантий нет, если совпадёт ещё с каким то событием, то напишите об этом.</p>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2013-11-02T16:37:44Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=76846#p76846</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Добавление ссылки или функции в TrayTip]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=76845#p76845" />
			<content type="html"><![CDATA[<p>Огромное спасибо, это работает.</p><p>Можете кратко описать как это происходит?</p>]]></content>
			<author>
				<name><![CDATA[Alectric]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26027</uri>
			</author>
			<updated>2013-11-02T16:29:48Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=76845#p76845</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Добавление ссылки или функции в TrayTip]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=76844#p76844" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2013-11-02T16:11:50Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=76844#p76844</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Добавление ссылки или функции в TrayTip]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=76843#p76843" />
			<content type="html"><![CDATA[<p>Спасибо за информацию.</p>]]></content>
			<author>
				<name><![CDATA[Alectric]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26027</uri>
			</author>
			<updated>2013-11-02T12:29:52Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=76843#p76843</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Добавление ссылки или функции в TrayTip]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=76842#p76842" />
			<content type="html"><![CDATA[<p>Судя по всему, TrayTip выкидывается продессом проводника (explorer.exe), какой бы программой он ни вызывался. На англоязычном форуме пишут, что в планах на будущее - сделать опционально метку перехода для TrayTip.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2013-11-02T11:53:18Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=76842#p76842</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Добавление ссылки или функции в TrayTip]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=76838#p76838" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Alectric]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26027</uri>
			</author>
			<updated>2013-11-02T10:45:10Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=76838#p76838</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Добавление ссылки или функции в TrayTip]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=76837#p76837" />
			<content type="html"><![CDATA[<p>Как-то точно можно (пример %windir%\system32\rundll32.exe fldrclnr.dll,Wizard_RunDLL). Но стандартных средств в AutoHotkey, по-видимому, нет. Придётся обходными путями.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2013-11-02T10:44:02Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=76837#p76837</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Добавление ссылки или функции в TrayTip]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=76833#p76833" />
			<content type="html"><![CDATA[<p>Я имею ввиду TrayTip - <a href="http://www.autohotkey.com/docs/commands/TrayTip.htm">http://www.autohotkey.com/docs/commands/TrayTip.htm</a><br />А не меню.</p>]]></content>
			<author>
				<name><![CDATA[Alectric]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26027</uri>
			</author>
			<updated>2013-11-02T10:22:07Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=76833#p76833</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Добавление ссылки или функции в TrayTip]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=76830#p76830" />
			<content type="html"><![CDATA[<p><em><strong>Menu</strong>, tray</em> читали?</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2013-11-02T10:19:01Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=76830#p76830</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Добавление ссылки или функции в TrayTip]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=76827#p76827" />
			<content type="html"><![CDATA[<p>Как можно добавить ссылку или метку функции, что-бы при клике по ссылке внутри него или по самой TrayTip выполнилось какое-то действие? И вообще возможно ли это?</p>]]></content>
			<author>
				<name><![CDATA[Alectric]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26027</uri>
			</author>
			<updated>2013-11-02T09:57:12Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=76827#p76827</id>
		</entry>
</feed>
