|
Home > Archive > MS Access database support > July 2005 > mouse scrolling problem
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
mouse scrolling problem
|
|
|
| Hi,
I found in these forums that one solution to stop the mouse wheel
scrolling is:
http://support.microsoft.com/defaul...kb;en-us;278379
I have a main form on which there is a tabctrl. One of the tab pages
contains a subform with another tabctrl with subforms.
Anyhow I use the code from microsoft(with the dll file) with the main
form and that works fine. When I use it with the first subform it won't
let me access the tabctrl or any of the records on the subform? I can't
type anything. I checked the properties and everything seems unlocked
and all the allow properties are set to yes...
Has anyone seen something like this before?
Thanks
| |
| David Schofield 2005-07-26, 3:25 am |
| On 24 Jul 2005 14:43:21 -0700, "ken" <gevayl@gmail.com> wrote:
>Hi,
>I found in these forums that one solution to stop the mouse wheel
>scrolling is:
>http://support.microsoft.com/defaul...kb;en-us;278379
>
>I have a main form on which there is a tabctrl. One of the tab pages
>contains a subform with another tabctrl with subforms.
>
>Anyhow I use the code from microsoft(with the dll file) with the main
>form and that works fine. When I use it with the first subform it won't
>let me access the tabctrl or any of the records on the subform? I can't
>type anything. I checked the properties and everything seems unlocked
>and all the allow properties are set to yes...
>
>Has anyone seen something like this before?
>
>Thanks
>
Hi
I expect it is because the tab control (which in the old days used to be
an external control) is also subclassing the mouse.
I'm surprised that MS are encouraging users to use this sort of code!
David
| |
| Stephen Lebans 2005-07-27, 8:25 pm |
| That solution does not work with Subforms. If you scroll down to the
older solution on my MouseHook web page you will find a modified version
of the the KB code that works with multiple forms and subforms.
http://www.lebans.com/mousewheelonoff.htm
--
HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
"ken" <gevayl@gmail.com> wrote in message
news:1122241401.521319.147170@g14g2000cwa.googlegroups.com...
> Hi,
> I found in these forums that one solution to stop the mouse wheel
> scrolling is:
> http://support.microsoft.com/defaul...kb;en-us;278379
>
> I have a main form on which there is a tabctrl. One of the tab pages
> contains a subform with another tabctrl with subforms.
>
> Anyhow I use the code from microsoft(with the dll file) with the main
> form and that works fine. When I use it with the first subform it
won't
> let me access the tabctrl or any of the records on the subform? I
can't
> type anything. I checked the properties and everything seems unlocked
> and all the allow properties are set to yes...
>
> Has anyone seen something like this before?
>
> Thanks
>
|
|
|
|
|