<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; WSH: Поместить текст в буфер обмена]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=12563</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=12563&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «WSH: Поместить текст в буфер обмена».]]></description>
		<lastBuildDate>Sun, 26 Mar 2017 09:41:52 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: WSH: Поместить текст в буфер обмена]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=114161#p114161</link>
			<description><![CDATA[<div class="codebox"><pre><code>With CreateObject(&quot;InternetExplorer.Application&quot;)
  .Navigate(&quot;about:blank&quot;)
  .document.parentWindow.clipboardData.setData &quot;text&quot;, &quot;Текст в буфере обмена&quot;
  .ExecWB 45, 2 : .Quit
End With</code></pre></div><p>Есть, разумеется, и другие варианты с применением clip.exe или сторонних компонентов (<a href="http://forum.script-coding.com/viewtopic.php?id=2864">1</a>, <a href="http://script-coding.com/WshExtra.html">2</a>, <a href="http://script-coding.com/AutiItX.html">3</a>, <a href="http://web.archive.org/web/20130907081123/http://www.promsoft.ru/index.php?action=topics&amp;topic_id=20&amp;page_id=22">4</a>).<br />А вообще ответ <a href="http://forum.script-coding.com/viewtopic.php?id=4324">элементарно находится</a> <span style="color: green">обязательным поиском по форуму. <strong>Тема закрыта</strong>.</span></p>]]></description>
			<author><![CDATA[null@example.com (Flasher)]]></author>
			<pubDate>Sun, 26 Mar 2017 09:41:52 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=114161#p114161</guid>
		</item>
		<item>
			<title><![CDATA[WSH: Поместить текст в буфер обмена]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=114160#p114160</link>
			<description><![CDATA[<p>Как я могу с помощью <strong>VBScript</strong> или <strong>JScript </strong>поместить текст в буфер обмена?<br />Почему так не получается?</p><div class="codebox"><pre><code>Set obj = CreateObject(&quot;htmlfile&quot;)
ReadAll = &quot;111&quot;
obj.parentWindow.clipboardData.setData &quot;text&quot;, &quot;ReadAll&quot;
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Parazit)]]></author>
			<pubDate>Sun, 26 Mar 2017 09:30:37 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=114160#p114160</guid>
		</item>
	</channel>
</rss>
