mousewheel Questions

1

As a long time user of Delphi 7, I've rolled my own mouse wheel handling in a few controls but lately I've noticed that some recent applications only need the mouse cursor to be placed over a contr...
Statesmanship asked 18/3, 2010 at 19:25

2

Solved

Is there any way to determine if the mouse scrolls up or down using the Mousewheel handler on a sub? eg Private Sub PictureBox1_MouseWheel(ByVal sender As Object, ByVal e As System.Windows.Forms.M...
Baudin asked 4/3, 2010 at 10:6

3

Solved

Is it possible to disable mousewheel scrolling on my webpage while the cursor is over my flex application? My flex application is a map that allows user to zoom in and out using the mousewheel; ho...
Grassy asked 5/1, 2010 at 10:22

2

Solved

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 number of JPanels s...
Syncopated asked 20/11, 2009 at 8:47

1

In this question How to detect mouse wheel tilt an answer is posted and accepted that shows the code needed. I've implemented that code in my application's existing WndProc method (which is workin...
Monoicous asked 7/7, 2009 at 13:57

1

Solved

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 with a ListBox in ...
Kendakendal asked 17/4, 2009 at 16:53

1

Solved

What's the better way to handle the ctrl + mouse wheel in C#? I've figured out how to handle the MouseWheel event but how to know that the ctrl key is being pressed too?
Fontaine asked 6/11, 2008 at 14:8

© 2022 - 2024 — McMap. All rights reserved.