Пример #1
0
 private static void SetTarget()
 {
     //we could just dump the text to the editbox on the main form, but they sleep delays will give odd effects and cause key repeats to not look correct since
     //the main thread is sleeping, the ui isn't updated with the keystrokes until the sleep is finished.
     //tbLog.Focus();
     User32.AppActivate("Tetherscript Virtual Keyboard Driver Reader", 300);
 }