python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to use SendInput to simulate the UP arrow key press (or other extended keys)
I am trying to programmatically simulate the pressing of the UP arrow key on the keyboard for an end-to-end test. With the below code, the GUI control receives no message (WM_KEYDOWN, WM_GETDLGCODE, W...
Bob the builder
Votes: 0
Answers: 2
Send command to a device over internet by using its IP address
Currently I am working on a project in which I have to send commands to a device by calling its IP address. I have already created a code that send the command by using the IP address on LAN. Here is ...
suleman Ali kazmi
Votes: 0
Answers: 0
SendInput in FMX Windows not releasing Shift state
I'm trying to type an uppercase letter in an EditBox using the sendInput function to press down Shift then sending a character then KeyUp for the character and for shift.
The Char comes in in the Edit...
codeGood
Votes: 0
Answers: 1
System.Windows.Clipboard and MS Office applications
I am currently using System.Windows.Clipboard to: set some text, call SendInput with control+V, finally restoring the previous clipboard.
This works in most applications, though in Microsoft's Office ...
David_Strachan
Votes: 0
Answers: 1