<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK:Обновление экрана. redraw off]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=14780&amp;type=atom" />
	<updated>2019-05-16T20:57:57Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=14780</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK:Обновление экрана. redraw off]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=134379#p134379" />
			<content type="html"><![CDATA[<p>Эта функция использует wm_setredraw.<br />Тут подумал, что наверное можно перекрывать любое окно любой программы другим рабочим столом, по типу, как это делает UAC.</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2019-05-16T20:57:57Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=134379#p134379</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK:Обновление экрана. redraw off]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=134341#p134341" />
			<content type="html"><![CDATA[<p>Всем спасибо. Буду читать. Еще <a href="https://autohotkey.com/board/topic/45144-function-cloak">function: cloak()</a>.</p>]]></content>
			<author>
				<name><![CDATA[red2881]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30934</uri>
			</author>
			<updated>2019-05-15T19:49:59Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=134341#p134341</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK:Обновление экрана. redraw off]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=134336#p134336" />
			<content type="html"><![CDATA[<p>Любого, наверное, никак не получится, а так можно еще wm_setredraw пробовать отправлять.</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2019-05-15T15:40:18Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=134336#p134336</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK:Обновление экрана. redraw off]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=134334#p134334" />
			<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>2019-05-15T10:45:33Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=134334#p134334</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK:Обновление экрана. redraw off]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=134329#p134329" />
			<content type="html"><![CDATA[<p>Как в Excel знаю. Как отключить обновление любого окна, или экрана целиком.</p>]]></content>
			<author>
				<name><![CDATA[red2881]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30934</uri>
			</author>
			<updated>2019-05-15T08:15:42Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=134329#p134329</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK:Обновление экрана. redraw off]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=134328#p134328" />
			<content type="html"><![CDATA[<p><strong>red2881</strong></p><div class="codebox"><pre><code>
xl := ComObjCreate(&quot;Excel.Application&quot;)
xl.screenUpdating := 0
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[inseption86]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=38818</uri>
			</author>
			<updated>2019-05-15T07:47:44Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=134328#p134328</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK:Обновление экрана. redraw off]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=134325#p134325" />
			<content type="html"><![CDATA[<p>Добрый день!</p><p>Есть возможность на время работы скрипта выключить обновление экрана? </p><p>VBA есть: </p><div class="codebox"><pre><code>Application.ScreenUpdating = False</code></pre></div>]]></content>
			<author>
				<name><![CDATA[red2881]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30934</uri>
			</author>
			<updated>2019-05-15T06:18:53Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=134325#p134325</id>
		</entry>
</feed>
