<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Jacob Kruger wrote:<br>
</div>
<blockquote cite="mid:DA55FEF13E9F4E29BBCC0F951D96E624@JakePC"
type="cite">
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
<meta name="GENERATOR" content="MSHTML 11.00.9600.16428">
<style></style>...
<div><font face="Arial" size="2">But, while something like
.GetCursorInfo looks promising, I am struggling to find more
info about what the first two returned items are - one of them
seems to be an integer which almost matches the same value you
get returned using just .GetCursor(), ...</font></div>
<div> </div>
<div><font face="Arial" size="2">Suggestions?</font></div>
</blockquote>
<br>
You always need to remember that virtually everything exposed by the
PyWin32 modules are wrappers around ordinary Win32 APIs. The master
reference for Win32 APIs is the MSDN library. If you had Googled
for GetCursorInfo, you'd get this page:<br>
<a class="moz-txt-link-freetext" href="http://msdn.microsoft.com/en-us/library/windows/desktop/ms648389.aspx">http://msdn.microsoft.com/en-us/library/windows/desktop/ms648389.aspx</a><br>
which would point you to the CURSORINFO structure that has your
goodies:<br>
<a class="moz-txt-link-freetext" href="http://msdn.microsoft.com/en-us/library/windows/desktop/ms648381.aspx">http://msdn.microsoft.com/en-us/library/windows/desktop/ms648381.aspx</a><br>
<pre class="moz-signature" cols="72">--
Tim Roberts, <a class="moz-txt-link-abbreviated" href="mailto:timr@probo.com">timr@probo.com</a>
Providenza & Boekelheide, Inc.
</pre>
</body>
</html>