<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Comments on: VB6 versus the mouse wheel</title>
	<atom:link href="http://bluegator.org/devel/archives/2005/05/20/vb6-versus-the-mouse-wheel/feed/" rel="self" type="application/rss+xml" />
	<link>http://bluegator.org:66/devel/archives/2005/05/20/vb6-versus-the-mouse-wheel/</link>
	<description></description>
	<pubDate>Tue, 06 Jan 2009 00:24:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: FireXtol</title>
		<link>http://bluegator.org:66/devel/archives/2005/05/20/vb6-versus-the-mouse-wheel/comment-page-1/#comment-27267</link>
		<dc:creator>FireXtol</dc:creator>
		<pubDate>Fri, 05 Sep 2008 13:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://bluegator.org:66/devel/?p=53#comment-27267</guid>
		<description>Install 'intellimouse-compatible', for lack of a better term, drivers (eg. Logitech has SetPoint.exe). When running it will provide the mouse APIs to most standard window/controls. Though it appears to use a signed word value, regardless. So to get the full 65,536 range would require some manipulation.. otherwise it's stuck to a range around 32k.</description>
		<content:encoded><![CDATA[<p>Install &#8216;intellimouse-compatible&#8217;, for lack of a better term, drivers (eg. Logitech has SetPoint.exe). When running it will provide the mouse APIs to most standard window/controls. Though it appears to use a signed word value, regardless. So to get the full 65,536 range would require some manipulation.. otherwise it&#8217;s stuck to a range around 32k.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Marchione</title>
		<link>http://bluegator.org:66/devel/archives/2005/05/20/vb6-versus-the-mouse-wheel/comment-page-1/#comment-24551</link>
		<dc:creator>Joe Marchione</dc:creator>
		<pubDate>Fri, 28 Dec 2007 16:02:22 +0000</pubDate>
		<guid isPermaLink="false">http://bluegator.org:66/devel/?p=53#comment-24551</guid>
		<description>Thanks you!  I have been looking for that answer.

I had no problem in VBA but was going nuts in VB6 IDE.

Have a Great New Year.</description>
		<content:encoded><![CDATA[<p>Thanks you!  I have been looking for that answer.</p>
<p>I had no problem in VBA but was going nuts in VB6 IDE.</p>
<p>Have a Great New Year.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: El DanBa</title>
		<link>http://bluegator.org:66/devel/archives/2005/05/20/vb6-versus-the-mouse-wheel/comment-page-1/#comment-22565</link>
		<dc:creator>El DanBa</dc:creator>
		<pubDate>Fri, 19 Oct 2007 14:25:32 +0000</pubDate>
		<guid isPermaLink="false">http://bluegator.org:66/devel/?p=53#comment-22565</guid>
		<description>Thanks man, works like a charm</description>
		<content:encoded><![CDATA[<p>Thanks man, works like a charm</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: withanh</title>
		<link>http://bluegator.org:66/devel/archives/2005/05/20/vb6-versus-the-mouse-wheel/comment-page-1/#comment-20700</link>
		<dc:creator>withanh</dc:creator>
		<pubDate>Wed, 20 Jun 2007 16:37:13 +0000</pubDate>
		<guid isPermaLink="false">http://bluegator.org:66/devel/?p=53#comment-20700</guid>
		<description>The link is fixed, you can download it from the referenced MS kb article http://support.microsoft.com/?id=837910

h</description>
		<content:encoded><![CDATA[<p>The link is fixed, you can download it from the referenced MS kb article <a href="http://support.microsoft.com/?id=837910" rel="nofollow">http://support.microsoft.com/?id=837910</a></p>
<p>h</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: greg</title>
		<link>http://bluegator.org:66/devel/archives/2005/05/20/vb6-versus-the-mouse-wheel/comment-page-1/#comment-20306</link>
		<dc:creator>greg</dc:creator>
		<pubDate>Thu, 31 May 2007 14:31:31 +0000</pubDate>
		<guid isPermaLink="false">http://bluegator.org:66/devel/?p=53#comment-20306</guid>
		<description>THANK YOU!!!  This is so helpful. I use c#.net and some vb6, but when I use vb6 without wheelmouse ability, I feel like the tips of my fingers are cut off.  Thanks for the link.</description>
		<content:encoded><![CDATA[<p>THANK YOU!!!  This is so helpful. I use c#.net and some vb6, but when I use vb6 without wheelmouse ability, I feel like the tips of my fingers are cut off.  Thanks for the link.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis</title>
		<link>http://bluegator.org:66/devel/archives/2005/05/20/vb6-versus-the-mouse-wheel/comment-page-1/#comment-7327</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Wed, 01 Nov 2006 05:34:42 +0000</pubDate>
		<guid isPermaLink="false">http://bluegator.org:66/devel/?p=53#comment-7327</guid>
		<description>Hey Dug, 
I just came across this forum so you've probably already fixed it but..

I do a lot of work in vba, usually at a client's site.
Drives me nuts not having the scroll work in the vba editor. The fix is; at a clients site load the mouse driver on the local machine, then it works. 
Usually no-one bothers cause the scroll works everywhere else.</description>
		<content:encoded><![CDATA[<p>Hey Dug,<br />
I just came across this forum so you&#8217;ve probably already fixed it but..</p>
<p>I do a lot of work in vba, usually at a client&#8217;s site.<br />
Drives me nuts not having the scroll work in the vba editor. The fix is; at a clients site load the mouse driver on the local machine, then it works.<br />
Usually no-one bothers cause the scroll works everywhere else.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dug</title>
		<link>http://bluegator.org:66/devel/archives/2005/05/20/vb6-versus-the-mouse-wheel/comment-page-1/#comment-4650</link>
		<dc:creator>Dug</dc:creator>
		<pubDate>Wed, 28 Jun 2006 13:50:59 +0000</pubDate>
		<guid isPermaLink="false">http://bluegator.org:66/devel/?p=53#comment-4650</guid>
		<description>scratch the "not for the VBA editor" part, the MS download came with the VBA fix, just had to merge the .reg file.
Thanks for the article, It was very helpfull!</description>
		<content:encoded><![CDATA[<p>scratch the &#8220;not for the VBA editor&#8221; part, the MS download came with the VBA fix, just had to merge the .reg file.<br />
Thanks for the article, It was very helpfull!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dug</title>
		<link>http://bluegator.org:66/devel/archives/2005/05/20/vb6-versus-the-mouse-wheel/comment-page-1/#comment-4649</link>
		<dc:creator>Dug</dc:creator>
		<pubDate>Wed, 28 Jun 2006 13:44:27 +0000</pubDate>
		<guid isPermaLink="false">http://bluegator.org:66/devel/?p=53#comment-4649</guid>
		<description>Thanks a bunch, worked for VB6, but unfortunately not for the VBA editor, I figured it would work the same but the Add-in doesn't show up.  Maybe I'm missing something, back to google...
Nice to get the wheel in VB6! I can't believe how much I depend on it.  Now I don't have to move my hand AAALLLLLLLL the way over to the scroll bar! woo-hoo</description>
		<content:encoded><![CDATA[<p>Thanks a bunch, worked for VB6, but unfortunately not for the VBA editor, I figured it would work the same but the Add-in doesn&#8217;t show up.  Maybe I&#8217;m missing something, back to google&#8230;<br />
Nice to get the wheel in VB6! I can&#8217;t believe how much I depend on it.  Now I don&#8217;t have to move my hand AAALLLLLLLL the way over to the scroll bar! woo-hoo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yaffle</title>
		<link>http://bluegator.org:66/devel/archives/2005/05/20/vb6-versus-the-mouse-wheel/comment-page-1/#comment-224</link>
		<dc:creator>Yaffle</dc:creator>
		<pubDate>Fri, 31 Mar 2006 12:06:33 +0000</pubDate>
		<guid isPermaLink="false">http://bluegator.org:66/devel/?p=53#comment-224</guid>
		<description>Crikey!

works in the Visual C/C++ 4.0 development environment too!

what a treat!</description>
		<content:encoded><![CDATA[<p>Crikey!</p>
<p>works in the Visual C/C++ 4.0 development environment too!</p>
<p>what a treat!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jasonspix</title>
		<link>http://bluegator.org:66/devel/archives/2005/05/20/vb6-versus-the-mouse-wheel/comment-page-1/#comment-210</link>
		<dc:creator>jasonspix</dc:creator>
		<pubDate>Sun, 01 Jan 2006 22:19:20 +0000</pubDate>
		<guid isPermaLink="false">http://bluegator.org:66/devel/?p=53#comment-210</guid>
		<description>I found your site when searching for a fix to the no scroll mouse support for VB6.  I went to the Microsoft page and it was actually there and was able to download the add-in!  kinda funny to be excited for such a small thing!</description>
		<content:encoded><![CDATA[<p>I found your site when searching for a fix to the no scroll mouse support for VB6.  I went to the Microsoft page and it was actually there and was able to download the add-in!  kinda funny to be excited for such a small thing!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
