Click here to Skip to main content
15,897,315 members
Home / Discussions / C#
   

C#

 
GeneralRe: Return List From Joined Tables Using LINQ Pin
Liagapi12-Feb-17 6:11
Liagapi12-Feb-17 6:11 
QuestionVirtual Trackpad > WIndows... Pin
qzzf1w10-Feb-17 9:12
qzzf1w10-Feb-17 9:12 
AnswerRe: Virtual Trackpad > WIndows... Pin
Gerry Schmitz10-Feb-17 11:40
mveGerry Schmitz10-Feb-17 11:40 
GeneralRe: Virtual Trackpad > WIndows... Pin
qzzf1w10-Feb-17 11:51
qzzf1w10-Feb-17 11:51 
GeneralRe: Virtual Trackpad > WIndows... Pin
Gerry Schmitz10-Feb-17 12:21
mveGerry Schmitz10-Feb-17 12:21 
GeneralRe: Virtual Trackpad > WIndows... Pin
qzzf1w10-Feb-17 12:37
qzzf1w10-Feb-17 12:37 
GeneralRe: Virtual Trackpad > WIndows... Pin
Gerry Schmitz10-Feb-17 12:45
mveGerry Schmitz10-Feb-17 12:45 
GeneralRe: Virtual Trackpad > WIndows... Pin
qzzf1w10-Feb-17 13:01
qzzf1w10-Feb-17 13:01 
Good Question.

------

During this experiment I set

System.Windows.Input.Mouse.OverrideCursor = Cursors.None;

On TouchUp.

------

But here is the thing I don't specifically want to overide the cursor.
I want it to be whatever it is for the screen location.
But touch seems to be changing my screen location.

In other words I want the cursor to be independent of touch for my touchpad.

So for example if the cursor is in the upper left hand corner of the
screen over another app and It is an IBeam or whatever.
ANd my touchpad is in the lower right.
If the user touches my touchpad,
I want the cursor to stay in the upper left, exactly where it is.

But what happens is that the cursor moves to the point of touch.
And, no It doesn't result in a click event (I have taken care of that), but it moves
and the cursor also changes to a tiny circle.

I want it to stay where it was and retain whatever natural pointer it had.

So I really to tease apart

a) Cursor Location
b) Natural Cursor Pointer

From touch, but
they seem inexorably bound together at the OS level.


Your insight is helpful.
Just a tough low level problem it would seem.

BTW > If I multi-touch. The cursor is unaffected.

-----
JES
GeneralRe: Virtual Trackpad > WIndows... Pin
Gerry Schmitz10-Feb-17 13:17
mveGerry Schmitz10-Feb-17 13:17 
GeneralRe: Virtual Trackpad > WIndows... Pin
qzzf1w10-Feb-17 13:21
qzzf1w10-Feb-17 13:21 
GeneralRe: Virtual Trackpad > WIndows... Pin
Gerry Schmitz10-Feb-17 13:36
mveGerry Schmitz10-Feb-17 13:36 
GeneralRe: Virtual Trackpad > WIndows... Pin
qzzf1w10-Feb-17 14:08
qzzf1w10-Feb-17 14:08 
GeneralRe: Virtual Trackpad > WIndows... Pin
Gerry Schmitz10-Feb-17 14:24
mveGerry Schmitz10-Feb-17 14:24 
GeneralRe: Virtual Trackpad > WIndows... Pin
qzzf1w10-Feb-17 18:45
qzzf1w10-Feb-17 18:45 
GeneralRe: Virtual Trackpad > WIndows... Pin
Gerry Schmitz10-Feb-17 19:10
mveGerry Schmitz10-Feb-17 19:10 
GeneralRe: Virtual Trackpad > WIndows... Pin
qzzf1w10-Feb-17 19:42
qzzf1w10-Feb-17 19:42 
GeneralRe: Virtual Trackpad > WIndows... Pin
Gerry Schmitz10-Feb-17 19:49
mveGerry Schmitz10-Feb-17 19:49 
GeneralRe: Virtual Trackpad > WIndows... Pin
qzzf1w10-Feb-17 19:50
qzzf1w10-Feb-17 19:50 
QuestionDetermining if a time zone is currently in Daylight Saving Time Pin
TNCaver9-Feb-17 11:14
TNCaver9-Feb-17 11:14 
AnswerRe: Determining if a time zone is currently in Daylight Saving Time Pin
OriginalGriff9-Feb-17 21:33
mveOriginalGriff9-Feb-17 21:33 
GeneralRe: Determining if a time zone is currently in Daylight Saving Time Pin
Pete O'Hanlon9-Feb-17 22:52
mvePete O'Hanlon9-Feb-17 22:52 
GeneralRe: Determining if a time zone is currently in Daylight Saving Time Pin
OriginalGriff9-Feb-17 23:29
mveOriginalGriff9-Feb-17 23:29 
GeneralRe: Determining if a time zone is currently in Daylight Saving Time Pin
TNCaver10-Feb-17 9:04
TNCaver10-Feb-17 9:04 
GeneralRe: Determining if a time zone is currently in Daylight Saving Time Pin
Richard Deeming10-Feb-17 9:24
mveRichard Deeming10-Feb-17 9:24 
AnswerRe: Determining if a time zone is currently in Daylight Saving Time Pin
Gerry Schmitz9-Feb-17 22:22
mveGerry Schmitz9-Feb-17 22:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.