Tagged Questions
0
votes
1answer
12 views
Getting the Logical UIElement under the mouse in WPF
It seems that all of the way of retrieving an element under the Mouse relates to Visual Hit testing.
Is there some mechanism that I'm missing which would allow me to grab the actual UIElement that ...
0
votes
1answer
117 views
How to draw lines with mouse in C#
Im currently trying to make a pragram in visual studio WPF form, that draws lines using mouse like in paint.
Currently it is drawing the same old line and continues drawing it but i want to draw ...
0
votes
3answers
129 views
In WPF, how do you tell if the left mouse button is currently down without using any events?
I have an app where I want to be able to move a slider. However, the slider is automatically updated by the program every 30 seconds. When I try to change the slider position with my mouse, the ...
11
votes
4answers
571 views
WPF: mouse leave event doesn't trigger with mouse down
I'm having an issue with mouse enter / leave events. When mouse button is pressed and hold with cursor inside the control and then cursor is moved out of the control fast enough this events don't ...
0
votes
1answer
44 views
WPF DataGrid Zoom to mouse position
I have a DataGrid that LayoutTransform is Binded to a Slider like that:
<DataGrid.LayoutTransform>
<ScaleTransform
ScaleX="{Binding ElementName=MySlider, ...
0
votes
3answers
59 views
LogicalTree Control directly under mouse no VisualTree
This is a WPF application.
I'm trying to get the control directly under the mouse and it's proving to be a surprising pain.
Mouse.DirectlyOver, InputHitTest and VisualTreeHelper.HitTest all ...
0
votes
2answers
118 views
Obtaining Mouse Coordinates from Kinect video image
I'm learning Kinect and C#, so I'm having some problems with my new project. I want to get the distance from a certain object to the Kinect. I'm thinking of using solids to make it simple. So the idea ...
0
votes
2answers
113 views
Mousebinding in a WPF TreeView
Is there a way to do a Mouse- or KeyBinding in a WPF treeview?
<TreeView ItemsSource="{Binding Main.TreeItems}">
<TreeView.ItemTemplate>
...
1
vote
1answer
166 views
Use RX to reduce the frequency of mouse move events
I'm new to RX but feel it should be able to provide a good solution to a task I wish to solve. After quite a bit of searching I still haven't found a solution.
I have a WPF application within which a ...
0
votes
1answer
146 views
WPF overwrite all default mouse cursors
is it possible to change all default cursors (defined by .NET) to changed into other cursors for a single skin style? I mean that if the mouse touch the current window all default cursors from the ...
0
votes
1answer
120 views
Pass all keyboard and mouse input from wpf-host application to hosted out of process win32 client. (using HwndHost)
I have an old application (game) that starts at location 0, 0 and is dialog styled. Cant move it the regular way, cant resize, very annoying. I have no access to the source code, just the compiled ...
0
votes
0answers
136 views
Slider thumb not being changed when slider value is changed if the user is holding the slider's thumb
I have a custom user control called ImageTemplate. This control contains an image and has functionality that allows the user to do stuff to the image displaying. When a particular event fires, the ...
1
vote
2answers
120 views
how to recognize clicks of two different mouses?
I want to recognize clicks of two mice - is this possible? I have to do different actions depending on which button was pressed.
UPDATE: For example, two left buttons from two mice.
1
vote
1answer
123 views
TitleBar Events
I would like to know that, is there any way to handle Mouse events on Windows TitleBar? I want to handle some code when Mouse cursor is over Application's TitleBar.
Please give me some suggestions.
...
0
votes
1answer
287 views
Keep moving mouse cursor while pointing somewhere
So, i'm trying to create a Kinect application where the mouse is controlled by the movements of the head.
if (faceFrame.TrackSuccessful)
{
var xBase = ...
0
votes
1answer
140 views
TabItem headers not responding to mouse, only on text
I have a WPF TabControl with four TabItems and applied a custom Style to both the TabControl and the TabItems as follows:
<Style TargetType="TabControl" x:Key="TabControlStyle">
<Setter ...
1
vote
1answer
223 views
How to open a WPF window that has a Windows Form parent at mouse position?
I have a windows forms window application. Inside the application we want to open a WPF window that is positioned at a location relative to the mouse position. Let's say, that the window center may be ...
0
votes
3answers
407 views
Why does the MouseMove event not work if mouse loses focus on object?
I basically have a simple problem in my program that I just want to make sure goes right. It should on the click of the mouse button add the MouseEventHandler and then move the circle along with the ...
0
votes
1answer
112 views
MouseUp doesn't get called on Grid.Children.Clear()
I have this code in a class derived from UserControl (same behavior when it's derived from Window). The code is a very simple sample (isolates the problem) from a project where I want to move some ...
0
votes
2answers
155 views
What is the setter property for a mouse up action in wpf button style?
I am trying to change button look at each state, now i have IsEnabled IsPressed IsMouseOver, but what is the Tigger Property for mouse left button released?
<Style x:Key="GoogleGreyButton" ...
0
votes
1answer
116 views
A multipoint mouse WPF inside web browser?
I am trying to embed a WPF with multipoint mouse SDK registered inside the web browser using asp.net. I've tried to register the page instead of window but it seems like only enable to register only ...
0
votes
1answer
351 views
Activate horizontal scrolling with mouse on ListView
I've got a custom horizontal ListView with custom ScrollViewer inside it's template (created with Blend). I want it to scroll horizontally when using mouse scrolling wheel.
How can I do that?
2
votes
1answer
312 views
Emulate double click event in Datagrid with touchDown
i am new using WPF. I have a WPF Window with a datagrid wich launch a process when double click occurs. This work great, but when i do this in a tablet(with windows 7), using the touch screen, the ...
1
vote
1answer
1k views
How to get Touchscreen to use Mouse Events instead of Touch Events in C# app
I have developed a C# app that overrides the PreviewMouseUp, PreviewMouseMove, and PreviewMouseDown events in some custom controls to allow scrolling a scroll viewer by clicking and dragging. This ...
5
votes
1answer
751 views
How to check if the mouse moves, while the left mouse button is down, in c#
I need to find a way to check if the mouse moves in c#, while the left button is down. Ive searched online and havent found any answers that work.
3
votes
1answer
243 views
Best practices for creating both mouse and touch-oriented WPF application [closed]
There is a need to develop WPF application which will support both mouse and touch input. I'm looking for an approach that will enable maintaining single codebase and minimize pain to implement that. ...
0
votes
2answers
526 views
how can I draw a rectangle and circle/ellipse in WPF like we do in paint by dragging mouse
I am developing a whiteboard application in WPF.
How can I draw a rectangle and circle/ellipse by dragging the mouse like we do in Paint by dragging the mouse pointer ?
I am using WPF canvas for ...
0
votes
2answers
433 views
Select ListBoxItem on MouseUp WPF
I have a ListBox with multiple selection. And I am doing drag and drop operation in it. I used Ctrl+A to select all items. But once I have click an item to start drag, items got deselected. Is there ...
0
votes
1answer
258 views
How do I create/handle IsMouseOverChanged
I like the functionality of IsMouseDirectlyOverChanged, but it only works for the topmost elements. What I really want to do is monitor the IsMouseOver property of a control, regardless of its ...
0
votes
2answers
137 views
MouseEnter a hit area causes panel to fly-in and fill the hit area
I feel like I've tried everything to make this work right. I have a rectangle with a MouseEnter and MouseLeave event that cause the fly-in animation to start and stop. The problem is, when the ...
1
vote
2answers
327 views
Wrong Mouse position with different DPI settings in WPF
I am using the below code to get the current mouse position in a WPF application.
System.Drawing.Point _point = System.Windows.Forms.Control.MousePosition;
This works good. But when the user has a ...
0
votes
0answers
224 views
Any way to access mouse Raw Input from WPF?
I'm currently using a global mouse hook to make an app appear if it the mouse cursor reaches the corner of the screen. I just read about the existence of Raw Input and from what I understand, this is ...
0
votes
2answers
1k views
WPF TextBox obtain and set caret position from mouse pointer
I am trying to set TextBox caret position according to the mouse coordinates when hovering over the TextBox.
I can obtain the mouse coordinates relative to the TextBox by using ...
0
votes
1answer
910 views
Zooming To Mouse Point With ScrollView and ViewBox in Wpf
I have some paths drawn to the screen in wpf. The coordinates being used are quite small so they have been made to fill the screen with a view box. I am now trying to implement pan and zoom ...
3
votes
1answer
326 views
How to change Windows cursor in WPF?
I like to change the cursor, when user clicks a button. I can use FrameworkElement.Cursor. But it only changes the cursor for my current App.
But I need my entire Windows cursor should change. I ...
1
vote
2answers
1k views
Mouse Move not trigger outside WPF Main Window
I want to get mouse position relative to screen coordinates. I am using the following code to do that.
window.PointToScreen(Mouse.GetPosition(window));
It is working as expected. But my MouseMove ...
-1
votes
1answer
79 views
My app has multiple windows, I want to do something when the mouse is outside of all of them for a specified time
My application has a couple of windows. I want to perform a certain action once the mouse is outside of all my windows for a specified time (say half a second).
For a single window I'd start a timer ...
1
vote
2answers
675 views
Can I get a MouseLeave event while Mouse.Capture() is active?
I have a button. On Button.MouseRightButtonDown, I'm calling Mouse.Capture(button), because I want to detect if someone releases right-click outside of the Button.
I also have a Button.MouseLeave ...
1
vote
1answer
747 views
Click when mouse is in an area for some time
I am trying to do something like Kinect adventures with Kinect SDK i.e. when the mouse stays in a certain area for a specific period of time, the native click event is to be fired.
The problem is ...
1
vote
0answers
223 views
Mouse events in WPF
I have a small class, which is using the user32.dll Windows API to call the SetMouseInput and call mouse events.
From my main Xaml form, if I pass the value of leftClick = true to the SendMouseInput ...
2
votes
1answer
207 views
How to eliminate pixel noises from mouse movements in C# WPF
I was getting the moment when mouse stops while I was not controlling the remotely, but now I control the cursor remotely. Right now, I can not get the moment when mouse stops, because It never ...
1
vote
1answer
262 views
MouseDragElementBehavior Binding Properties
By default MouseDragElementBehavior does not implement the methods of Binding (SetBinding, GetBindingExpression, etc) how can I make a binding object to this behavior? Is this possible?
2
votes
1answer
245 views
Slowing mouse speed
Any ideas on how I can slow down the mouse speed in a wpf application. Google didn't come up with anything. Should this be dealt with native events from Win32.
0
votes
3answers
172 views
getting the moment of unchanging cursor position X and Y in C# WPF
I want to get the moment of the unchanging cursor position. I mean when mouse stops, I want to do something. But I will do this many times.I used dispatcher timer. But It doesnt allow me to do same ...
1
vote
1answer
1k views
I want to change my cursor in wpf to an custom .cur file?
I want to change my mouse pointer to an custom cursor in my application.
So when my application starts, i want the custom cursor, and when it stops i want it gone.
How to do this in c# behind the ...
3
votes
2answers
5k views
How can I simulate a mouse click at a certain position on the screen?
What I want to do is to manipulate the mouse. It will be a simple macro for my own purposes. So it will move my mouse to certain position on the screen and click like I am clicking with certain ...
0
votes
1answer
1k views
How to change default mouse cursor for the whole WPF application globally?
In my WPF application I am using only one mouse cursor. Is there any way to change this cursor for the whole WPF application globally?
0
votes
1answer
69 views
Why can't I capture mouse in constructor
I have custom shape deriving from shape. Inside the constructor I want to capture the mouse, I cannot, I can only capture it once the shape has been created, does any one know why, I would like to ...
1
vote
1answer
302 views
Change number of lines mouse wheel scrolls in WPF ListBox
In a WPF listbox, rotating mouse wheel will scroll list by the number of lines specified in Windows Control Panel, in Mouse Wheel options.
How can I change this, for example I want to scroll WPF ...
2
votes
2answers
351 views
How to get the clicked object from a MouseLeftButtonUp event registered on a parent container?
I have ellipses drawn on top of a canvas, I've registered a MouseLeftButtonUp on the Canvas, and I and want to get what ellipse was clicked using:
(Ellipse)e.Source
But e.Source is always the ...

