I\'ve been working on injecting input into a WPF application. What makes this project hard is that I need to be able to inject the input into the application even though it\
Use UI Automation to do this - trying to manually simulate input via window messages is a textbook mistake, like trying to start a land war against Russia.