Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Microsoft Office > Access and Access VBA > Access
|
Access Discussion of Microsoft Access database design and programming. See also the forums for Access ASP and Access VBA.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 16th, 2009, 06:47 PM
Registered User
 
Join Date: Aug 2009
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Question Disable mousewheel in Access 2003

I like to switch off the mousewheel in my access-forms.

I tried to use the method of Stephen Lebans but in this method i have to use switches to toggle the mousewheel on or off.
I am searching for a solution that disables the mousewheel on startup of the database and switch it on again when closing the database.

Is there anyone who can help me ??
 
Old August 17th, 2009, 07:48 AM
Friend of Wrox
 
Join Date: Jun 2005
Posts: 181
Thanks: 0
Thanked 0 Times in 0 Posts
Default Mouse Wheel Disabled

Try using the following link http://www.lebans.com/mousewheelonoff.htm
Regards
__________________
Brendan Bartley
 
Old August 17th, 2009, 02:51 PM
Registered User
 
Join Date: Aug 2009
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Question disable mousewheel

Quote:
Originally Posted by Brendan Bartley View Post
Try using the following link http://www.lebans.com/mousewheelonoff.htm
Regards
I tried to use this option, but as I wrote you manualy have to switch the mousewheel option on or off.
I like to use an option which automaticly disables the mousewheel when starting the database and enables the mousewheel when leaving it.
 
Old August 18th, 2009, 11:35 AM
Friend of Wrox
 
Join Date: Jun 2005
Posts: 181
Thanks: 0
Thanked 0 Times in 0 Posts
Default Disable Mousewheel

copy the module and insert into the main form on form load
Dim blRet As Boolean
blRet = MouseWheelOFF(False)
The mouse wheel will only be disabled in MS Access

The good news from microsoft is that the mouse wheel is disaled automatically in ms access 2007
__________________
Brendan Bartley





Similar Threads
Thread Thread Starter Forum Replies Last Post
Upgrade Access 2000 format to Access 2003 Mercede Access VBA 1 April 22nd, 2009 06:18 PM
mousewheel on crystalreportviewer SabinoFonseca VB.NET 2002/2003 Basics 1 October 10th, 2007 12:34 PM
How to Disable a Mousewheel Brendan Bartley Access 2 August 28th, 2005 07:36 PM
mousewheel causes subform to advance a record Loralee Access VBA 1 October 27th, 2004 11:14 PM
Disable ctrl+o in Access 97 henrod2k Access VBA 2 July 3rd, 2003 10:09 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.