473,396 Members | 1,886 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Mouse Wheel and Combo Boxes

All,
I am having a problem and would greatly appreciate any and all
information you could pass on to tme. I am working on a database and I
would like for a person to be able to scroll through a combo box
contents using the mouse wheel.
1st question: Is this Possible?
2nd Question: How do I go abour doing this?

Thankyou again I really need to figure this one out.
T

Jul 26 '06 #1
12 4547
Access already does this. I don't understand what the problem is. You
type the first few letters of value you want from the list and then use
the up and down arrows to select from there. So why do you need the
mousewheel code at all?

Jul 26 '06 #2
I understand what you are talking about. But for what I am working on,
the people using it will be using their natural instinct to use the
mouse and I need to be able to handle that. Efficiency is key and
retraining a person who has been doing it one way is not going to to
work.

Is what I am asking for (to scroll with mouse wheel) within the
capabilities of ms access 97?

T

Jul 27 '06 #3

Mr. T wrote:
I understand what you are talking about. But for what I am working on,
the people using it will be using their natural instinct to use the
mouse and I need to be able to handle that. Efficiency is key and
retraining a person who has been doing it one way is not going to to
work.

Is what I am asking for (to scroll with mouse wheel) within the
capabilities of ms access 97?

T
So give 'em a good beating. remember, Pavlovian response.... shock
them when they misbehave and reward them when they do what you want...

Private Sub CountryName_GotFocus()
Me.CountryName.Dropdown
End Sub

Jul 27 '06 #4
OK,
Thanks, but I think I'll pass on beating them.

Anyway.
Actually you almost hit the nail on the head with .dropdown

I have been using this property and what I need is for them to be able
to type in for example two letters and then scroll though it with the
mouse wheel.
I understand that keyboard arrows will get the job done.
T

Jul 27 '06 #5
Now I'm confused. What version of Access are you using? I can scroll
through the values of the dropped down combobox no problem.
(Access2002) typing just jumps ahead to the next matching value. No
code required. Don't even need to type anyting into the combobox... it
just moves me to the part of the list I'm interested in.

Jul 27 '06 #6
I am using MS Access 97 sorry I should have stated that from the
beginning.
The database I have been working on, at this point has too many
stations and is too involved to be converted to a newer version.
T

Jul 27 '06 #7
"Mr. T" wrote
I am using MS Access 97 sorry I should
have stated that from the beginning.
The database I have been working on, at
this point has too many stations and is
too involved to be converted to a newer
version.
I don't understand

(1) "has too many stations" -- what's a _station_?

(2) "too involved to be converted to a newer version"?

Larry Linson
Microsoft Access MVP
Jul 27 '06 #8
Mr. T wrote:
I understand what you are talking about. But for what I am working on,
the people using it will be using their natural instinct to use the
mouse and I need to be able to handle that. Efficiency is key and
retraining a person who has been doing it one way is not going to to
work.

Is what I am asking for (to scroll with mouse wheel) within the
capabilities of ms access 97?
I expect we'd all like to know how the users became habituated to using
the mouse wheel for scrolling through the offerings of a combo-box. How
did this happen?

In addition how do the users cope with standard Windows applications
including MS Office applications, and web/html pages.

Jul 28 '06 #9

Lyle Fairfield wrote:
>
I expect we'd all like to know how the users became habituated to using
the mouse wheel for scrolling through the offerings of a combo-box. How
did this happen?
Anyway we have kind of gone way off topic. But to answer both of your
question. I am a single college guy managing an entire network of 20
computer stations. Our original database was developped by another guy
about 5 years ago. I have taken his database and maniupalted it to the
database it is today. Anyway, upgrading is not feasable right now.
>
In addition how do the users cope with standard Windows applications
including MS Office applications, and web/html pages.
When you mean standard windows applications, the database is self
contained, to use excel spreadsheets by a way of manually creating csv
files and such. It has not need many other applications. I use forms
insted of web pages.

I don't want to give up on my idea of scrolling through combo boxes
yet. See I don't know what you guys all do, but part of my job is to
see how the user interfaces with the database and make it more user
friendly. Many people must be able to use it, even with just a little
training.

Jul 28 '06 #10
I added this functionality to the MouseWheelHook solution on my site.
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.
"Mr. T" <ti*********@hotmail.comwrote in message
news:11*********************@75g2000cwc.googlegrou ps.com...
>
Lyle Fairfield wrote:
>>
I expect we'd all like to know how the users became habituated to using
the mouse wheel for scrolling through the offerings of a combo-box. How
did this happen?

Anyway we have kind of gone way off topic. But to answer both of your
question. I am a single college guy managing an entire network of 20
computer stations. Our original database was developped by another guy
about 5 years ago. I have taken his database and maniupalted it to the
database it is today. Anyway, upgrading is not feasable right now.
>>
In addition how do the users cope with standard Windows applications
including MS Office applications, and web/html pages.

When you mean standard windows applications, the database is self
contained, to use excel spreadsheets by a way of manually creating csv
files and such. It has not need many other applications. I use forms
insted of web pages.

I don't want to give up on my idea of scrolling through combo boxes
yet. See I don't know what you guys all do, but part of my job is to
see how the user interfaces with the database and make it more user
friendly. Many people must be able to use it, even with just a little
training.

Jul 28 '06 #11
"Mr. T" <ti*********@hotmail.comwrote in
news:11*********************@75g2000cwc.googlegrou ps.com:
>
Lyle Fairfield wrote:
>>
I expect we'd all like to know how the users became
habituated to using the mouse wheel for scrolling through the
offerings of a combo-box. How did this happen?


I don't want to give up on my idea of scrolling through combo
boxes yet. See I don't know what you guys all do, but part of
my job is to see how the user interfaces with the database and
make it more user friendly. Many people must be able to use
it, even with just a little training.
What Lyle and the others are trying to explain is that this
functionality does NOT exist in Windows XP, Excel, Word, or
MSIE.

If it doesn't work, how can you claim that users are habituated
to this behaviour?

--
Bob Quintal

PA is y I've altered my email address.

--
Posted via a free Usenet account from http://www.teranews.com

Jul 28 '06 #12
Thanks Stephen,
This is right on track. I tried it, and it did just what I needed.
Thankyou for the hint.
T
Stephen Lebans wrote:
I added this functionality to the MouseWheelHook solution on my site.
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.
"Mr. T" <ti*********@hotmail.comwrote in message
news:11*********************@75g2000cwc.googlegrou ps.com...

Lyle Fairfield wrote:
>
I expect we'd all like to know how the users became habituated to using
the mouse wheel for scrolling through the offerings of a combo-box. How
did this happen?
Anyway we have kind of gone way off topic. But to answer both of your
question. I am a single college guy managing an entire network of 20
computer stations. Our original database was developped by another guy
about 5 years ago. I have taken his database and maniupalted it to the
database it is today. Anyway, upgrading is not feasable right now.
>
In addition how do the users cope with standard Windows applications
including MS Office applications, and web/html pages.
When you mean standard windows applications, the database is self
contained, to use excel spreadsheets by a way of manually creating csv
files and such. It has not need many other applications. I use forms
insted of web pages.

I don't want to give up on my idea of scrolling through combo boxes
yet. See I don't know what you guys all do, but part of my job is to
see how the user interfaces with the database and make it more user
friendly. Many people must be able to use it, even with just a little
training.
Jul 28 '06 #13

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: MARK | last post by:
I have 2 forms both with a combo box. The selection within the combo box is based on a statement each: SELECT * FROM dbo_consumables ORDER BY ; & SELECT DISTINCT FROM dbo_consumables...
5
by: Ima Lostsoul | last post by:
Anyone have a simple way to disbale the wheel on a wheel mouse in Access Apps? I have tried the Lebans code and it does not work for my application.
1
by: jv | last post by:
I have quite a few of continuous form and subform where I do allow scroll bars. I run into problems with the mouse wheel whenever the data on the form does not take up the whole page. In this...
2
by: CaptainWillard | last post by:
I am having a problem with Access 2000 for which I can't find an answer. My project opens a form with a new record, and one of the controls on the form is a combo box. If a user tries to navigate...
1
by: Otie | last post by:
Can this be fixed? I have a combo box which is filled with lots of choices on a certain form. I click on the combo box and want to scroll down through the items using my mouse's scroll wheel....
6
by: GGerard | last post by:
Hello I have an Access 2000 form with the following properties: Record Source - Table1
7
by: Martijn Mulder | last post by:
When the mouse is over a picture, the user can grow or shrink it by rolling the central mouse wheel. What behavior is typical when the user rolls the wheel away. Will the picture grow or shrink...
2
by: Greg | last post by:
I need to prevent a combo box's contents from being scrolled using the mouse wheel. I've tried using an overridden combo box and ignoring the base call within protected override void...
3
by: West55 | last post by:
I have an Access 2003 database I developed for one of my departments. I have been using Stephen Lebans' MouseWheelOnOff system to turn off the Mouse Wheel without any issues since I developed the...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.