I am using Microsoft's DHTML editor in a vb6 active x control. I am then
loading that active x control into a web page. The problem I am having
is that if I click out of the active x control then click back into the
editor my backspace, arrow, and delete keys do not work. If I click out
of the editor onto the web page then TAB back into the editor the buttons
work fine. They also work fine if I click out of the editor, click on my
user control containing the editor and then click into the editing window.
I have tried setting the ActivateActiveXControls property anywhere and
everywhere I possibly can but have not been able to fix the problem. Has
anyone else run into this issue? Please help. Thanks.