Archived from groups: microsoft.public.windowsxp.work_remotely (More info?)
Hey,
We are trying to determine why a Remote Desktop is not
accepting keystrokes generated by SendKeys (also look at
the screenshot). We are aware that using SendKeys is not
the best option for sending keystrokes but in this
situation the keystrokes are generated by a barcode
scanner, and our applications are designed to handle
keystrokes (usually run at the local machine).
If there is no solution we will have to include extra
programming, but we are trying to avoid that.
Private Sub Timer1_Tick(ByVal sender As System.Object,
ByVal e As System.EventArgs) Handles Timer1.Tick
SendKeys.SendWait("HELLO WORLD" + vbCr)
End Sub
' end Code
You are about to answer a thread that has been inactive for more than 6 months. If you still wish to proceed, please ensure that your posting is original and does not duplicate or overlap any prior responses to this thread.