How can I send Ctrl-E to another application. I do have it's window handle long int. ( lhWnd )
I'm trying to close the other app. The guy who gave it to me gave me some active-x functions, but the one that closes it doesn't work...Gives runtime error.

I can't open his app with Shell() either, I can open it with the functions he exposes to me...