<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK:возможно ли добавить строку состояния IE в GUI?]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=11659&amp;type=atom" />
	<updated>2016-06-01T18:11:12Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=11659</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK:возможно ли добавить строку состояния IE в GUI?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=104587#p104587" />
			<content type="html"><![CDATA[<p><strong>Malcev</strong>, Спасибище!!! Это именно то, что я искал!</p>]]></content>
			<author>
				<name><![CDATA[kimiga89]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33500</uri>
			</author>
			<updated>2016-06-01T18:11:12Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=104587#p104587</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK:возможно ли добавить строку состояния IE в GUI?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=104584#p104584" />
			<content type="html"><![CDATA[<p>А я так понял, речь идёт о прогрессбаре загрузки страницы, как у нас было когда-то для загрузки файла.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2016-06-01T18:02:30Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=104584#p104584</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK:возможно ли добавить строку состояния IE в GUI?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=104575#p104575" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>; jethrow, 30 October 2011 @ http://goo.gl/uXg1PP 
 
Gui Add, ActiveX, w980 h400 vWB, Shell.Explorer
Gui, Add, StatusBar
 
ComObjConnect( WB, Event )
WB.Navigate(&quot;www.google.com&quot;)
Gui Show
return
 
class Event {
 
  StatusTextChange(Text) {
    SB_SetText(Text)
	}
 
}
 
GuiClose:
	ExitApp</code></pre></div><p>Вот тут можно посмотреть остальные события:<br /><a href="https://msdn.microsoft.com/en-us/library/aa768400%28v=vs.85%29.aspx">https://msdn.microsoft.com/en-us/librar … 85%29.aspx</a></p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2016-06-01T17:31:46Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=104575#p104575</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK:возможно ли добавить строку состояния IE в GUI?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=104569#p104569" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong>, спасибо. Буду разбираться, мож кто еще что-то подскажет))</p>]]></content>
			<author>
				<name><![CDATA[kimiga89]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33500</uri>
			</author>
			<updated>2016-06-01T17:15:28Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=104569#p104569</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK:возможно ли добавить строку состояния IE в GUI?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=104568#p104568" />
			<content type="html"><![CDATA[<p>Как сайт прогружается, сразу не скажу, потом посмотрю, или может кто ещё подскажет, а в хелпе в примере к <a href="https://autohotkey.com/docs/commands/GuiControls.htm#ActiveX">ActiveX</a> показан способ определения полной загрузки.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2016-06-01T17:08:48Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=104568#p104568</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK:возможно ли добавить строку состояния IE в GUI?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=104553#p104553" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong>, чтоб было видно, как&nbsp; сайт прогружается в StatusBar&#039;e, ну проценты или шкала (как в IE)</p>]]></content>
			<author>
				<name><![CDATA[kimiga89]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33500</uri>
			</author>
			<updated>2016-06-01T16:17:57Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=104553#p104553</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK:возможно ли добавить строку состояния IE в GUI?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=104552#p104552" />
			<content type="html"><![CDATA[<p>А что значит привязать к сайту?</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2016-06-01T16:12:40Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=104552#p104552</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK:возможно ли добавить строку состояния IE в GUI?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=104551#p104551" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong>, Спасибо. А не знаешь как этот StatusBar привязать к сайту (ну в данном случае яндексу?)</p>]]></content>
			<author>
				<name><![CDATA[kimiga89]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33500</uri>
			</author>
			<updated>2016-06-01T16:11:00Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=104551#p104551</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK:возможно ли добавить строку состояния IE в GUI?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=104550#p104550" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>kimiga89 пишет:</cite><blockquote><p>есть ли возможность добавить строку состояния IE в GUI или панель вкладок или кнопки навигации («Назад», «Вперед», «Обновить/Остановить», «Экспресс-панель»).</p></blockquote></div><p>Насколько я знаю, нельзя, но можно добавить свои кнопки, и свой StatusBar.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2016-06-01T16:04:46Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=104550#p104550</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK:возможно ли добавить строку состояния IE в GUI?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=104543#p104543" />
			<content type="html"><![CDATA[<p>Доброго времени суток. Подскажите пожалуйста, есть ли возможность добавить строку состояния IE в GUI или панель вкладок или кнопки навигации («Назад», «Вперед», «Обновить/Остановить», «Экспресс-панель»).<br />Смотрел по темам, нигде не нашел. <br />В общем нужно, чтоб было видно полную загрузку страницы.</p><p>Вот скрипт <br /></p><div class="codebox"><pre><code>
Link = https://www.yandex.ua
Gui Add, ActiveX, w980 h640 vWB, Shell.Explorer  ; The final parameter is the name of the ActiveX component.
WB.Navigate(Link)  ; This is specific to the web browser control.
Gui Show
Return

GuiClose:
   WB := &quot;&quot;
   ExitApp
</code></pre></div><p>Спасибо за ответы!</p>]]></content>
			<author>
				<name><![CDATA[kimiga89]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33500</uri>
			</author>
			<updated>2016-06-01T14:02:46Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=104543#p104543</id>
		</entry>
</feed>
