I am writing a small program in C++ which will interface with Internet Explorer. I need to send a char/keystroke from my program to a specific frame in IE. In IE the Java script will take the sent char/keystroke and complete the task. Question: how to send a char. to a specific IE frame.