Please tell me how I can send a String to a specified window as the user would type it (like SendKeys() with hWnd support). SendMessage would work I think but I dont know about the flags:
Code:
SendMessage hWnd, WM_KEYDOWN, Asc(Mid(Text, A, 1)), 0
[Edited by Fox on 10-20-2000 at 04:01 AM]