VB.NET Simulate keyboard and mouse

0

I'm creating a bot, which uses the keyboard and the mouse to perform the actions, but ideally it could be done without "hijacking" the user's PC.

What can I use as an alternative to sendkeys and move the mouse pointer by assigning coordinates?

I'm using those methods but as I say, I need something that does not capture the keyboard or the mouse, but simulates it or something like that ...

That is, if the program is in the background, you can send orders to it and the user can continue working without interruption.

Greetings and thank you very much!

    
asked by Adrian Hernando Solanas 24.05.2018 в 00:56
source

0 answers