I
import
Unregistered / Unconfirmed
GUEST, unregistred user!
GetCursorPos(mPoint);
DTWND:=WindowFromPoint(mPoint);
SendMessage(dtwnd, WM_IME_CHAR,ord('A'),1);
DTWND:=WindowFromPoint(mPoint);
SendMessage(dtwnd, WM_IME_CHAR,ord('A'),1);