Re: Horizontal Scrolling
- From: Ray Trent <rat@xxxxxxxxxxxxx>
- Date: Fri, 30 May 2008 08:54:48 -0700
doublemaster007@xxxxxxxxx wrote:
Does that mean that i have to write a UM service which reads for
horizontal scroll and post WM_H.. message. so that all app can get
that handle it?
Basically, yes. Though a "service" isn't the easiest way to do this (on Vista, services are isolated from the user desktops, and even on XP they're isolated from all but the first user's desktop). You probably want an app that sits in the Run key (and pays attention to fast-user-switching).
It won't work for everything, but at least some apps will respond to WM_HSCROLL messages if you send them to exactly the right window.
--
Ray
.
- References:
- Horizontal Scrolling
- From: doublemaster007@xxxxxxxxx
- Re: Horizontal Scrolling
- From: doublemaster007@xxxxxxxxx
- Re: Horizontal Scrolling
- From: Ray Trent
- Re: Horizontal Scrolling
- From: doublemaster007@xxxxxxxxx
- Horizontal Scrolling
- Prev by Date: Re: How to block system copy commands at driver level
- Next by Date: Re: Question about structure object copy
- Previous by thread: Re: Horizontal Scrolling
- Next by thread: Re: ZwWriteFile and memory buffer in Vista x64
- Index(es):
Relevant Pages
|