Disable mouse wheel scrolling
Dear Visual C++ Friends,
here is the trick
To disable mouse wheel in comboBox (MFC)
Use it in place of your combobox control, capture the mousewheel messages WM_MOUSEWHEEL and then don't forward them to the base class...
..........
thanks
