<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Размеры ComObj (IE).]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=13043</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=13043&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Размеры ComObj (IE).».]]></description>
		<lastBuildDate>Mon, 02 Oct 2017 17:14:47 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Размеры ComObj (IE).]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=119701#p119701</link>
			<description><![CDATA[<p>В&nbsp; начале нужно &quot;DetectHiddenWindows On&quot; прописать.</p>]]></description>
			<author><![CDATA[null@example.com (Malcev)]]></author>
			<pubDate>Mon, 02 Oct 2017 17:14:47 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=119701#p119701</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Размеры ComObj (IE).]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=119698#p119698</link>
			<description><![CDATA[<p><strong>Malcev</strong> ваш способ симпатизирует больше, но не работает чего-то... Проверьте мою правильность, на всякий случай<br /></p><div class="codebox"><pre><code>ie := ComObjCreate(&quot;InternetExplorer.Application&quot;)
ieHWND := ie.HWND
WinMove, ahk_id %ieHWND%,, 1910, 200</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Alex_Lexon)]]></author>
			<pubDate>Mon, 02 Oct 2017 16:38:41 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=119698#p119698</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Размеры ComObj (IE).]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=119692#p119692</link>
			<description><![CDATA[<p>Можно еще при запуске сохранять хендл окна, а дальше уже с ним делать всё, что угодно с помощью автохотки.<br /></p><div class="codebox"><pre><code>oIE := ComObjCreate(&quot;InternetExplorer.Application&quot;)
oIEHWND := oIE.HWND
WinMove, ahk_id %oIEHWND%,,1910, 200</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Malcev)]]></author>
			<pubDate>Mon, 02 Oct 2017 16:00:21 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=119692#p119692</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Размеры ComObj (IE).]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=119691#p119691</link>
			<description><![CDATA[<p>У объекта InternetExplorer есть свойства top, left, height и width.<br /></p><div class="codebox"><pre><code>ie := ComObjCreate(&quot;InternetExplorer.Application&quot;)
OnExit( Func(&quot;Exit&quot;).Bind(ie) )
for k, v in { top: 100, left: 200, height: A_ScreenHeight - 200, width: A_ScreenWidth - 400 }
   ie[k] := v
ie.Visible := true
MsgBox, Размер окна установлен
Return

Exit(ie)  {
   try ie.Quit()
}</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Mon, 02 Oct 2017 15:55:47 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=119691#p119691</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Размеры ComObj (IE).]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=119678#p119678</link>
			<description><![CDATA[<p>Здравствуйте!</p><p>Хотелось бы узнать, возможно ли изменить размеры окна CobObj (А именно Internet Explorer) при запуске?</p>]]></description>
			<author><![CDATA[null@example.com (Alex_Lexon)]]></author>
			<pubDate>Mon, 02 Oct 2017 14:38:10 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=119678#p119678</guid>
		</item>
	</channel>
</rss>
