SendTextToWindow
From kwiki
| | This article is written by Konrad, thus using rather nonstandard English:) |
SendTextToWindow (DNM Script function)
[edit]
full declaration
BOOL SendTextToWindow(string text,int hWnd=NULL)
[edit]
return value
[edit]
description
Sends text to given window (if hWnd is NULL it is sent to active window)
keywords: simulate keystrokes keyboard
