How can I send keyboard commands to another application?
I'm able to find and close a window using FindWindows and SendMessage but I haven't been able to send keys to the app.
An example would be that I was to send the keys 2 + 2 = when I press a command button and then calc show the answer...

Thanks!
James