How to set mouse position?
-
How to set mouse position? Something opposite to Mouse.GetPosition(container) Thanks for help
Off the top of my head (and without firing up Visual Studio to check) I believe you would use
Cursor.Position = new Point(x, y);
.Deja View - the feeling that you've seen this post before.
-
Off the top of my head (and without firing up Visual Studio to check) I believe you would use
Cursor.Position = new Point(x, y);
.Deja View - the feeling that you've seen this post before.
-
Yoyosch wrote:
So fire up VS and see that ur answer is silly
Nope. I just ran it and it worked fine for me. Have you tried it?
Deja View - the feeling that you've seen this post before.
-
Yoyosch wrote:
So fire up VS and see that ur answer is silly
Nope. I just ran it and it worked fine for me. Have you tried it?
Deja View - the feeling that you've seen this post before.
-
Yoyosch, Pete is trying to help you. Telling a Code Project MVP that his answer is
silly
does not promote good lines of communication. Thanks for working with us as we try and answer questions here. Have a nice day.Cheers, Karl
» CodeProject 2008 MVP » Microsoft MVP - Client App Dev My Blog | Mole's Home Page | MVP ProfileJust a grain of sand on the worlds beaches.
-
Yoyosch, Pete is trying to help you. Telling a Code Project MVP that his answer is
silly
does not promote good lines of communication. Thanks for working with us as we try and answer questions here. Have a nice day.Cheers, Karl
» CodeProject 2008 MVP » Microsoft MVP - Client App Dev My Blog | Mole's Home Page | MVP ProfileJust a grain of sand on the worlds beaches.
Sorry I missed you at the MVP summit last week. I did, however, manage to speak to a few people that know you and you received some very high praise indeed.
Upcoming FREE developer events: * Developer Day Scotland Recent blog posts: * Introduction to LINQ to XML (Part 1) - (Part 2) My website | Blog
-
Sorry I missed you at the MVP summit last week. I did, however, manage to speak to a few people that know you and you received some very high praise indeed.
Upcoming FREE developer events: * Developer Day Scotland Recent blog posts: * Introduction to LINQ to XML (Part 1) - (Part 2) My website | Blog
Colin, Me too. Don't know how we missed hooking up. Guess I'll just have to come and visit or get you to come to Charlotte! Was very nice to meet so many cool and very smart developers. Super week for everyone. Best to you always!
Cheers, Karl
» CodeProject 2008 MVP » Microsoft MVP - Client App Dev My Blog | Mole's Home Page | MVP ProfileJust a grain of sand on the worlds beaches.
-
There's nothing stopping you adding the WinForms reference to WPF and doing this.
Deja View - the feeling that you've seen this post before.