The problem:
The way for making a form not in focus recieve all keystrokes made by user
Example:
User types in Notepad and app on background recieves all user's keypresses and puts them in its own textbox. Result: text is duplicated in 2 places.
usin sendmessage for getting text from control is not acceptable because sendmessage will not recieve info from most full-screen of dos-based apps and thats what i need
Thx very much if u can help and just thx if u cant =)




Reply With Quote