Taking mouse control in C# WPF -
i watnt o create tutorial/guide inside in application, creating "demonstration". purpose, need capture mouse of computer, , able move , click it.
i want feel if else there controling computer. completed video of someone, make feel doing live in moment.
thank in advance!!!
there isn't wpf solution. have use p/invoke.
to disable keyboard/mouse use blockinput api (as far understand, don't want user break "demo").
simulate user input, use sendinput api.
sendinput @ pinvoke.net: http://www.pinvoke.net/default.aspx/user32.sendinput
another option use third-party simulators, this.
Comments
Post a Comment