<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Смена системного курсора (OC Win10)]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=11226&amp;type=atom" />
	<updated>2016-01-15T21:20:50Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=11226</id>
		<entry>
			<title type="html"><![CDATA[AHK: Смена системного курсора (OC Win10)]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=100366#p100366" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Странникх]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30605</uri>
			</author>
			<updated>2016-01-15T21:20:50Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=100366#p100366</id>
		</entry>
</feed>
