<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>My Daily Computer Solutions &#187; working with two mouses</title>
	<atom:link href="http://www.dailycomputersolutions.com/blog/index.php/iphone,problems,jobvermeulen,blog,daily,solutions/working-with-two-mouses/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailycomputersolutions.com/blog</link>
	<description>All day computer problems with solutions and advice.</description>
	<lastBuildDate>Mon, 31 May 2010 16:36:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Multiple mouse cursors on a Windows Desktop</title>
		<link>http://www.dailycomputersolutions.com/blog/index.php/2008/11/01/multiple-mouse-cursors-on-a-windows-desktop/</link>
		<comments>http://www.dailycomputersolutions.com/blog/index.php/2008/11/01/multiple-mouse-cursors-on-a-windows-desktop/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 19:23:18 +0000</pubDate>
		<dc:creator>Job Vermeulen (admin)</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[cpnmouse]]></category>
		<category><![CDATA[dual mouse]]></category>
		<category><![CDATA[multiple mouse]]></category>
		<category><![CDATA[two cursors]]></category>
		<category><![CDATA[working with two mouses]]></category>

		<guid isPermaLink="false">http://www.dailycomputersolutions.com/blog/?p=99</guid>
		<description><![CDATA[Ever thought of two mouse cursors at the same time? After googling I found a SDK from Microsoft, to make multi mouse available WITHIN your own application. I was wondering if this can be done system width. The answer is YES! There&#8217;s an open source project named CPNMouse (kinda outdated, last update was in 2004) but it [...]]]></description>
			<content:encoded><![CDATA[<p>Ever thought of two mouse cursors at the same time? After googling I found a SDK from Microsoft, to make multi mouse available WITHIN your own application. I was wondering if this can be done system width.</p>
<p>The answer is YES!</p>
<p>There&#8217;s an open source project named CPNMouse (kinda outdated, last update was in 2004) but it works!</p>
<p>Download the custom driver (make sure you have the binary) <a href="http://cpnmouse.sourceforge.net/install.html">from this website.</a><a href="http://cpnmouse.sourceforge.net/install.html"></a></p>
<p>Select your mouse in device manager, and update the driver to the downloaded on. <a href="http://cpnmouse.sourceforge.net/install.html">Instructions</a></p>
<p>If windows tells you there is no supported hardware in this driver follow these instructions (easy to fix!):</p>
<table class="mainboxframe" border="0">
<tbody>
<tr>
<td class="mainboxheader">Windows 2000/XP/2003</td>
</tr>
<tr>
<td class="mainbox">
<ol>
<li>Open <em>Start -&gt; Programs -&gt; Accessories -&gt; System Tools -&gt; System Information</em>. If this is not available on your computer, you may also be able to use <a href="http://www.perisoft.net/bushound/">BusHound</a> to obtain the information.</li>
<li>In this program select <em>Components -&gt; Input -&gt; Pointing Devices</em></li>
<li>The information in under PNP Device Id is what you need. It is in the form <em>USB\VID_<strong>XXXX</strong>&amp;PID_<strong>YYYY</strong>\&lt;something&gt;</em></li>
<li>You need the numbers <strong>XXXX</strong> and <strong>YYYY</strong></li>
<li>You must add a line to <tt>cpnmouse.inf</tt>. The line is &#8220;%CPNGroup.DeviceDesc1% = usbinst, HID\VID_<strong>XXXX</strong>&amp;PID_<strong>YYYY</strong>&#8220;, where <strong>XXXX</strong> and <strong>YYYY</strong> are the numbers found earlier. You should add the line just after the other lines looking just like it</li>
<li>If you send the numbers to me, I will add them to the distribution</li>
</ol>
</td>
</tr>
</tbody>
</table>
<p>After you successfully installed this driver (on both mouses!) <a href="http://cpnmouse.sourceforge.net/">download</a> and run the ordinary-binary application. This starts two mouse pointers witch can move separated.</p>
<p>It works, but the scroll function is lost (after the application is starts, not by installing the driver).</p>
<p>Try it yourself <img src='http://www.dailycomputersolutions.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>PS: It&#8217;s working on Windows XP SP3</p>
<p><em>Extra link:</em></p>
<p><em>Funny little multi mouse game:</em></p>
<p><a href="http://www.nekogames.jp/mt/2008/01/cursor10.html"><em>http://www.nekogames.jp/mt/2008/01/cursor10.html</em></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dailycomputersolutions.com/blog/index.php/2008/11/01/multiple-mouse-cursors-on-a-windows-desktop/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
	</channel>
</rss>
