Click here to Skip to main content
15,916,463 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Moving the Mouse Pointer, rather than short cuts... Pin
dan!sh 3-Jun-14 23:55
professional dan!sh 3-Jun-14 23:55 
GeneralRe: Moving the Mouse Pointer, rather than short cuts... Pin
glennPattonWork34-Jun-14 0:00
professionalglennPattonWork34-Jun-14 0:00 
GeneralRe: Moving the Mouse Pointer, rather than short cuts... Pin
Nagy Vilmos4-Jun-14 0:36
professionalNagy Vilmos4-Jun-14 0:36 
GeneralRe: Moving the Mouse Pointer, rather than short cuts... Pin
glennPattonWork34-Jun-14 0:43
professionalglennPattonWork34-Jun-14 0:43 
GeneralRe: Moving the Mouse Pointer, rather than short cuts... Pin
glennPattonWork34-Jun-14 0:45
professionalglennPattonWork34-Jun-14 0:45 
GeneralRe: Moving the Mouse Pointer, rather than short cuts... Pin
grralph14-Jun-14 2:58
grralph14-Jun-14 2:58 
GeneralRe: Moving the Mouse Pointer, rather than short cuts... Pin
glennPattonWork34-Jun-14 3:09
professionalglennPattonWork34-Jun-14 3:09 
GeneralRe: Moving the Mouse Pointer, rather than short cuts... Pin
BillWoodruff4-Jun-14 5:51
professionalBillWoodruff4-Jun-14 5:51 
To move the mouse ?

// someX, someY in screen Co-ordinates
System.Windows.Forms.Cursor.Position = new Point(someX, someY);

Also check out "Windows Input Simulator (C# SendInput Wrapper - Simulate Keyboard and Mouse)" [^].
I'm an artist: it's self evident that word implies looking for something all the time without ever finding it in full. It is the opposite of saying : ‘I know all about it. I've already found it.’

As far as I'm concerned, the word means: ‘I am looking. I am hunting for it. I am deeply involved.’
Vincent Van Gogh

GeneralRe: Moving the Mouse Pointer, rather than short cuts... Pin
glennPattonWork34-Jun-14 6:36
professionalglennPattonWork34-Jun-14 6:36 
GeneralRe: Moving the Mouse Pointer, rather than short cuts... Pin
BillWoodruff4-Jun-14 8:54
professionalBillWoodruff4-Jun-14 8:54 
GeneralGoogle lets you be forgotten,,, Pin
Nagy Vilmos3-Jun-14 23:33
professionalNagy Vilmos3-Jun-14 23:33 
GeneralRe: Google lets you be forgotten,,, Pin
OriginalGriff3-Jun-14 23:41
mveOriginalGriff3-Jun-14 23:41 
GeneralRe: Google lets you be forgotten,,, Pin
CPallini3-Jun-14 23:42
mveCPallini3-Jun-14 23:42 
GeneralRe: Google lets you be forgotten,,, Pin
Bergholt Stuttley Johnson3-Jun-14 23:58
professionalBergholt Stuttley Johnson3-Jun-14 23:58 
GeneralRe: Google lets you be forgotten,,, Pin
OriginalGriff4-Jun-14 0:14
mveOriginalGriff4-Jun-14 0:14 
GeneralRe: Google lets you be forgotten,,, Pin
Nagy Vilmos4-Jun-14 0:34
professionalNagy Vilmos4-Jun-14 0:34 
GeneralRe: Google lets you be forgotten,,, Pin
Jörgen Andersson4-Jun-14 1:33
professionalJörgen Andersson4-Jun-14 1:33 
GeneralRe: Google lets you be forgotten,,, Pin
Bergholt Stuttley Johnson4-Jun-14 1:52
professionalBergholt Stuttley Johnson4-Jun-14 1:52 
GeneralRe: Google lets you be forgotten,,, Pin
Super Lloyd4-Jun-14 0:32
Super Lloyd4-Jun-14 0:32 
GeneralWhich is the better fit? Pin
Rob Philpott3-Jun-14 22:52
Rob Philpott3-Jun-14 22:52 
GeneralRe: Which is the better fit? Pin
OriginalGriff3-Jun-14 23:00
mveOriginalGriff3-Jun-14 23:00 
GeneralRe: Which is the better fit? Pin
Rob Philpott3-Jun-14 23:24
Rob Philpott3-Jun-14 23:24 
GeneralRe: Which is the better fit? Pin
OriginalGriff3-Jun-14 23:40
mveOriginalGriff3-Jun-14 23:40 
JokeRe: Which is the better fit? Pin
glennPattonWork33-Jun-14 23:06
professionalglennPattonWork33-Jun-14 23:06 
GeneralRe: Which is the better fit? PinPopular
User 592413-Jun-14 23:09
User 592413-Jun-14 23:09 

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.