<?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=11211&amp;type=atom" />
	<updated>2016-01-09T04:50:19Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=11211</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отправка хоткея в окно с изменяемым номером его имени]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=100224#p100224" />
			<content type="html"><![CDATA[<p>Еще варианты: через ACC; через координаты.</p>]]></content>
			<author>
				<name><![CDATA[Alectric]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26027</uri>
			</author>
			<updated>2016-01-09T04:50:19Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=100224#p100224</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отправка хоткея в окно с изменяемым номером его имени]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=100213#p100213" />
			<content type="html"><![CDATA[<p><strong>yalanne</strong><br />первый не подойдёт , тк при старте программы фокус на кнопках - здесь :<br /></p><div class="codebox"><pre><code>Class:	MegaPanelSplitterWindowContainer
Instance:	1
ClassnameNN:	MegaPanelSplitterWindowContainer1</code></pre></div><p>а нужно сюда<br /></p><div class="codebox"><pre><code>Class:	uie_wsh_panel_mod_class
Instance:	11
ClassnameNN:	uie_wsh_panel_mod_class11 .</code></pre></div><p>Второй наверное тоже&nbsp; - буду ставить оси (осваивать виртуалку) <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[seriousstas]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32974</uri>
			</author>
			<updated>2016-01-08T17:53:30Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=100213#p100213</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отправка хоткея в окно с изменяемым номером его имени]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=100211#p100211" />
			<content type="html"><![CDATA[<p>Как вариант можно посмотреть элемент который в фокусе<br /></p><div class="codebox"><pre><code>ControlGetFocus CtrlFocus,ahk_class {E7076D1C-A7BF-4f39-B771-BCBE88F2A2A8}</code></pre></div><p>Можно еще вывести список контролов приложения, но это подходит если он там один в окне<br /></p><div class="codebox"><pre><code>WinGet, CtrlList, ControlList, ahk_class {E7076D1C-A7BF-4f39-B771-BCBE88F2A2A8}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[yalanne]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32850</uri>
			</author>
			<updated>2016-01-08T17:21:47Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=100211#p100211</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отправка хоткея в окно с изменяемым номером его имени]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=100209#p100209" />
			<content type="html"><![CDATA[<p>Спасибо за отклик !<br />А другого решения нет ?&nbsp; - просто для универсальности мне придётся до устанавливать ещё две операционки , что-б узнать,<br />какие номера будут там ...<br />Я имею ввиду фокус в окно (с последующей отправкой {TAB}) только по имени , без номера (NN)</p>]]></content>
			<author>
				<name><![CDATA[seriousstas]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32974</uri>
			</author>
			<updated>2016-01-08T16:47:29Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=100209#p100209</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отправка хоткея в окно с изменяемым номером его имени]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=100205#p100205" />
			<content type="html"><![CDATA[<p><strong>A_OSVersion</strong> показывает на какой версии windows был запущен скрипт.</p><p>Эта переменная показывает почти все windows в виде &quot;WIN_[name]&quot;. Например: <em>WIN_2000, WIN_2003, WIN_XP, WIN_VISTA,&nbsp; WIN_7, WIN_8, WIN_8.1</em>. А windows 10 показывает иначе &quot;10.0.[Номер билда]&quot;. Например <em>10.0.10240</em>.</p>]]></content>
			<author>
				<name><![CDATA[yalanne]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32850</uri>
			</author>
			<updated>2016-01-08T09:05:11Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=100205#p100205</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Отправка хоткея в окно с изменяемым номером его имени]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=100203#p100203" />
			<content type="html"><![CDATA[<p>Есть строка скрипта :<br /></p><div class="codebox"><pre><code>ControlSend,uie_wsh_panel_mod_class11, {TAB}, ahk_class {E7076D1C-A7BF-4f39-B771-BCBE88F2A2A8}</code></pre></div><p>которая посылает {TAB} в окно с названием <em>uie_wsh_panel_mod_class</em><br />Можно ли создать ту-же строку , но с учётом операционки . В другой ОС , <br />будет уже к примеру не <em>uie_wsh_panel_mod_class11</em> ,<em>а uie_wsh_panel_mod_class9</em>&nbsp; ,<br />либо переходить в окно только по-названию , без NN</p><p>Спасибо!</p>]]></content>
			<author>
				<name><![CDATA[seriousstas]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32974</uri>
			</author>
			<updated>2016-01-08T04:30:40Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=100203#p100203</id>
		</entry>
</feed>
