I have read a great deal about mouse scrolling and not scrolling and found some fancy solutions. I am not good at reading code and what I want may be simpler than what these solutions do. I would like to disable the mousewheel entirely while my database is in use. I don't want to offer the option to turn it back on. I have in place a dll file but it worries me to use this, as it is an external file. Is there a code that will simply disable the wheel for the entire time a database is opened? (Also do I have to call it for each database object?)
Does anyone know the most SIMPLE way to do this? Thanks for any opinions.
Does anyone know the most SIMPLE way to do this? Thanks for any opinions.