I have an AxWindow inside a Window. The AxWindow(Internet Explorer) contains a form with textfields. I was testing my application and realized that the tab key would not work in the AxWindow. With some further testing, I realized that ctrl-key shortcuts don't work either (i.e., pressing ctrl-P, to print), nor does the Delete key, if I highlight a block of text to be erased.
I am assuming that the main Window is receiving the keystrokes. Does anyone have a suggestion as to how to pass the keystrokes to the AxWindow(Internet Explorer)? Thanks in advance. BTW: Thanks to everyone for offering advice on threading. The information has been put me on the rigt path. Brad Smith