<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Размеры ComObj (IE).]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=13043&amp;type=atom" />
	<updated>2017-10-02T17:14:47Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=13043</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Размеры ComObj (IE).]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=119701#p119701" />
			<content type="html"><![CDATA[<p>В&nbsp; начале нужно &quot;DetectHiddenWindows On&quot; прописать.</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2017-10-02T17:14:47Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=119701#p119701</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Размеры ComObj (IE).]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=119698#p119698" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Alex_Lexon]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32135</uri>
			</author>
			<updated>2017-10-02T16:38:41Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=119698#p119698</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Размеры ComObj (IE).]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=119692#p119692" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2017-10-02T16:00:21Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=119692#p119692</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Размеры ComObj (IE).]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=119691#p119691" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2017-10-02T15:55:47Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=119691#p119691</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Размеры ComObj (IE).]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=119678#p119678" />
			<content type="html"><![CDATA[<p>Здравствуйте!</p><p>Хотелось бы узнать, возможно ли изменить размеры окна CobObj (А именно Internet Explorer) при запуске?</p>]]></content>
			<author>
				<name><![CDATA[Alex_Lexon]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32135</uri>
			</author>
			<updated>2017-10-02T14:38:10Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=119678#p119678</id>
		</entry>
</feed>
