A
alfred.sehmueller
Hello,
i built a small system-tray application that listens to a hotkey builds
a string and inserts the string to the active application using
SendKeys.Send()
The Problem is - this works only once. The hotkey is still o.k. (i also
copy the string to the clipboard, here I always get the correct string
that contains a timestamp) but sendkeys sends strange characters the
second time:
{}[}}[²
or
{}[}}[}
Depending on the active application sometimes the second time no string
at all is sent.
Can you please help me with this?
Thanks Alfred
i built a small system-tray application that listens to a hotkey builds
a string and inserts the string to the active application using
SendKeys.Send()
The Problem is - this works only once. The hotkey is still o.k. (i also
copy the string to the clipboard, here I always get the correct string
that contains a timestamp) but sendkeys sends strange characters the
second time:
{}[}}[²
or
{}[}}[}
Depending on the active application sometimes the second time no string
at all is sent.
Can you please help me with this?
Thanks Alfred