2
votes
2answers
40 views
Swing won’t trigger mouseEntered/mouseExited properly after mouse wheel events?
I have an issue where Swing (in Java 1.6, Windows) doesn't seem to trigger mouseEntered and mouseExited events the way I want it to. I have an application where I wish to have a nu …
0
votes
1answer
10 views
Horizontal scrolling in Datagridview
Hi all,
I want to scroll horizontal in my grid (inherited from DataGridView).
Not with Ctrl+scrolling tiltwheel (mousewheel), but by pushing the mousewheel to the left or the righ …
2
votes
2answers
68 views
How do I use DoMouseWheel to scroll a line at a time?
I've written a grid control and would like to add support for the mouse wheel to it. I thought it would be as simple as overriding the DoMouseWheel virtual method, but there is a b …
1
vote
1answer
49 views
Can I suppress selected input before the application’s main loop?
As part of my Visual Studio utilities add-in SamTools, I have a mouse input routine that catches Ctrl+MouseWheel and sends a pageup/pagedown command to the active text window. Visu …
0
votes
1answer
36 views
Flash multi-touch on Windows 7 - configurable?
I'm testing a Flash application in Windows 7 that uses the mouse wheel to perform a zoom. When I do a standard pinch gesture the app properly zooms in or out, so I'm guessing that …
-1
votes
0answers
47 views
Textbox Scroll Via Mouse Wheel
I have made two scrollable textfields on my webpage using Flash. I am trying to make these fields scrollable using the mouse wheel. I have done some reading and I've seen a lot of …
1
vote
2answers
35 views
Can Win32 popup menus respond to the scroll wheel?
Say I have a bog-standard Win32 popup menu, and it's taller than the screen. It sprouts an up arrow at the top and a down arrow at the bottom, so the user can scroll through its it …
2
votes
2answers
89 views
How can I scroll my panel using my mousewheel?
I have a panel on my form with AutoScroll set to true so a scrollbar appears automatically.
How can I make it so a user can use his mouse wheel to scroll the panel? Thanks SO.
1
vote
1answer
123 views
Flash: Using mouse wheel events in full screen mode (Windows and Mac)
Although Flash has a mouse wheel event (MouseEvent.MOUSE_WHEEL), it comes with quite a few problems.
The first is that the event is not yet supported on the Mac. So there are a b …
0
votes
1answer
64 views
Can’t see MouseWheel even on nested Panel control in C#
I have a Panel on a TabPage on a TabControl that is on a form.
I have a Mouse Event function "control_MouseWheel".
If I bind that function to the MouseWheel event of just the pa …
1
vote
1answer
134 views
Detecting mousewheel over non-focused window?
My goal is to make a floating toolbar (as its own C# application), and when the user uses the scrollwheel over me I want to change the buttons that are visible. Sounds easy enough, …
0
votes
1answer
42 views
HTMLELEMENTEVENTS2::OnMouseWheel Event
On trying to intercept HTMLELEMENTEVENTS2::OnMouseWheel Event using ATL/C++, the default behavior of Mouse Wheel (i.e. scrolling the page) is disabled. The event is intercepted fin …
0
votes
2answers
1k views
WPF - mouse wheel not working when over ScrollViewer’s child controls
I was kind of expecting my ScrollViewer's child controls to hand the MouseWheel events back up the the ScrollViewer automatically, and that's not the case.
I have a ScrollViewer w …
0
votes
2answers
265 views
How to use MouseWheel to scroll MDI parent window in Winforms app
I have a VB.Net Winforms app which displays an MDI parent form and allows multiple child forms to be displayed on it. If the child forms extend beyond the screen height, a vertica …
0
votes
1answer
143 views
WPF - Send mouse wheel messages to a Frame/WebBrowser control
I'm hosting some web content in a WPF app using the WebBrowser control (or Frame, havent' decided yet). There are some external influences that I'd like to use to simulate mouse w …
