Why is my keypresser not working?

10/19/2019 22:11 Falaky#1
[deleted]
10/20/2019 05:26 JellyBitz#2
I can't remember exactly, but notepad haven't multiple windows, it's using only one, only one handler as his MainWindowHandle..

On other side, SR_Client it's using multiple dialogs that can obtain the focus, then you have to focus the specific window to send the keys correctly (Or emulate it at least).

I was using AutoIt to avoid this issues and just send the keys to every window inside the SR_Client but SendMessage and PostMessage can be more usefull, multitask if used correctly.
You can take a look at [Only registered and activated users can see links. Click Here To Register...]
10/20/2019 20:54 JellyBitz#3
Project > References > Add reference : search for "AutoItX3.Assembly.dll" inside debug folder. that's it.


I'm just recommend you avoid to use AutoIt if possible, also sendkeys native from windows won't work because focus and some weird behaviour stuffs.

The way to go it's by [Only registered and activated users can see links. Click Here To Register...] and [Only registered and activated users can see links. Click Here To Register...].. You will have more work to do but worth.
12/02/2019 18:52 bitchzsche#4
Hey, any progress on this?