03-08-2017, 08:58 AM
There exist cases that you need to monitor keyed (typed) characters, especially when you need to monitor hidden password characters. I wonder whether there is something already available. Many thanks in advance.
Monitor typed characters - Show Hidden Password Characters
|
03-08-2017, 08:58 AM
There exist cases that you need to monitor keyed (typed) characters, especially when you need to monitor hidden password characters. I wonder whether there is something already available. Many thanks in advance.
03-08-2017, 05:24 PM
Not available directly in QM, but possible with Windows API. Not very difficult, not very easy.
03-09-2017, 11:43 AM
Dear Gintaras,
Many thanks for your advice. Having taken into consideration topic Detecting shift with wait for key I came up with the following workaround, which it works. Function monitor_input_hook function nCode wParam KBDLLHOOKSTRUCT&h I would appreciate any advice/suggestion to improve this code. Furthermore, I am wondering whether there exists an easy way to convert the "SHIFT+..." output to its equivalent character. For example to get "$" instead of Shift+4. Many thanks in advance.
03-11-2017, 10:09 AM
To overcome converting the "SHIFT+..." output to its equivalent character I came up with the following modification in the code :
Function monitor_input_hook function nCode wParam KBDLLHOOKSTRUCT&h where function VKtoStr : Function VKtoStr ;/ Any advice is still mostly welcome. |
« Next Oldest | Next Newest »
|