Got the ball... Running... Touchdown! (I think)
In the buttons LostFocus event, try setting the parent forms ActiveControl to the HtmlBrowserControl. I.e.:
void btnTo_LostFocus(object sender, EventArgs e)
{
this.ActiveControl = htmlEditorControl1;
}
Please let me know if this solved your...
I am experiencing the same behaviour. I have traced the problem to the fact, that the AxSHDocWw.AxWebBrowser ActiveX (which is used by the HtmlEditorControl - and I believe is part of the InternetExplorer 6.0+ installation) does not fire the Enter and Leave events except for the first time.
It...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.