<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Смена системного курсора (OC Win10)]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=11226</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=11226&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Смена системного курсора (OC Win10)».]]></description>
		<lastBuildDate>Fri, 15 Jan 2016 21:20:50 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[AHK: Смена системного курсора (OC Win10)]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=100366#p100366</link>
			<description><![CDATA[<div class="codebox"><pre><code>SetSystemCursor(Cursor) {
   CursorHandle := DllCall(&quot;LoadCursorFromFile&quot;, Str, Cursor)
   DllCall(&quot;SetSystemCursor&quot;, Uint, CursorHandle, Int, &quot;32512&quot;)
}

RestoreCursors() {
   SPI_SETCURSORS := 0x57
   DllCall(&quot;SystemParametersInfo&quot;, UInt, SPI_SETCURSORS, UInt, 0, UInt, 0, UInt, 0)
}</code></pre></div><p>Почему данные функции перестали работать на Windows 10? Есть альтернатива?</p>]]></description>
			<author><![CDATA[null@example.com (Странникх)]]></author>
			<pubDate>Fri, 15 Jan 2016 21:20:50 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=100366#p100366</guid>
		</item>
	</channel>
</rss>
