<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Работа с меню BitTorrent [PostMessage]]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=11513&amp;type=atom" />
	<updated>2016-05-16T22:46:08Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=11513</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Работа с меню BitTorrent [PostMessage]]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=103864#p103864" />
			<content type="html"><![CDATA[<p>Давайте всё-таки по скайп в отдельной теме.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2016-05-16T22:46:08Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=103864#p103864</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Работа с меню BitTorrent [PostMessage]]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=103863#p103863" />
			<content type="html"><![CDATA[<p>В 14 сообщении был вопрос:<br /></p><div class="quotebox"><blockquote><p>А можно ли подобно получению тултипа программы, свернутой в трей, отправить ПКМ с целью вызова контекстного меню программы в трее? Например, было бы удобно назначить горячую клавишу на смену статуса в клиенте Skype, т.к. в настройках клиента такой опции не обнаружил.</p></blockquote></div><p>Я и ответил, что у скайпа есть апи и можно через него.</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2016-05-16T22:27:15Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=103863#p103863</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Работа с меню BitTorrent [PostMessage]]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=103862#p103862" />
			<content type="html"><![CDATA[<p>Не пойму, какое это отношение имеет к теме топика?</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2016-05-16T22:23:14Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=103862#p103862</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Работа с меню BitTorrent [PostMessage]]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=103861#p103861" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>; 1 = В сети
; 2 = Нет на месте
oSkype := ComObjCreate(&quot;Skype4COM.Skype&quot;)

f1::
oSkype.ChangeUserStatus(1)
return

f2::
oSkype.ChangeUserStatus(2)
return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2016-05-16T22:13:06Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=103861#p103861</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Работа с меню BitTorrent [PostMessage]]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=103859#p103859" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Malcev пишет:</cite><blockquote><div class="codebox"><pre><code>; 1 = В сети
; 2 = Нет на месте
oSkype := ComObjCreate(&quot;Skype4COM.Skype&quot;)
oSkype.ChangeUserStatus(2)</code></pre></div></blockquote></div><p> Установил AHK 32bit, при вызове скрипта ничего не происходит. Или это не полноценный сценарий, а только отдельная функция?</p>]]></content>
			<author>
				<name><![CDATA[becauseim]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33149</uri>
			</author>
			<updated>2016-05-16T21:45:29Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=103859#p103859</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Работа с меню BitTorrent [PostMessage]]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=102989#p102989" />
			<content type="html"><![CDATA[<p>Спасибо. Помогли разобраться.</p>]]></content>
			<author>
				<name><![CDATA[SeaVodikendu]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33752</uri>
			</author>
			<updated>2016-04-25T09:15:57Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=102989#p102989</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Работа с меню BitTorrent [PostMessage]]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=102982#p102982" />
			<content type="html"><![CDATA[<p><strong>SeaVodikendu</strong><br /><a href="http://wd-x.ru/programma-utorrent-veb-interfejs/">http://wd-x.ru/programma-utorrent-veb-interfejs/</a><br />У меня так работает, порт 8080 чаще уже занят другим, ip 127.0.0.1 для доступа с локального компьютера.<br /></p><div class="quotebox"><blockquote><p>ip := &quot;127.0.0.1&quot;<br />port := &quot;8082&quot;<br />user := &quot;admin&quot;<br />pass := &quot;admin&quot;</p></blockquote></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2016-04-25T07:19:52Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=102982#p102982</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Работа с меню BitTorrent [PostMessage]]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=102978#p102978" />
			<content type="html"><![CDATA[<p><strong>Malcev</strong><br />Объясните если не трудно, как это использовать?</p>]]></content>
			<author>
				<name><![CDATA[SeaVodikendu]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33752</uri>
			</author>
			<updated>2016-04-25T03:32:53Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=102978#p102978</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Работа с меню BitTorrent [PostMessage]]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=102965#p102965" />
			<content type="html"><![CDATA[<p><strong>SeaVodikendu</strong>, верните точки в свои посты. Я вам, вроде, уже делал замечание?</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2016-04-24T17:39:26Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=102965#p102965</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Работа с меню BitTorrent [PostMessage]]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=102960#p102960" />
			<content type="html"><![CDATA[<p>SeaVodikendu, чем не устраивает сделать это через апи?</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2016-04-24T16:47:43Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=102960#p102960</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Работа с меню BitTorrent [PostMessage]]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=102959#p102959" />
			<content type="html"><![CDATA[<p>Поменял. Также...</p>]]></content>
			<author>
				<name><![CDATA[SeaVodikendu]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33752</uri>
			</author>
			<updated>2016-04-24T16:15:54Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=102959#p102959</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Работа с меню BitTorrent [PostMessage]]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=102958#p102958" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>Path := [&quot;Ограничение приёма&quot;, &quot;Неограниченно&quot;]</code></pre></div><p>Строки на индексы меняли?<br /></p><div class="codebox"><pre><code>Path := [&quot;6&amp;&quot;, &quot;1&amp;&quot;]</code></pre></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2016-04-24T16:14:21Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=102958#p102958</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Работа с меню BitTorrent [PostMessage]]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=102957#p102957" />
			<content type="html"><![CDATA[<p><strong>serzh82saratov</strong><br />Класс вроде не меняется. По разному пробовал - не выходит</p>]]></content>
			<author>
				<name><![CDATA[SeaVodikendu]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33752</uri>
			</author>
			<updated>2016-04-24T16:12:35Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=102957#p102957</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Работа с меню BitTorrent [PostMessage]]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=102948#p102948" />
			<content type="html"><![CDATA[<p>И AutoHotkey должен быть 32 бит. Пока не пойму в чём дело.</p>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2016-04-24T15:10:06Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=102948#p102948</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Работа с меню BitTorrent [PostMessage]]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=102947#p102947" />
			<content type="html"><![CDATA[<p>Там класс непостоянный, напишите:</p><div class="codebox"><pre><code>Title = ahk_exe BitTorrent.exe </code></pre></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2016-04-24T15:00:51Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=102947#p102947</id>
		</entry>
</feed>
